Skip to content

Commit f3bdb00

Browse files
committed
ci: Add notes about untested toolchains
This commit adds the notes about the untested Xtensa toolchain variants. These Xtensa toolchain variants currently do not have an upstream user platform and therefore cannot be tested using twister. Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
1 parent 510d872 commit f3bdb00

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1559,6 +1559,10 @@ jobs:
15591559
xtensa-intel_tgl_adsp_zephyr-elf)
15601560
PLATFORM_ARGS+="-p intel_adsp/cavs25 "
15611561
;;
1562+
xtensa-mtk_mt8195_adsp_zephyr-elf)
1563+
# xtensa-mtk_mt8195_adsp_zephyr-elf is untested because no
1564+
# upstream user platform is currently available.
1565+
;;
15621566
xtensa-nxp_imx_adsp_zephyr-elf)
15631567
PLATFORM_ARGS+="-p imx8qm_mek/mimx8qm6/adsp "
15641568
;;
@@ -1571,6 +1575,10 @@ jobs:
15711575
xtensa-nxp_rt500_adsp_zephyr-elf)
15721576
PLATFORM_ARGS+="-p mimxrt595_evk/mimxrt595s/f1 "
15731577
;;
1578+
xtensa-nxp_rt600_adsp_zephyr-elf)
1579+
# xtensa-nxp_rt600_adsp_zephyr-elf is untested because no
1580+
# upstream user platform is currently available.
1581+
;;
15741582
xtensa-sample_controller_zephyr-elf)
15751583
PLATFORM_ARGS+="-p qemu_xtensa "
15761584
;;

0 commit comments

Comments
 (0)