From 6de42415076077f5e5acef6b3deeed65bc0958b7 Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Sun, 9 May 2021 19:23:14 -0500 Subject: [PATCH] ci: Reduce number of workers back to 20 Now that we've past 2.6.0-rc1 reduce number of works back to 20. Signed-off-by: Kumar Gala --- .buildkite/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 4adc0cc78a5..ebd38099d20 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -4,7 +4,7 @@ steps: env: ZEPHYR_TOOLCHAIN_VARIANT: "zephyr" ZEPHYR_SDK_INSTALL_DIR: "/opt/toolchains/zephyr-sdk-0.12.4" - parallelism: 40 + parallelism: 20 timeout_in_minutes: 180 retry: manual: true