Skip to content

Commit

Permalink
ci: Disable testing of nxp_adsp_imx8ulp
Browse files Browse the repository at this point in the history
This commit disables the testing of `nxp_adsp_imx8ulp` platform
because it has not been merged upstream yet.

Re-enable this platform when the zephyrproject-rtos/zephyr#63751 is
merged.

Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
  • Loading branch information
stephanosio committed Nov 13, 2023
1 parent 600b08a commit dc574db
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 @@ -1557,7 +1557,10 @@ jobs:
PLATFORM_ARGS+="-p nxp_adsp_imx8m "
;;
xtensa-nxp_imx8ulp_adsp_zephyr-elf)
PLATFORM_ARGS+="-p nxp_adsp_imx8ulp "
# FIXME: Disabled because nxp_adsp_imx8ulp support has not been
# merged yet. Enable when zephyrproject-rtos/zephyr#63751
# is merged.
#PLATFORM_ARGS+="-p nxp_adsp_imx8ulp "
;;
xtensa-sample_controller_zephyr-elf)
PLATFORM_ARGS+="-p qemu_xtensa "
Expand Down

0 comments on commit dc574db

Please sign in to comment.