ci: increase number of builds for daily CI

Bump to 500 builds since we have some builds that are timing out
after 3hr of building.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2021-09-09 05:55:01 -05:00 committed by Anas Nashif
commit 40f4091d44

View file

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