summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien George <damien@micropython.org>2022-11-16 10:05:17 +1100
committerDamien George <damien@micropython.org>2022-11-16 10:05:17 +1100
commit3927ce60357a9b09fca03ff566aca14aeeca1798 (patch)
treec46709165b98f64039eb5edf878c0a687141ce17
parent3bae10417edbb37b2489065f2a1a17486eaf4dc2 (diff)
tools/ci.sh: Remove one build from zephyr CI to speed it up.
The zephyr CI takes the most time out of all CI jobs, so remove the standard qemu_x86 build to speed it up. The remaining builds should still cover enough cases to catch errors. Signed-off-by: Damien George <damien@micropython.org>
-rwxr-xr-xtools/ci.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/ci.sh b/tools/ci.sh
index ee205b429..2005034c4 100755
--- a/tools/ci.sh
+++ b/tools/ci.sh
@@ -691,7 +691,6 @@ function ci_zephyr_install {
function ci_zephyr_build {
docker exec zephyr-ci west build -p auto -b qemu_x86 -- -DCONF_FILE=prj_minimal.conf
- docker exec zephyr-ci west build -p auto -b qemu_x86
docker exec zephyr-ci west build -p auto -b frdm_k64f
docker exec zephyr-ci west build -p auto -b mimxrt1050_evk
docker exec zephyr-ci west build -p auto -b nucleo_wb55rg # for bluetooth