.build-test-rules.yml 402 B

12345678910
  1. # Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
  2. components/bootloader_support/test_apps/rtc_custom_section:
  3. enable:
  4. - if: SOC_RTC_MEM_SUPPORTED == 1
  5. reason: this feature is supported on chips that have RTC memory
  6. disable:
  7. - if: IDF_TARGET == "esp32p4"
  8. temporary: true
  9. reason: this feature on esp32p4 isn't supported yet # TODO: IDF-8069