mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
39 lines
1.2 KiB
YAML
39 lines
1.2 KiB
YAML
# 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:
|
|
- *common_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:
|
|
- *common_components
|
|
- bootloader_support
|
|
|
|
examples/custom_bootloader/bootloader_multiboot:
|
|
disable:
|
|
- if: IDF_TARGET in ["esp32s31"]
|
|
temporary: true
|
|
reason: not support yet # TODO: [ESP32S31] IDF-14663
|
|
disable_test:
|
|
- if: IDF_TARGET not in ["esp32s3", "esp32c3"]
|
|
reason: Testing on two diff architectures is sufficient
|
|
depends_components:
|
|
- *common_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:
|
|
- *common_components
|
|
- bootloader_support
|