2023-01-31 17:23:22 +08:00
|
|
|
# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
|
|
|
|
|
2024-03-21 19:47:56 +08:00
|
|
|
examples/phy/antenna:
|
|
|
|
disable:
|
2024-04-29 19:55:27 +08:00
|
|
|
- if: IDF_TARGET in ["esp32c5", "esp32c61"]
|
2024-04-01 12:25:38 +08:00
|
|
|
temporary: true
|
2024-04-29 19:55:27 +08:00
|
|
|
reason: not supported yet # TODO: [ESP32C5] IDF-8851, [esp32c61] IDF-9859
|
2024-03-26 14:12:58 +08:00
|
|
|
- if: IDF_TARGET in ["esp32p4", "esp32h2"]
|
2024-03-21 19:47:56 +08:00
|
|
|
reason: not supported
|
2023-01-31 17:23:22 +08:00
|
|
|
examples/phy/cert_test:
|
2024-06-25 15:16:39 +08:00
|
|
|
disable:
|
|
|
|
- if: IDF_TARGET in ["esp32p4"]
|
|
|
|
reason: not supported
|
2024-08-16 17:12:16 +08:00
|
|
|
- if: IDF_TARGET in ["esp32c5", "esp32c61"]
|
2023-01-31 17:23:22 +08:00
|
|
|
temporary: true
|
2024-06-25 15:16:39 +08:00
|
|
|
reason: not supported yet # TODO: [ESP32C5] IDF-8851
|