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:
Kumar Gala 2021-09-10 11:02:27 -05:00 committed by Kumar Gala
commit f7c263ab42

View file

@ -4,7 +4,7 @@ steps:
env:
ZEPHYR_TOOLCHAIN_VARIANT: "zephyr"
ZEPHYR_SDK_INSTALL_DIR: "/opt/toolchains/zephyr-sdk-0.13.0"
parallelism: 500
parallelism: 475
timeout_in_minutes: 210
retry:
manual: true