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 <kumar.gala@linaro.org>
This commit is contained in:
parent
724601bfea
commit
eda6dbe1bc
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue