mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
Merge branch 'refactor/remove_common_component_dependency_ota_test_apps' into 'master'
Removed the common_component dependency from app_update and protocols Closes IDF-15300 See merge request espressif/esp-idf!45822
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -18,3 +18,4 @@ components/mbedtls/test_apps:
|
||||
- esp_driver_dma
|
||||
- esp_hal_dma
|
||||
- esp_mm
|
||||
- esp_hw_support
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
|
||||
.default_rules: &default_rules
|
||||
depends_components:
|
||||
- *common_components
|
||||
- lwip
|
||||
- esp_netif
|
||||
- esp_wifi
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user