Skip to content

Commit 3df1a98

Browse files
committed
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 <[email protected]>
1 parent 658f4b3 commit 3df1a98

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1705,7 +1705,10 @@ jobs:
17051705
PLATFORM_ARGS+="-p intel_adsp/ace15_mtpm "
17061706
;;
17071707
xtensa-intel_ace30_ptl_zephyr-elf)
1708-
PLATFORM_ARGS+="-p intel_adsp/ace30/ptl "
1708+
# xtensa-intel_ace30_ptl_zephyr-elf testing is disabled because
1709+
# there are known issues causing build failures on this
1710+
# platform.
1711+
# PLATFORM_ARGS+="-p intel_adsp/ace30/ptl "
17091712
;;
17101713
xtensa-intel_tgl_adsp_zephyr-elf)
17111714
PLATFORM_ARGS+="-p intel_adsp/cavs25 "

0 commit comments

Comments
 (0)