mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
17 lines
728 B
YAML
17 lines
728 B
YAML
# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
|
|
|
|
examples/phy/antenna:
|
|
disable:
|
|
- if: IDF_TARGET in ["esp32c61", "esp32h21", "esp32h4", "esp32s31"]
|
|
temporary: true
|
|
reason: not supported yet # TODO: [esp32c61] IDF-9859, [esp32h21] IDF-12041, [ESP32H4] IDF-12716 [ESP32S31] IDF-14930
|
|
- 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 ["esp32c61", "esp32h21", "esp32h4", "esp32s31"]
|
|
temporary: true
|
|
reason: not supported yet # TODO: [esp32c61] IDF-9859, [esp32h21] IDF-12041, [ESP32H4] IDF-12716 [ESP32S31] IDF-14930
|