From 56d44705a01bf42d123f3dd2e6804e3b9abc899f Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Fri, 7 May 2021 09:13:24 -0500 Subject: [PATCH] ci: double number of worker for the day Increase the number of works to help PR throughput as we get close to code freeze. Will revert this back after code freeze. 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 ebd38099d20..4adc0cc78a5 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: 20 + parallelism: 40 timeout_in_minutes: 180 retry: manual: true