ci: Update daily build to use SDK 0.13.0-rc4
Update daily image to docker v0.17.6 to get SDK 0.13.0-rc4 for testing purposes. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
fa505f9d58
commit
94485364e9
1 changed files with 2 additions and 2 deletions
|
@ -3,14 +3,14 @@ steps:
|
|||
- .buildkite/run.sh
|
||||
env:
|
||||
ZEPHYR_TOOLCHAIN_VARIANT: "zephyr"
|
||||
ZEPHYR_SDK_INSTALL_DIR: "/opt/toolchains/zephyr-sdk-0.13.0-rc3"
|
||||
ZEPHYR_SDK_INSTALL_DIR: "/opt/toolchains/zephyr-sdk-0.13.0-rc4"
|
||||
parallelism: 400
|
||||
timeout_in_minutes: 210
|
||||
retry:
|
||||
manual: true
|
||||
plugins:
|
||||
- docker#v3.5.0:
|
||||
image: "zephyrprojectrtos/ci:v0.17.5"
|
||||
image: "zephyrprojectrtos/ci:v0.17.6"
|
||||
propagate-environment: true
|
||||
volumes:
|
||||
- "/var/lib/buildkite-agent/git-mirrors:/var/lib/buildkite-agent/git-mirrors"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue