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