2023-01-31 04:23:22 -05:00
|
|
|
# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
|
|
|
|
|
2024-03-21 07:47:56 -04:00
|
|
|
examples/phy/antenna:
|
|
|
|
disable:
|
2024-04-01 00:25:38 -04:00
|
|
|
- if: IDF_TARGET == "esp32c5"
|
|
|
|
temporary: true
|
|
|
|
reason: not supported yet # TODO: [ESP32C5] IDF-8851
|
2024-03-26 02:12:58 -04:00
|
|
|
- if: IDF_TARGET in ["esp32p4", "esp32h2"]
|
2024-03-21 07:47:56 -04:00
|
|
|
reason: not supported
|
2023-01-31 04:23:22 -05:00
|
|
|
examples/phy/cert_test:
|
|
|
|
enable:
|
|
|
|
- if: IDF_TARGET in ["esp32c3", "esp32s3"]
|
|
|
|
temporary: true
|
|
|
|
reason: the other targets are not tested yet
|