mirror of
https://github.com/espressif/esp-idf.git
synced 2026-09-22 13:01:16 +03:00
12 lines
436 B
YAML
12 lines
436 B
YAML
# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
|
|
|
|
examples/custom_bootloader/bootloader_hooks:
|
|
disable_test:
|
|
- if: IDF_TARGET not in ["esp32s3", "esp32c3"]
|
|
reason: Testing on two diff architectures is sufficient
|
|
|
|
examples/custom_bootloader/bootloader_multiboot:
|
|
disable_test:
|
|
- if: IDF_TARGET not in ["esp32s3", "esp32c3"]
|
|
reason: Testing on two diff architectures is sufficient
|