1# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps 2 3components/heap/test_apps/heap_tests: 4 disable: 5 - if: CONFIG_NAME == "psram" and SOC_SPIRAM_SUPPORTED != 1 6 - if: CONFIG_NAME == "psram_all_ext" and SOC_SPIRAM_SUPPORTED != 1 7 8components/heap/test_apps/host_test_linux: 9 enable: 10 - if: IDF_TARGET == "linux" 11