Skip to content

Commit dc574db

Browse files
committed
ci: Disable testing of nxp_adsp_imx8ulp
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>
1 parent 600b08a commit dc574db

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
@@ -1557,7 +1557,10 @@ jobs:
15571557
PLATFORM_ARGS+="-p nxp_adsp_imx8m "
15581558
;;
15591559
xtensa-nxp_imx8ulp_adsp_zephyr-elf)
1560-
PLATFORM_ARGS+="-p nxp_adsp_imx8ulp "
1560+
# FIXME: Disabled because nxp_adsp_imx8ulp support has not been
1561+
# merged yet. Enable when zephyrproject-rtos/zephyr#63751
1562+
# is merged.
1563+
#PLATFORM_ARGS+="-p nxp_adsp_imx8ulp "
15611564
;;
15621565
xtensa-sample_controller_zephyr-elf)
15631566
PLATFORM_ARGS+="-p qemu_xtensa "

0 commit comments

Comments
 (0)