From 31cb74936fa676eda4e83987003cf5993378d648 Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Thu, 3 Dec 2020 13:29:49 -0600 Subject: [PATCH] ci: double number of worker for Dec 2020 Increase the number of workers for Dec as we've got additional credits to utilize before the end of the year. 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 b5476bbe3c0..0003652c94e 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -4,7 +4,7 @@ steps: env: ZEPHYR_TOOLCHAIN_VARIANT: "zephyr" ZEPHYR_SDK_INSTALL_DIR: "/opt/sdk/zephyr-sdk-0.11.4" - parallelism: 20 + parallelism: 40 timeout_in_minutes: 180 retry: manual: true