Skip to content

Commit

Permalink
ci: Disable intel_ace30_ptl testing
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
stephanosio committed Oct 29, 2024
1 parent 658f4b3 commit 3df1a98
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 "
Expand Down

0 comments on commit 3df1a98

Please sign in to comment.