2022-07-12 22:34:02 -04:00
|
|
|
# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
|
|
|
|
|
|
|
|
examples/build_system/cmake/import_lib:
|
|
|
|
disable_test:
|
2024-01-01 21:21:45 -05:00
|
|
|
- if: IDF_TARGET in ["esp32c2", "esp32c3", "esp32s2", "esp32s3", "esp32c6", "esp32h2", "esp32p4"]
|
2022-07-12 22:34:02 -04:00
|
|
|
temporary: true
|
2024-01-03 06:32:00 -05:00
|
|
|
reason: lack of runners # TODO: IDF-8987
|
2022-07-12 22:34:02 -04:00
|
|
|
|
|
|
|
examples/build_system/cmake/plugins:
|
|
|
|
disable_test:
|
|
|
|
- if: IDF_TARGET not in ["esp32", "esp32c3"]
|
|
|
|
temporary: true
|
|
|
|
reason: lack of runners
|