From eda6dbe1bc2897a48a0b7057b3d8cb1c2ae1e6b3 Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Tue, 22 Sep 2020 12:04:43 -0500 Subject: [PATCH] ci: double number of builders for daily build To get the daily build to hopefully run completely w/o timeouts lets double the number of builders. Signed-off-by: Kumar Gala --- .buildkite/daily.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/daily.yml b/.buildkite/daily.yml index 6172ce7b82c..9f80084883e 100644 --- a/.buildkite/daily.yml +++ b/.buildkite/daily.yml @@ -4,7 +4,7 @@ steps: env: ZEPHYR_TOOLCHAIN_VARIANT: "zephyr" ZEPHYR_SDK_INSTALL_DIR: "/opt/sdk/zephyr-sdk-0.11.3" - parallelism: 120 + parallelism: 240 timeout_in_minutes: 210 retry: manual: true