@@ -322,8 +322,8 @@ jobs:
322
322
[ "${build_target_sparc_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"sparc-zephyr-elf",'
323
323
[ "${build_target_x86_64_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"x86_64-zephyr-elf",'
324
324
[ "${build_target_xtensa_amd_acp_6_0_adsp_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"xtensa-amd_acp_6_0_adsp_zephyr-elf",'
325
- [ "${build_target_xtensa_amd_acp_7_0_adsp_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"xtensa-amd_acp_7_0_adsp_zephyr-elf",'
326
- [ "${build_target_xtensa_amd_acp_7_3_adsp_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"xtensa-amd_acp_7_3_adsp_zephyr-elf",'
325
+ [ "${build_target_xtensa_amd_acp_7_0_adsp_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"xtensa-amd_acp_7_0_adsp_zephyr-elf",'
326
+ [ "${build_target_xtensa_amd_acp_7_3_adsp_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"xtensa-amd_acp_7_3_adsp_zephyr-elf",'
327
327
[ "${build_target_xtensa_dc233c_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"xtensa-dc233c_zephyr-elf",'
328
328
[ "${build_target_xtensa_espressif_esp32_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"xtensa-espressif_esp32_zephyr-elf",'
329
329
[ "${build_target_xtensa_espressif_esp32s2_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"xtensa-espressif_esp32s2_zephyr-elf",'
@@ -450,7 +450,7 @@ jobs:
450
450
runs-on :
451
451
group : ${{ matrix.host.runner }}
452
452
container : ${{ matrix.host.container }}
453
- timeout-minutes : 720
453
+ timeout-minutes : 720
454
454
455
455
defaults :
456
456
run :
@@ -1712,7 +1712,7 @@ jobs:
1712
1712
# xtensa-sample_controller32_zephyr-elf is untested because no
1713
1713
# upstream user platform is currently available.
1714
1714
# PLATFORM_ARGS+="-p acp_7_0 "
1715
- ;;
1715
+ ;;
1716
1716
xtensa-amd_acp_7_3_adsp_zephyr-elf)
1717
1717
# xtensa-sample_controller32_zephyr-elf is untested because no
1718
1718
# upstream user platform is currently available.
0 commit comments