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

29 wiersze
754 B
YAML
Czysty Zwykły widok Historia

# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
examples/network/bridge:
disable_test:
- if: IDF_TARGET != "esp32"
reason: Generic functionality, no need to be run on specific targets
depends_components:
- esp_driver_spi
examples/network/eth2ap:
disable:
- if: SOC_WIFI_SUPPORTED != 1
examples/network/simple_sniffer:
2023-01-10 05:59:46 +00:00
disable:
- if: SOC_WIFI_SUPPORTED != 1
disable_test:
2022-12-07 10:07:07 +00:00
- if: IDF_TARGET not in ["esp32", "esp32c3", "esp32s3"]
temporary: true
2022-12-07 10:07:07 +00:00
reason: lack of runners
examples/network/sta2eth:
disable:
- if: SOC_WIFI_SUPPORTED != 1
examples/network/vlan_support:
disable_test:
- if: IDF_TARGET not in ["esp32"]
reason: Runner uses esp32 ethernet kit