mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
feat(bootloader_support): Update depends_components
Where bootloader_support is used as depends_components: - components/app_update/test_apps - components/bootloader_support/test_apps/bootloader_support - components/bootloader_support/test_apps/rtc_custom_section - examples/custom_bootloader/bootloader_extra_dir - examples/custom_bootloader/bootloader_hooks - examples/custom_bootloader/bootloader_multiboot - examples/custom_bootloader/bootloader_override - examples/security/flash_encryption - examples/security/security_features_app - examples/system/efuse - examples/system/ota/native_ota_example - tools/test_apps/system/mmu_page_size
This commit is contained in:
@@ -22,3 +22,7 @@ components/app_update/test_apps:
|
||||
- if: CONFIG_NAME == "recovery_bootloader" and SOC_RECOVERY_BOOTLOADER_SUPPORTED == 1 and IDF_TARGET == "esp32c61"
|
||||
temporary: true
|
||||
reason: lack of runners # TODO: [ESP32C61] IDF-13165
|
||||
depends_components:
|
||||
- app_update
|
||||
- bootloader_support
|
||||
- esp_partitions
|
||||
|
||||
@@ -1,6 +1,15 @@
|
||||
# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
|
||||
|
||||
components/bootloader_support/test_apps/bootloader_support:
|
||||
disable_test:
|
||||
- if: IDF_TARGET not in ["esp32", "esp32s3", "esp32c3"]
|
||||
reason: Testing on two diff architectures is sufficient
|
||||
depends_components:
|
||||
- bootloader_support
|
||||
|
||||
components/bootloader_support/test_apps/rtc_custom_section:
|
||||
enable:
|
||||
- if: SOC_RTC_MEM_SUPPORTED == 1
|
||||
reason: this feature is supported on chips that have RTC memory
|
||||
depends_components:
|
||||
- bootloader_support
|
||||
|
||||
@@ -1,6 +1,30 @@
|
||||
# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
|
||||
|
||||
|
||||
examples/custom_bootloader/bootloader_extra_dir:
|
||||
disable_test:
|
||||
- if: IDF_TARGET not in ["esp32s3", "esp32c3"]
|
||||
reason: Testing on two diff architectures is sufficient
|
||||
depends_components:
|
||||
- bootloader_support
|
||||
|
||||
examples/custom_bootloader/bootloader_hooks:
|
||||
disable_test:
|
||||
- if: IDF_TARGET not in ["esp32s3", "esp32c3"]
|
||||
reason: Testing on two diff architectures is sufficient
|
||||
depends_components:
|
||||
- bootloader_support
|
||||
|
||||
examples/custom_bootloader/bootloader_multiboot:
|
||||
disable_test:
|
||||
- if: IDF_TARGET not in ["esp32s3", "esp32c3"]
|
||||
reason: Testing on two diff architectures is sufficient
|
||||
depends_components:
|
||||
- bootloader_support
|
||||
|
||||
examples/custom_bootloader/bootloader_override:
|
||||
disable_test:
|
||||
- if: IDF_TARGET not in ["esp32s3", "esp32c3"]
|
||||
reason: Testing on two diff architectures is sufficient
|
||||
depends_components:
|
||||
- bootloader_support
|
||||
|
||||
@@ -10,6 +10,8 @@ examples/security/flash_encryption:
|
||||
- if: IDF_TARGET in ["esp32s2", "esp32s3", "esp32c6", "esp32h2", "esp32c2", "esp32c5", "esp32c61"]
|
||||
temporary: true
|
||||
reason: lack of runners
|
||||
depends_components:
|
||||
- bootloader_support
|
||||
|
||||
examples/security/hmac_soft_jtag:
|
||||
disable:
|
||||
@@ -38,6 +40,8 @@ examples/security/nvs_encryption_hmac:
|
||||
examples/security/security_features_app:
|
||||
disable:
|
||||
- if: IDF_TARGET not in ["esp32c3", "esp32s3"]
|
||||
depends_components:
|
||||
- bootloader_support
|
||||
|
||||
examples/security/tee/tee_attestation:
|
||||
disable:
|
||||
|
||||
Reference in New Issue
Block a user