2022-07-13 10:34:02 +08:00
|
|
|
# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
|
|
|
|
|
2022-10-27 18:55:07 +08:00
|
|
|
examples/ethernet/enc28j60:
|
|
|
|
disable:
|
2023-01-10 13:59:46 +08:00
|
|
|
- if: IDF_TARGET == "esp32c6" or IDF_TARGET == "esp32h2" #Depends on IDF-6245
|
2022-10-27 18:55:07 +08:00
|
|
|
temporary: true
|
2023-01-10 13:59:46 +08:00
|
|
|
reason: target esp32c6, esp32h2 is not supported yet
|
2022-10-27 18:55:07 +08:00
|
|
|
|
|
|
|
examples/ethernet/eth2ap:
|
|
|
|
disable:
|
2023-01-10 13:59:46 +08:00
|
|
|
- if: IDF_TARGET == "esp32c6" or IDF_TARGET == "esp32h2"
|
2022-10-27 18:55:07 +08:00
|
|
|
temporary: true
|
2023-01-10 13:59:46 +08:00
|
|
|
reason: target esp32c6, esp32h2 is not supported yet
|
2022-10-27 18:55:07 +08:00
|
|
|
|
2022-07-13 10:34:02 +08:00
|
|
|
examples/ethernet/iperf:
|
2022-10-27 18:55:07 +08:00
|
|
|
disable:
|
2023-01-10 13:59:46 +08:00
|
|
|
- if: IDF_TARGET == "esp32c6" or IDF_TARGET == "esp32h2"
|
2022-10-27 18:55:07 +08:00
|
|
|
temporary: true
|
|
|
|
reason: target esp32c6 is not supported yet
|
2022-07-13 10:34:02 +08:00
|
|
|
disable_test:
|
2022-07-22 17:13:04 +02:00
|
|
|
- if: IDF_TARGET in ["esp32c3", "esp32c2", "esp32s2", "esp32s3"]
|
2022-07-13 10:34:02 +08:00
|
|
|
temporary: true
|
|
|
|
reason: lack of runners
|