From a23bc29a844fc38763f56998dc36abd5832f5a7d Mon Sep 17 00:00:00 2001 From: Rocha Euripedes Date: Tue, 19 Aug 2025 14:47:42 +0800 Subject: [PATCH] fix(mqtt): Reduce scope of dependencies for mqtt test --- tools/test_apps/protocols/.build-test-rules.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/tools/test_apps/protocols/.build-test-rules.yml b/tools/test_apps/protocols/.build-test-rules.yml index 21d8dfa455..1aef48dffc 100644 --- a/tools/test_apps/protocols/.build-test-rules.yml +++ b/tools/test_apps/protocols/.build-test-rules.yml @@ -12,19 +12,17 @@ tools/test_apps/protocols/mqtt/publish_connect_test: temporary: true reason: the other targets are not tested yet disable_test: - - if: IDF_TARGET == "esp32s2" or IDF_TARGET == "esp32c3" + - if: IDF_TARGET not in ["esp32"] temporary: true reason: lack of runners depends_components: - mqtt + - esp_netif 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 + - examples/protocols/mqtt/* + - examples/protocols/mqtt5/* tools/test_apps/protocols/netif_components: enable: