ci: Reduce number of workers back to 20
Now that we've past 2.6.0-rc1 reduce number of works back to 20. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
730acbd6ed
commit
6de4241507
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ steps:
|
||||||
env:
|
env:
|
||||||
ZEPHYR_TOOLCHAIN_VARIANT: "zephyr"
|
ZEPHYR_TOOLCHAIN_VARIANT: "zephyr"
|
||||||
ZEPHYR_SDK_INSTALL_DIR: "/opt/toolchains/zephyr-sdk-0.12.4"
|
ZEPHYR_SDK_INSTALL_DIR: "/opt/toolchains/zephyr-sdk-0.12.4"
|
||||||
parallelism: 40
|
parallelism: 20
|
||||||
timeout_in_minutes: 180
|
timeout_in_minutes: 180
|
||||||
retry:
|
retry:
|
||||||
manual: true
|
manual: true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue