2022-07-13 02:34:02 +00:00
|
|
|
# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
|
|
|
|
|
2023-03-31 15:24:16 +00:00
|
|
|
examples/network/bridge:
|
|
|
|
disable_test:
|
|
|
|
- if: IDF_TARGET != "esp32"
|
|
|
|
reason: Generic functionality, no need to be run on specific targets
|
2023-10-19 06:38:32 +00:00
|
|
|
depends_components:
|
|
|
|
- esp_driver_spi
|
2023-06-19 14:09:28 +00:00
|
|
|
|
|
|
|
examples/network/eth2ap:
|
|
|
|
disable:
|
|
|
|
- if: SOC_WIFI_SUPPORTED != 1
|
|
|
|
|
2022-07-13 02:34:02 +00:00
|
|
|
examples/network/simple_sniffer:
|
2023-01-10 05:59:46 +00:00
|
|
|
disable:
|
2023-06-19 14:09:28 +00:00
|
|
|
- if: SOC_WIFI_SUPPORTED != 1
|
2022-07-13 02:34:02 +00:00
|
|
|
disable_test:
|
2022-12-07 10:07:07 +00:00
|
|
|
- if: IDF_TARGET not in ["esp32", "esp32c3", "esp32s3"]
|
2022-07-13 02:34:02 +00:00
|
|
|
temporary: true
|
2022-12-07 10:07:07 +00:00
|
|
|
reason: lack of runners
|
2023-11-30 16:01:23 +00:00
|
|
|
depends_filepatterns:
|
|
|
|
- tools/ci/python_packages/common_test_methods.py
|
|
|
|
- examples/common_components/protocol_examples_common/**/*
|
|
|
|
- examples/protocols/**/*
|
|
|
|
- examples/wifi/**/*
|
|
|
|
- examples/network/simple_sniffer/**/*
|
|
|
|
- components/mbedtls/port/dynamic/*
|
|
|
|
- examples/system/ota/**/*
|
|
|
|
depends_components:
|
|
|
|
- app_update
|
|
|
|
- esp_https_ota
|
2023-06-19 14:09:28 +00:00
|
|
|
|
2023-06-20 06:55:51 +00:00
|
|
|
examples/network/sta2eth:
|
2023-06-01 20:44:11 +00:00
|
|
|
disable:
|
|
|
|
- if: SOC_WIFI_SUPPORTED != 1
|
2024-01-02 13:06:00 +00:00
|
|
|
|
2023-03-15 07:15:45 +00:00
|
|
|
examples/network/vlan_support:
|
|
|
|
disable_test:
|
|
|
|
- if: IDF_TARGET not in ["esp32"]
|
|
|
|
reason: Runner uses esp32 ethernet kit
|
2024-01-02 13:06:00 +00:00
|
|
|
depends_components:
|
|
|
|
- esp_eth
|
|
|
|
depends_filepatterns:
|
|
|
|
- tools/ci/python_packages/common_test_methods.py
|
|
|
|
- examples/common_components/**/*
|
|
|
|
- examples/protocols/**/*
|
|
|
|
- examples/system/ota/**/*
|
|
|
|
- examples/ethernet/iperf/**/*
|
|
|
|
- examples/network/vlan_support/**/*
|
|
|
|
- components/esp_netif/esp_netif_handlers.c
|