2023-03-15 02:18:14 -04:00
|
|
|
# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
|
|
|
|
|
|
|
|
components/mqtt/test_apps:
|
2024-01-30 05:42:22 -05:00
|
|
|
disable:
|
|
|
|
- if: IDF_TARGET not in ["esp32", "esp32c3"]
|
|
|
|
reason: component test apps, needn't build all targets (chosen two, one for each architecture)
|
2023-03-15 02:18:14 -04:00
|
|
|
disable_test:
|
2024-01-30 05:42:22 -05:00
|
|
|
- if: IDF_TARGET != "esp32"
|
2023-03-15 02:18:14 -04:00
|
|
|
temporary: false
|
2024-01-30 05:42:22 -05:00
|
|
|
reason: Only esp32 target has ethernet runners
|
|
|
|
depends_components:
|
|
|
|
- mqtt
|
|
|
|
- tcp_transport
|
|
|
|
- app_update
|
|
|
|
- esp_eth
|
|
|
|
- esp_netif
|
|
|
|
- esp_event
|
|
|
|
depends_filepatterns:
|
|
|
|
- components/mqtt/test_apps/common/**/*
|