Skip to content

Commit 3927ce6

Browse files
committed
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 <[email protected]>
1 parent 3bae104 commit 3927ce6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/ci.sh

-1
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,6 @@ function ci_zephyr_install {
691691

692692
function ci_zephyr_build {
693693
docker exec zephyr-ci west build -p auto -b qemu_x86 -- -DCONF_FILE=prj_minimal.conf
694-
docker exec zephyr-ci west build -p auto -b qemu_x86
695694
docker exec zephyr-ci west build -p auto -b frdm_k64f
696695
docker exec zephyr-ci west build -p auto -b mimxrt1050_evk
697696
docker exec zephyr-ci west build -p auto -b nucleo_wb55rg # for bluetooth

0 commit comments

Comments
 (0)