mirror of
https://github.com/espressif/esp-idf
synced 2025-03-09 09:09:10 -04:00
17 lines
660 B
YAML
17 lines
660 B
YAML
# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
|
|
|
|
examples/phy/antenna:
|
|
disable:
|
|
- if: IDF_TARGET in ["esp32c5", "esp32c61", "esp32h21"]
|
|
temporary: true
|
|
reason: not supported yet # TODO: [ESP32C5] IDF-8851, [esp32c61] IDF-9859, [esp32h21] IDF-12041
|
|
- if: IDF_TARGET in ["esp32p4", "esp32h2"]
|
|
reason: not supported
|
|
examples/phy/cert_test:
|
|
disable:
|
|
- if: IDF_TARGET in ["esp32p4"]
|
|
reason: not supported
|
|
- if: IDF_TARGET in ["esp32c5", "esp32c61", "esp32h21"]
|
|
temporary: true
|
|
reason: not supported yet # TODO: [ESP32C5] IDF-8851, [esp32c61] IDF-9859, [esp32h21] IDF-12041
|