Files
esp-idf/components/esp_blockdev_util/test_apps/.build-test-rules.yml
T
2026-03-19 08:56:21 +01:00

17 lines
613 B
YAML

# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
components/esp_blockdev_util/test_apps/generic_partition:
enable:
- if: INCLUDE_DEFAULT == 1 or IDF_TARGET == "linux"
disable_test:
- if: IDF_TARGET not in ["esp32", "esp32c3", "linux"]
temporary: true
reason: cover Xtensa and RISC-V targets
components/esp_blockdev_util/test_apps/memory_blockdev:
enable:
- if: INCLUDE_DEFAULT == 1 or IDF_TARGET == "linux"
disable_test:
- if: IDF_TARGET not in ["esp32", "esp32c3", "linux"]
temporary: true
reason: cover Xtensa and RISC-V targets