2022-11-24 06:42:59 -05:00
|
|
|
# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
|
|
|
|
|
2023-04-21 00:37:30 -04:00
|
|
|
components/heap/test_apps/heap_tests:
|
|
|
|
disable:
|
2023-10-24 00:25:20 -04:00
|
|
|
- if: IDF_TARGET == "linux"
|
2023-04-21 00:37:30 -04:00
|
|
|
- if: CONFIG_NAME == "psram" and SOC_SPIRAM_SUPPORTED != 1
|
|
|
|
- if: CONFIG_NAME == "psram_all_ext" and SOC_SPIRAM_SUPPORTED != 1
|
2023-10-24 00:25:20 -04:00
|
|
|
# These 3 configs are build only for non-nightly, buildig for a single target is sufficient
|
|
|
|
- if: CONFIG_NAME == "no_poisoning" and (IDF_TARGET != "esp32" and NIGHTLY_RUN != "1")
|
|
|
|
- if: CONFIG_NAME == "light_poisoning" and (IDF_TARGET != "esp32" and NIGHTLY_RUN != "1")
|
|
|
|
- if: CONFIG_NAME == "comprehensive_poisoning" and (IDF_TARGET != "esp32" and NIGHTLY_RUN != "1")
|
|
|
|
# Non-target specific functionality, only test on a single target in default pipeline
|
|
|
|
- if: CONFIG_NAME == "in_flash" and (IDF_TARGET != "esp32c6" and NIGHTLY_RUN != "1")
|
|
|
|
depends_components:
|
|
|
|
- heap
|
2023-04-21 00:37:30 -04:00
|
|
|
|
2023-03-27 05:41:44 -04:00
|
|
|
components/heap/test_apps/host_test_linux:
|
2022-11-29 03:32:55 -05:00
|
|
|
enable:
|
|
|
|
- if: IDF_TARGET == "linux"
|