mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-03 18:40:59 +02:00
fix(mqtt): Reduce scope of dependencies for mqtt test
This commit is contained in:
@@ -12,19 +12,17 @@ tools/test_apps/protocols/mqtt/publish_connect_test:
|
|||||||
temporary: true
|
temporary: true
|
||||||
reason: the other targets are not tested yet
|
reason: the other targets are not tested yet
|
||||||
disable_test:
|
disable_test:
|
||||||
- if: IDF_TARGET == "esp32s2" or IDF_TARGET == "esp32c3"
|
- if: IDF_TARGET not in ["esp32"]
|
||||||
temporary: true
|
temporary: true
|
||||||
reason: lack of runners
|
reason: lack of runners
|
||||||
depends_components:
|
depends_components:
|
||||||
- mqtt
|
- mqtt
|
||||||
|
- esp_netif
|
||||||
depends_filepatterns:
|
depends_filepatterns:
|
||||||
- tools/ci/python_packages/common_test_methods.py
|
- tools/ci/python_packages/common_test_methods.py
|
||||||
- examples/common_components/**/*
|
- examples/common_components/**/*
|
||||||
- examples/protocols/**/*
|
- examples/protocols/mqtt/*
|
||||||
- examples/system/ota/**/*
|
- examples/protocols/mqtt5/*
|
||||||
- examples/ethernet/iperf/**/*
|
|
||||||
- examples/network/vlan_support/**/*
|
|
||||||
- components/esp_netif/esp_netif_handlers.c
|
|
||||||
|
|
||||||
tools/test_apps/protocols/netif_components:
|
tools/test_apps/protocols/netif_components:
|
||||||
enable:
|
enable:
|
||||||
|
Reference in New Issue
Block a user