mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 01:29:21 -04:00
14 lines
360 B
YAML
14 lines
360 B
YAML
# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
|
|
|
|
examples/ethernet/enc28j60:
|
|
disable:
|
|
- if: IDF_TARGET == "esp32p4"
|
|
temporary: true
|
|
reason: target esp32p4 is not supported yet
|
|
|
|
examples/ethernet/iperf:
|
|
disable_test:
|
|
- if: IDF_TARGET not in ["esp32"]
|
|
temporary: true
|
|
reason: lack of runners
|