2022-07-12 22:34:02 -04:00
|
|
|
# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
|
|
|
|
|
|
|
|
examples/wifi:
|
|
|
|
disable:
|
2022-11-11 04:40:02 -05:00
|
|
|
- if: IDF_TARGET == "esp32c6"
|
2022-07-12 22:34:02 -04:00
|
|
|
temporary: true
|
2022-10-27 06:55:07 -04:00
|
|
|
reason: target(s) not supported yet
|
2022-07-12 22:34:02 -04:00
|
|
|
|
|
|
|
examples/wifi/ftm:
|
|
|
|
enable:
|
|
|
|
- if: IDF_TARGET in ["esp32c3", "esp32s2", "esp32s3"]
|
|
|
|
temporary: true
|
|
|
|
reason: the other targets are not tested yet
|
|
|
|
|
|
|
|
examples/wifi/getting_started:
|
2022-10-27 06:55:07 -04:00
|
|
|
disable:
|
|
|
|
- if: IDF_TARGET == "esp32c6"
|
|
|
|
temporary: true
|
|
|
|
reason: target esp32c6 is not supported yet
|
2022-07-12 22:34:02 -04:00
|
|
|
disable_test:
|
|
|
|
- if: IDF_TARGET != "esp32"
|
|
|
|
temporary: true
|
|
|
|
reason: lack of runners
|
|
|
|
|
|
|
|
examples/wifi/iperf:
|
2022-10-27 06:55:07 -04:00
|
|
|
disable:
|
|
|
|
- if: IDF_TARGET == "esp32c6"
|
|
|
|
temporary: true
|
|
|
|
reason: target esp32c6 is not supported yet
|
2022-07-12 22:34:02 -04:00
|
|
|
disable_test:
|
|
|
|
- if: IDF_TARGET != "esp32"
|
|
|
|
temporary: true
|
|
|
|
reason: lack of runners
|