.buildkite: Increase timeout + jobs (DNM)
Increase timeout to allow testing completion on all impacted boards Slightly Increase jobs as well Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
parent
ea3b644c5d
commit
773b5d85d0
1 changed files with 2 additions and 2 deletions
|
|
@ -4,8 +4,8 @@ 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: 20
|
parallelism: 25
|
||||||
timeout_in_minutes: 180
|
timeout_in_minutes: 300
|
||||||
retry:
|
retry:
|
||||||
manual: true
|
manual: true
|
||||||
plugins:
|
plugins:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue