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