From 126731f5ea4afc6696f0596c5e0b3e92458e36b4 Mon Sep 17 00:00:00 2001 From: "hrushikesh.bhosale" Date: Wed, 11 Feb 2026 15:20:16 +0530 Subject: [PATCH 1/2] refactor(app_update): Removed the common_component dependency - Removed the common_component build dependency from app_update and ota examples --- .../test_apps/test_app_update/.build-test-rules.yml | 1 - examples/system/.build-test-rules.yml | 4 ---- 2 files changed, 5 deletions(-) diff --git a/components/app_update/test_apps/test_app_update/.build-test-rules.yml b/components/app_update/test_apps/test_app_update/.build-test-rules.yml index 9e2f6325ad..2af9bb183d 100644 --- a/components/app_update/test_apps/test_app_update/.build-test-rules.yml +++ b/components/app_update/test_apps/test_app_update/.build-test-rules.yml @@ -20,7 +20,6 @@ components/app_update/test_apps: temporary: true reason: lack of runners # TODO: [ESP32C61] IDF-13165 depends_components: - - *common_components - app_update - bootloader_support - esp_partitions diff --git a/examples/system/.build-test-rules.yml b/examples/system/.build-test-rules.yml index 758b935c8f..d05616c2a7 100644 --- a/examples/system/.build-test-rules.yml +++ b/examples/system/.build-test-rules.yml @@ -134,7 +134,6 @@ examples/system/ota/advanced_https_ota: temporary: true reason: lack of runners depends_components: - - *common_components - app_update - esp_https_ota - esp_http_client @@ -155,7 +154,6 @@ examples/system/ota/native_ota_example: - if: IDF_TARGET != "esp32" reason: Only esp32 has ethernet runners depends_components: - - *common_components - app_update - esp_https_ota - esp_http_client @@ -185,7 +183,6 @@ examples/system/ota/partitions_ota: temporary: true reason: lack of runners with recovery_bootloader lablel depends_components: - - *common_components - app_update - esp_https_ota - esp_http_client @@ -216,7 +213,6 @@ examples/system/ota/simple_ota_example: temporary: true reason: lack of runners depends_components: - - *common_components - app_update - esp_https_ota - esp_http_client From 8124c2e2cf03e7c7ade5a373e86cc19c41cb3b61 Mon Sep 17 00:00:00 2001 From: "hrushikesh.bhosale" Date: Mon, 16 Feb 2026 15:07:37 +0530 Subject: [PATCH 2/2] refactor(protocols): Removed the common_component dependency - Removed the common_component build dependency from protocols test_apps and examples --- components/esp_http_client/test_apps/.build-test-rules.yml | 1 - components/mbedtls/test_apps/.build-test-rules.yml | 1 + examples/protocols/.build-test-rules.yml | 1 - 3 files changed, 1 insertion(+), 2 deletions(-) diff --git a/components/esp_http_client/test_apps/.build-test-rules.yml b/components/esp_http_client/test_apps/.build-test-rules.yml index abe61fc392..6b87fd2099 100644 --- a/components/esp_http_client/test_apps/.build-test-rules.yml +++ b/components/esp_http_client/test_apps/.build-test-rules.yml @@ -5,5 +5,4 @@ components/esp_http_client/test_apps: - if: CONFIG_NAME == "client_only_mbedtls" and IDF_TARGET not in ["esp32c3"] reason: Testing on one target is enough depends_components: - - *common_components - esp_http_client diff --git a/components/mbedtls/test_apps/.build-test-rules.yml b/components/mbedtls/test_apps/.build-test-rules.yml index 330d7f7f76..5cc914bfcb 100644 --- a/components/mbedtls/test_apps/.build-test-rules.yml +++ b/components/mbedtls/test_apps/.build-test-rules.yml @@ -18,3 +18,4 @@ components/mbedtls/test_apps: - esp_driver_dma - esp_hal_dma - esp_mm + - esp_hw_support diff --git a/examples/protocols/.build-test-rules.yml b/examples/protocols/.build-test-rules.yml index a504dec808..8813bcf72b 100644 --- a/examples/protocols/.build-test-rules.yml +++ b/examples/protocols/.build-test-rules.yml @@ -2,7 +2,6 @@ .default_rules: &default_rules depends_components: - - *common_components - lwip - esp_netif - esp_wifi