mirror of
https://github.com/espressif/esp-idf.git
synced 2026-09-22 13:01:16 +03:00
19 lines
497 B
YAML
19 lines
497 B
YAML
# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
|
|
|
|
components/esp_partition/host_test/partition_api_test:
|
|
enable:
|
|
- if: IDF_TARGET == "linux"
|
|
reason: only test on linux
|
|
depends_components:
|
|
- *common_components
|
|
- esp_partition
|
|
|
|
components/esp_partition/host_test/partition_bdl_test:
|
|
enable:
|
|
- if: IDF_TARGET == "linux"
|
|
reason: only test on linux
|
|
depends_components:
|
|
- *common_components
|
|
- esp_blockdev
|
|
- esp_partition
|