ci: use new docker image based on ubuntu 20.04
Update to new docker image with various updates including renode, llvm and the base distro (moving from ubuntu 18.04 to 20.04). Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
fd31b9b4ac
commit
c8a2432955
3 changed files with 5 additions and 5 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.12.4"
|
ZEPHYR_SDK_INSTALL_DIR: "/opt/toolchains/zephyr-sdk-0.12.4"
|
||||||
parallelism: 400
|
parallelism: 400
|
||||||
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.16"
|
image: "zephyrprojectrtos/ci:v0.17.0"
|
||||||
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.12.4"
|
ZEPHYR_SDK_INSTALL_DIR: "/opt/toolchains/zephyr-sdk-0.12.4"
|
||||||
parallelism: 20
|
parallelism: 20
|
||||||
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.16"
|
image: "zephyrprojectrtos/ci:v0.17.0"
|
||||||
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"
|
||||||
|
|
2
.github/workflows/clang.yaml
vendored
2
.github/workflows/clang.yaml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: clang-build-cancel
|
needs: clang-build-cancel
|
||||||
container:
|
container:
|
||||||
image: zephyrprojectrtos/ci:v0.17.0-rc1
|
image: zephyrprojectrtos/ci:v0.17.0
|
||||||
options: '--entrypoint /bin/bash'
|
options: '--entrypoint /bin/bash'
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue