From 3927ce60357a9b09fca03ff566aca14aeeca1798 Mon Sep 17 00:00:00 2001 From: Damien George Date: Wed, 16 Nov 2022 10:05:17 +1100 Subject: [PATCH] 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 --- tools/ci.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/ci.sh b/tools/ci.sh index ee205b4291..2005034c4a 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