buildkite: update pipeline to use new dockerfiles release
Update buildkite to use dockerfiles release 0.11.10. Update both pipeline.yml and daily.yml. Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
This commit is contained in:
parent
d770880a71
commit
6895607360
2 changed files with 4 additions and 4 deletions
|
@ -3,14 +3,14 @@ steps:
|
||||||
- .buildkite/run.sh
|
- .buildkite/run.sh
|
||||||
env:
|
env:
|
||||||
ZEPHYR_TOOLCHAIN_VARIANT: "zephyr"
|
ZEPHYR_TOOLCHAIN_VARIANT: "zephyr"
|
||||||
ZEPHYR_SDK_INSTALL_DIR: "/opt/sdk/zephyr-sdk-0.11.3"
|
ZEPHYR_SDK_INSTALL_DIR: "/opt/sdk/zephyr-sdk-0.11.4"
|
||||||
parallelism: 240
|
parallelism: 240
|
||||||
timeout_in_minutes: 210
|
timeout_in_minutes: 210
|
||||||
retry:
|
retry:
|
||||||
manual: true
|
manual: true
|
||||||
plugins:
|
plugins:
|
||||||
- docker#v3.5.0:
|
- docker#v3.5.0:
|
||||||
image: "zephyrprojectrtos/ci:v0.11.8"
|
image: "zephyrprojectrtos/ci:v0.11.10"
|
||||||
propagate-environment: true
|
propagate-environment: true
|
||||||
volumes:
|
volumes:
|
||||||
- "/var/lib/buildkite-agent/git-mirrors:/var/lib/buildkite-agent/git-mirrors"
|
- "/var/lib/buildkite-agent/git-mirrors:/var/lib/buildkite-agent/git-mirrors"
|
||||||
|
|
|
@ -3,14 +3,14 @@ steps:
|
||||||
- .buildkite/run.sh
|
- .buildkite/run.sh
|
||||||
env:
|
env:
|
||||||
ZEPHYR_TOOLCHAIN_VARIANT: "zephyr"
|
ZEPHYR_TOOLCHAIN_VARIANT: "zephyr"
|
||||||
ZEPHYR_SDK_INSTALL_DIR: "/opt/sdk/zephyr-sdk-0.11.3"
|
ZEPHYR_SDK_INSTALL_DIR: "/opt/sdk/zephyr-sdk-0.11.4"
|
||||||
parallelism: 50
|
parallelism: 50
|
||||||
timeout_in_minutes: 180
|
timeout_in_minutes: 180
|
||||||
retry:
|
retry:
|
||||||
manual: true
|
manual: true
|
||||||
plugins:
|
plugins:
|
||||||
- docker#v3.5.0:
|
- docker#v3.5.0:
|
||||||
image: "zephyrprojectrtos/ci:v0.11.8"
|
image: "zephyrprojectrtos/ci:v0.11.10"
|
||||||
propagate-environment: true
|
propagate-environment: true
|
||||||
volumes:
|
volumes:
|
||||||
- "/var/lib/buildkite-agent/git-mirrors:/var/lib/buildkite-agent/git-mirrors"
|
- "/var/lib/buildkite-agent/git-mirrors:/var/lib/buildkite-agent/git-mirrors"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue