From 80700039ceff6c86eded48ae4930f4fe47e76ccd Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Mon, 1 Feb 2021 08:52:17 -0600 Subject: [PATCH] ci: restore number of workers Restore number of workers to previous levels since we've used up the amazon credits. 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 a0e3eef5476..10e070173db 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.12.2" - parallelism: 40 + parallelism: 20 timeout_in_minutes: 180 retry: manual: true