mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
985af4a130
Reduces the scope of testing to the direct dependencies.
19 lines
526 B
YAML
19 lines
526 B
YAML
# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
|
|
|
|
tools/test_apps/protocols/esp_netif/build_config:
|
|
enable:
|
|
- if: IDF_TARGET in ["esp32", "esp32c2"]
|
|
temporary: false
|
|
reason: No need to test on all targets
|
|
depends_components:
|
|
- esp_netif
|
|
|
|
tools/test_apps/protocols/netif_components:
|
|
enable:
|
|
- if: IDF_TARGET == "esp32"
|
|
temporary: true
|
|
reason: one target is enough to verify netif component dependencies
|
|
depends_components:
|
|
- esp_netif
|
|
- lwip
|