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