2022-07-12 22:34:02 -04:00
|
|
|
# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
|
|
|
|
|
2023-03-31 11:24:16 -04:00
|
|
|
examples/network/bridge:
|
|
|
|
disable_test:
|
|
|
|
- if: IDF_TARGET != "esp32"
|
|
|
|
reason: Generic functionality, no need to be run on specific targets
|
2023-06-19 10:09:28 -04:00
|
|
|
|
|
|
|
examples/network/eth2ap:
|
|
|
|
disable:
|
|
|
|
- if: SOC_WIFI_SUPPORTED != 1
|
|
|
|
|
2022-07-12 22:34:02 -04:00
|
|
|
examples/network/simple_sniffer:
|
2023-01-10 00:59:46 -05:00
|
|
|
disable:
|
2023-06-19 10:09:28 -04:00
|
|
|
- if: SOC_WIFI_SUPPORTED != 1
|
2022-07-12 22:34:02 -04:00
|
|
|
disable_test:
|
2022-12-07 05:07:07 -05:00
|
|
|
- if: IDF_TARGET not in ["esp32", "esp32c3", "esp32s3"]
|
2022-07-12 22:34:02 -04:00
|
|
|
temporary: true
|
2022-12-07 05:07:07 -05:00
|
|
|
reason: lack of runners
|
2023-06-19 10:09:28 -04:00
|
|
|
|
2023-06-20 02:55:51 -04:00
|
|
|
examples/network/sta2eth:
|
2023-06-01 16:44:11 -04:00
|
|
|
disable:
|
|
|
|
- if: SOC_WIFI_SUPPORTED != 1
|
2023-03-15 03:15:45 -04:00
|
|
|
examples/network/vlan_support:
|
|
|
|
disable_test:
|
|
|
|
- if: IDF_TARGET not in ["esp32"]
|
|
|
|
reason: Runner uses esp32 ethernet kit
|