# 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