2022-08-02 11:48:19 +08:00
|
|
|
# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
|
|
|
|
|
2024-07-31 09:39:22 +08:00
|
|
|
components/ulp/test_apps/lp_core/lp_core_basic_tests:
|
|
|
|
disable:
|
|
|
|
- if: SOC_LP_CORE_SUPPORTED != 1
|
|
|
|
- if: CONFIG_NAME == "xtal" and SOC_CLK_LP_FAST_SUPPORT_XTAL != 1
|
|
|
|
|
|
|
|
components/ulp/test_apps/lp_core/lp_core_hp_uart:
|
2023-02-27 17:03:42 +08:00
|
|
|
disable:
|
|
|
|
- if: SOC_LP_CORE_SUPPORTED != 1
|
2023-10-23 10:54:36 +02:00
|
|
|
|
2022-08-02 11:48:19 +08:00
|
|
|
components/ulp/test_apps/ulp_fsm:
|
|
|
|
enable:
|
2023-03-09 14:14:09 +08:00
|
|
|
- if: SOC_ULP_FSM_SUPPORTED == 1
|
2022-08-02 11:48:19 +08:00
|
|
|
|
|
|
|
components/ulp/test_apps/ulp_riscv:
|
2022-08-30 16:10:52 +08:00
|
|
|
disable:
|
|
|
|
- if: SOC_RISCV_COPROC_SUPPORTED != 1
|