From b9ccae4f04a6c139c61d3caf5e75c9b4bd2ae949 Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Wed, 27 Jan 2021 07:12:17 -0600 Subject: [PATCH] ci: Bump up number of builds Still seeing a few timeouts after recently bumping up the number of builds. Bump this again to hopefully address the issue for now. 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 1f9c6d7766e..9b654e4bfc1 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.12.2" - parallelism: 300 + parallelism: 400 timeout_in_minutes: 210 retry: manual: true