2022-08-01 23:48:19 -04:00
|
|
|
# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
|
|
|
|
|
2023-02-27 04:03:42 -05:00
|
|
|
components/ulp/test_apps/lp_core:
|
|
|
|
disable:
|
|
|
|
- if: SOC_LP_CORE_SUPPORTED != 1
|
2024-01-01 21:21:45 -05:00
|
|
|
disable_test:
|
|
|
|
- if: IDF_TARGET in ["esp32p4"]
|
|
|
|
temporary: true
|
2024-01-03 06:32:00 -05:00
|
|
|
reason: not tested yet # TODO: IDF-8986
|
2023-10-23 04:54:36 -04:00
|
|
|
depends_components:
|
|
|
|
- ulp
|
|
|
|
|
2022-08-01 23:48:19 -04:00
|
|
|
components/ulp/test_apps/ulp_fsm:
|
|
|
|
enable:
|
2023-03-09 01:14:09 -05:00
|
|
|
- if: SOC_ULP_FSM_SUPPORTED == 1
|
2023-10-23 04:54:36 -04:00
|
|
|
depends_components:
|
|
|
|
- ulp
|
2022-08-01 23:48:19 -04:00
|
|
|
|
|
|
|
components/ulp/test_apps/ulp_riscv:
|
2022-08-30 04:10:52 -04:00
|
|
|
disable:
|
|
|
|
- if: SOC_RISCV_COPROC_SUPPORTED != 1
|
2023-10-23 04:54:36 -04:00
|
|
|
depends_components:
|
|
|
|
- ulp
|