2022-07-13 10:34:02 +08:00
|
|
|
# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
|
|
|
|
|
2023-11-27 14:31:16 +01:00
|
|
|
components/esp_rom/test_apps/linux_rom_apis:
|
|
|
|
enable:
|
|
|
|
- if: IDF_TARGET == "linux"
|
|
|
|
|
|
|
|
components/esp_rom/test_apps/rom_tests:
|
2022-09-20 18:01:12 +08:00
|
|
|
disable_test:
|
|
|
|
- if: IDF_TARGET in ["esp32", "esp32c2"]
|
|
|
|
temporary: false
|
|
|
|
reason: lack of memory for testing miniz compressing
|
2024-01-02 18:33:31 +08:00
|
|
|
- if: IDF_TARGET == "esp32p4"
|
|
|
|
temporary: true
|
2024-01-03 19:32:00 +08:00
|
|
|
reason: test not pass, should be re-enable # TODO: IDF-8977
|