Skip to content

Commit cfa42b0

Browse files
committed
ci: Update test platform names for HWMv2
This commit updates the platform names specified for running toolchain tests to match the names used by the HWMv2. Note that this is necessary because the Zephyr 'collab-sdk-dev' branch was fast-forwarded to the latest main, which includes the HWMv2 changes. Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
1 parent a904515 commit cfa42b0

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/workflows/ci.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1507,17 +1507,17 @@ jobs:
15071507
PLATFORM_ARGS+="-p qemu_cortex_a53 "
15081508
;;
15091509
arc64-zephyr-elf)
1510-
PLATFORM_ARGS+="-p qemu_arc_hs6x "
1510+
PLATFORM_ARGS+="-p qemu_arc/qemu_arc_hs6x "
15111511
;;
15121512
arc-zephyr-elf)
1513-
PLATFORM_ARGS+="-p qemu_arc_em "
1514-
PLATFORM_ARGS+="-p qemu_arc_hs "
1513+
PLATFORM_ARGS+="-p qemu_arc/qemu_arc_em "
1514+
PLATFORM_ARGS+="-p qemu_arc/qemu_arc_hs "
15151515
;;
15161516
arm-zephyr-eabi)
15171517
PLATFORM_ARGS+="-p qemu_cortex_m0 "
1518-
PLATFORM_ARGS+="-p mps2_an385 "
1519-
PLATFORM_ARGS+="-p mps2_an521 "
1520-
PLATFORM_ARGS+="-p mps3_an547 "
1518+
PLATFORM_ARGS+="-p mps2/an385 "
1519+
PLATFORM_ARGS+="-p mps2/an521/cpu0 "
1520+
PLATFORM_ARGS+="-p mps3/an547 "
15211521
;;
15221522
# TODO: Release the microblaze arch source in a public repo
15231523
# microblazeel-zephyr-elf)
@@ -1542,28 +1542,28 @@ jobs:
15421542
PLATFORM_ARGS+="-p qemu_x86_64 "
15431543
;;
15441544
xtensa-dc233c_zephyr-elf)
1545-
PLATFORM_ARGS+="-p qemu_xtensa_mmu "
1545+
PLATFORM_ARGS+="-p qemu_xtensa/dc233c/mmu "
15461546
;;
15471547
xtensa-espressif_esp32_zephyr-elf)
1548-
PLATFORM_ARGS+="-p esp32_devkitc_wroom "
1548+
PLATFORM_ARGS+="-p esp32_devkitc_wroom/esp32/procpu "
15491549
;;
15501550
xtensa-espressif_esp32s2_zephyr-elf)
15511551
PLATFORM_ARGS+="-p esp32s2_saola "
15521552
;;
15531553
xtensa-espressif_esp32s3_zephyr-elf)
1554-
PLATFORM_ARGS+="-p esp32s3_devkitm "
1554+
PLATFORM_ARGS+="-p esp32s3_devkitm/esp32s3/procpu "
15551555
;;
15561556
xtensa-intel_ace15_mtpm_zephyr-elf)
1557-
PLATFORM_ARGS+="-p intel_adsp_ace15_mtpm "
1557+
PLATFORM_ARGS+="-p intel_adsp/ace15_mtpm "
15581558
;;
15591559
xtensa-intel_tgl_adsp_zephyr-elf)
1560-
PLATFORM_ARGS+="-p intel_adsp_cavs25 "
1560+
PLATFORM_ARGS+="-p intel_adsp/cavs25 "
15611561
;;
15621562
xtensa-nxp_imx_adsp_zephyr-elf)
1563-
PLATFORM_ARGS+="-p nxp_adsp_imx8 "
1563+
PLATFORM_ARGS+="-p imx8qm_mek/mimx8qm6/adsp "
15641564
;;
15651565
xtensa-nxp_imx8m_adsp_zephyr-elf)
1566-
PLATFORM_ARGS+="-p nxp_adsp_imx8m "
1566+
PLATFORM_ARGS+="-p imx8mp_evk/mimx8ml8/adsp "
15671567
;;
15681568
xtensa-nxp_imx8ulp_adsp_zephyr-elf)
15691569
# FIXME: Disabled because nxp_adsp_imx8ulp support has not been

0 commit comments

Comments
 (0)