mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
18 lines
603 B
YAML
18 lines
603 B
YAML
# 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:
|
|
- *common_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:
|
|
- *common_components
|
|
- bootloader_support
|