ci: Bump to use SDK 0.13.1
Now that SDK 0.13.1 is released bump buildkite & github workflows to use this SDK version and the docker image that has it. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
eb218a5405
commit
b312470bbb
7 changed files with 13 additions and 13 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/toolchains/zephyr-sdk-0.13.0"
|
ZEPHYR_SDK_INSTALL_DIR: "/opt/toolchains/zephyr-sdk-0.13.1"
|
||||||
parallelism: 475
|
parallelism: 475
|
||||||
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.18.3"
|
image: "zephyrprojectrtos/ci:v0.18.4"
|
||||||
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/toolchains/zephyr-sdk-0.13.0"
|
ZEPHYR_SDK_INSTALL_DIR: "/opt/toolchains/zephyr-sdk-0.13.1"
|
||||||
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.18.3"
|
image: "zephyrprojectrtos/ci:v0.18.4"
|
||||||
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"
|
||||||
|
|
4
.github/workflows/bsim.yaml
vendored
4
.github/workflows/bsim.yaml
vendored
|
@ -22,11 +22,11 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: bsim-build-cancel
|
needs: bsim-build-cancel
|
||||||
container:
|
container:
|
||||||
image: zephyrprojectrtos/ci:v0.18.3
|
image: zephyrprojectrtos/ci:v0.18.4
|
||||||
options: '--entrypoint /bin/bash'
|
options: '--entrypoint /bin/bash'
|
||||||
env:
|
env:
|
||||||
ZEPHYR_TOOLCHAIN_VARIANT: zephyr
|
ZEPHYR_TOOLCHAIN_VARIANT: zephyr
|
||||||
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.13.0
|
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.13.1
|
||||||
CLANG_ROOT_DIR: /usr/lib/llvm-12
|
CLANG_ROOT_DIR: /usr/lib/llvm-12
|
||||||
BSIM_OUT_PATH: /opt/bsim/
|
BSIM_OUT_PATH: /opt/bsim/
|
||||||
BSIM_COMPONENTS_PATH: /opt/bsim/components
|
BSIM_COMPONENTS_PATH: /opt/bsim/components
|
||||||
|
|
4
.github/workflows/clang.yaml
vendored
4
.github/workflows/clang.yaml
vendored
|
@ -14,14 +14,14 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: clang-build-cancel
|
needs: clang-build-cancel
|
||||||
container:
|
container:
|
||||||
image: zephyrprojectrtos/ci:v0.18.3
|
image: zephyrprojectrtos/ci:v0.18.4
|
||||||
options: '--entrypoint /bin/bash'
|
options: '--entrypoint /bin/bash'
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
subset: [1, 2, 3, 4, 5]
|
subset: [1, 2, 3, 4, 5]
|
||||||
env:
|
env:
|
||||||
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.13.0
|
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.13.1
|
||||||
CLANG_ROOT_DIR: /usr/lib/llvm-12
|
CLANG_ROOT_DIR: /usr/lib/llvm-12
|
||||||
MATRIX_SIZE: 5
|
MATRIX_SIZE: 5
|
||||||
steps:
|
steps:
|
||||||
|
|
2
.github/workflows/errno.yml
vendored
2
.github/workflows/errno.yml
vendored
|
@ -8,7 +8,7 @@ jobs:
|
||||||
check-errno:
|
check-errno:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: zephyrprojectrtos/ci:v0.18.3
|
image: zephyrprojectrtos/ci:v0.18.4
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: checkout
|
- name: checkout
|
||||||
|
|
4
.github/workflows/footprint-tracking.yml
vendored
4
.github/workflows/footprint-tracking.yml
vendored
|
@ -27,12 +27,12 @@ jobs:
|
||||||
if: github.repository == 'zephyrproject-rtos/zephyr'
|
if: github.repository == 'zephyrproject-rtos/zephyr'
|
||||||
needs: footprint-tracking-cancel
|
needs: footprint-tracking-cancel
|
||||||
container:
|
container:
|
||||||
image: zephyrprojectrtos/ci:v0.18.3
|
image: zephyrprojectrtos/ci:v0.18.4
|
||||||
options: '--entrypoint /bin/bash'
|
options: '--entrypoint /bin/bash'
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
env:
|
env:
|
||||||
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.13.0
|
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.13.1
|
||||||
CLANG_ROOT_DIR: /usr/lib/llvm-12
|
CLANG_ROOT_DIR: /usr/lib/llvm-12
|
||||||
ZEPHYR_TOOLCHAIN_VARIANT: zephyr
|
ZEPHYR_TOOLCHAIN_VARIANT: zephyr
|
||||||
steps:
|
steps:
|
||||||
|
|
4
.github/workflows/footprint.yml
vendored
4
.github/workflows/footprint.yml
vendored
|
@ -16,12 +16,12 @@ jobs:
|
||||||
if: github.repository == 'zephyrproject-rtos/zephyr'
|
if: github.repository == 'zephyrproject-rtos/zephyr'
|
||||||
needs: footprint-cancel
|
needs: footprint-cancel
|
||||||
container:
|
container:
|
||||||
image: zephyrprojectrtos/ci:v0.18.3
|
image: zephyrprojectrtos/ci:v0.18.4
|
||||||
options: '--entrypoint /bin/bash'
|
options: '--entrypoint /bin/bash'
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
env:
|
env:
|
||||||
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.13.0
|
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.13.1
|
||||||
CLANG_ROOT_DIR: /usr/lib/llvm-12
|
CLANG_ROOT_DIR: /usr/lib/llvm-12
|
||||||
ZEPHYR_TOOLCHAIN_VARIANT: zephyr
|
ZEPHYR_TOOLCHAIN_VARIANT: zephyr
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue