esp-idf/examples/ethernet/.build-test-rules.yml

24 lines
772 B
YAML
Raw Normal View History

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