From 3df1a9894b96c945f3ff27a9ef1aa26360490d1f Mon Sep 17 00:00:00 2001 From: Stephanos Ioannidis Date: Wed, 30 Oct 2024 07:28:24 +0900 Subject: [PATCH] ci: Disable intel_ace30_ptl testing This commit disables the testing of `xtensa-intel_ace30_ptl_zephyr-elf` toolchain because there are known issues causing build failures on this platform. Revert this commit when this platform is fixed. Signed-off-by: Stephanos Ioannidis --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a0bfbb8e..f64c598c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1705,7 +1705,10 @@ jobs: PLATFORM_ARGS+="-p intel_adsp/ace15_mtpm " ;; xtensa-intel_ace30_ptl_zephyr-elf) - PLATFORM_ARGS+="-p intel_adsp/ace30/ptl " + # xtensa-intel_ace30_ptl_zephyr-elf testing is disabled because + # there are known issues causing build failures on this + # platform. + # PLATFORM_ARGS+="-p intel_adsp/ace30/ptl " ;; xtensa-intel_tgl_adsp_zephyr-elf) PLATFORM_ARGS+="-p intel_adsp/cavs25 "