From 5d97f8ce4c0e83d1e8f89aacdaa2618ecbe7a34e Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Wed, 5 May 2021 15:22:21 -0500 Subject: [PATCH] ci: Update to docker image v0.17.1 Update docker image to v0.17.1 to get SDK 0.13.0-alpha-1 to allow testing of ARC64 as well as the SDK update to gcc-10.3 and qemu 6.0. Signed-off-by: Kumar Gala --- .buildkite/daily.yml | 2 +- .buildkite/pipeline.yml | 2 +- .github/workflows/bsim.yaml | 2 +- .github/workflows/clang.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.buildkite/daily.yml b/.buildkite/daily.yml index f3a60b72df02a5..ef3f5fbdb928c8 100644 --- a/.buildkite/daily.yml +++ b/.buildkite/daily.yml @@ -10,7 +10,7 @@ steps: manual: true plugins: - docker#v3.5.0: - image: "zephyrprojectrtos/ci:v0.17.0" + image: "zephyrprojectrtos/ci:v0.17.1" propagate-environment: true volumes: - "/var/lib/buildkite-agent/git-mirrors:/var/lib/buildkite-agent/git-mirrors" diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 2c9cc89ea1ffdb..ebd38099d20b92 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -10,7 +10,7 @@ steps: manual: true plugins: - docker#v3.5.0: - image: "zephyrprojectrtos/ci:v0.17.0" + image: "zephyrprojectrtos/ci:v0.17.1" propagate-environment: true volumes: - "/var/lib/buildkite-agent/git-mirrors:/var/lib/buildkite-agent/git-mirrors" diff --git a/.github/workflows/bsim.yaml b/.github/workflows/bsim.yaml index 846eade6b68acf..e703c536725064 100644 --- a/.github/workflows/bsim.yaml +++ b/.github/workflows/bsim.yaml @@ -22,7 +22,7 @@ jobs: runs-on: ubuntu-latest needs: bsim-build-cancel container: - image: zephyrprojectrtos/ci:v0.17.0-rc1 + image: zephyrprojectrtos/ci:v0.17.1 options: '--entrypoint /bin/bash' env: ZEPHYR_TOOLCHAIN_VARIANT: zephyr diff --git a/.github/workflows/clang.yaml b/.github/workflows/clang.yaml index 618c9b6caa35fe..5c32e0e3eef115 100644 --- a/.github/workflows/clang.yaml +++ b/.github/workflows/clang.yaml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest needs: clang-build-cancel container: - image: zephyrprojectrtos/ci:v0.17.0 + image: zephyrprojectrtos/ci:v0.17.1 options: '--entrypoint /bin/bash' strategy: fail-fast: false