Skip to content

Commit 82a34a6

Browse files
committed
ci: Disable xtensa-sample_controller32 testing
This commit disables the testing of the Xtensa sample_controller32 toolchain because the corresponding Zephyr board support has not been merged. Revert this commit when the support for this platform is merged on the Zephyr side. Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
1 parent ac5af21 commit 82a34a6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1603,7 +1603,9 @@ jobs:
16031603
PLATFORM_ARGS+="-p qemu_xtensa "
16041604
;;
16051605
xtensa-sample_controller32_zephyr-elf)
1606-
PLATFORM_ARGS+="-p qemu_xtensa/sample_controller32/mpu "
1606+
# xtensa-sample_controller32_zephyr-elf is untested because no
1607+
# upstream user platform is currently available.
1608+
# PLATFORM_ARGS+="-p qemu_xtensa/sample_controller32/mpu "
16071609
;;
16081610
esac
16091611
done

0 commit comments

Comments
 (0)