Commit f7c263ab authored by Kumar Gala's avatar Kumar Gala Committed by Kumar Gala
Browse files

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: default avatarKumar Gala <kumar.gala@linaro.org>
parent edb23d7b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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