ci: adjust number of builds for daily CI
Buildkite has a limit at 500, so adjust to 475 to see if that works Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
edb23d7bd8
commit
f7c263ab42
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.13.0"
|
ZEPHYR_SDK_INSTALL_DIR: "/opt/toolchains/zephyr-sdk-0.13.0"
|
||||||
parallelism: 500
|
parallelism: 475
|
||||||
timeout_in_minutes: 210
|
timeout_in_minutes: 210
|
||||||
retry:
|
retry:
|
||||||
manual: true
|
manual: true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue