ci: Update to Zephyr SDK 0.13.2
Pull in the CI docker image v0.21.0, which contains the Zephyr SDK 0.13.2 release, and use the Zephyr SDK 0.13.2 for building and testing Zephyr in the CI. Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
This commit is contained in:
parent
4606b0bcc4
commit
3debfe3365
9 changed files with 19 additions and 19 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.1"
|
ZEPHYR_SDK_INSTALL_DIR: "/opt/toolchains/zephyr-sdk-0.13.2"
|
||||||
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.4"
|
image: "zephyrprojectrtos/ci:v0.21.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/toolchains/zephyr-sdk-0.13.1"
|
ZEPHYR_SDK_INSTALL_DIR: "/opt/toolchains/zephyr-sdk-0.13.2"
|
||||||
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.4"
|
image: "zephyrprojectrtos/ci:v0.21.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"
|
||||||
|
|
4
.github/workflows/bluetooth.yaml
vendored
4
.github/workflows/bluetooth.yaml
vendored
|
@ -22,11 +22,11 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: bluetooth-test-prep
|
needs: bluetooth-test-prep
|
||||||
container:
|
container:
|
||||||
image: zephyrprojectrtos/ci:v0.18.4
|
image: zephyrprojectrtos/ci:v0.21.0
|
||||||
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.1
|
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.13.2
|
||||||
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: zephyr_runner
|
runs-on: zephyr_runner
|
||||||
needs: clang-build-prep
|
needs: clang-build-prep
|
||||||
container:
|
container:
|
||||||
image: zephyrprojectrtos/ci:v0.18.4
|
image: zephyrprojectrtos/ci:v0.21.0
|
||||||
options: '--entrypoint /bin/bash'
|
options: '--entrypoint /bin/bash'
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
platform: ["native_posix"]
|
platform: ["native_posix"]
|
||||||
env:
|
env:
|
||||||
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.13.1
|
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.13.2
|
||||||
CLANG_ROOT_DIR: /usr/lib/llvm-12
|
CLANG_ROOT_DIR: /usr/lib/llvm-12
|
||||||
COMMIT_RANGE: ${{ github.event.pull_request.base.sha }}..${{ github.event.pull_request.head.sha }}
|
COMMIT_RANGE: ${{ github.event.pull_request.base.sha }}..${{ github.event.pull_request.head.sha }}
|
||||||
BASE_REF: ${{ github.base_ref }}
|
BASE_REF: ${{ github.base_ref }}
|
||||||
|
|
4
.github/workflows/codecov.yaml
vendored
4
.github/workflows/codecov.yaml
vendored
|
@ -18,14 +18,14 @@ jobs:
|
||||||
runs-on: zephyr_runner
|
runs-on: zephyr_runner
|
||||||
needs: codecov-prep
|
needs: codecov-prep
|
||||||
container:
|
container:
|
||||||
image: zephyrprojectrtos/ci:v0.18.4
|
image: zephyrprojectrtos/ci:v0.21.0
|
||||||
options: '--entrypoint /bin/bash'
|
options: '--entrypoint /bin/bash'
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
platform: ["native_posix", "qemu_x86", "unit_testing"]
|
platform: ["native_posix", "qemu_x86", "unit_testing"]
|
||||||
env:
|
env:
|
||||||
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.13.1
|
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.13.2
|
||||||
CLANG_ROOT_DIR: /usr/lib/llvm-12
|
CLANG_ROOT_DIR: /usr/lib/llvm-12
|
||||||
steps:
|
steps:
|
||||||
- name: Update PATH for west
|
- name: Update PATH for west
|
||||||
|
|
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.4
|
image: zephyrprojectrtos/ci:v0.21.0
|
||||||
|
|
||||||
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.4
|
image: zephyrprojectrtos/ci:v0.21.0
|
||||||
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.1
|
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.13.2
|
||||||
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.4
|
image: zephyrprojectrtos/ci:v0.21.0
|
||||||
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.1
|
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.13.2
|
||||||
CLANG_ROOT_DIR: /usr/lib/llvm-12
|
CLANG_ROOT_DIR: /usr/lib/llvm-12
|
||||||
ZEPHYR_TOOLCHAIN_VARIANT: zephyr
|
ZEPHYR_TOOLCHAIN_VARIANT: zephyr
|
||||||
steps:
|
steps:
|
||||||
|
|
8
.github/workflows/twister.yaml
vendored
8
.github/workflows/twister.yaml
vendored
|
@ -24,7 +24,7 @@ jobs:
|
||||||
runs-on: zephyr_runner
|
runs-on: zephyr_runner
|
||||||
needs: twister-build-cleanup
|
needs: twister-build-cleanup
|
||||||
container:
|
container:
|
||||||
image: zephyrprojectrtos/ci:v0.18.4
|
image: zephyrprojectrtos/ci:v0.21.0
|
||||||
options: '--entrypoint /bin/bash'
|
options: '--entrypoint /bin/bash'
|
||||||
outputs:
|
outputs:
|
||||||
subset: ${{ steps.output-services.outputs.subset }}
|
subset: ${{ steps.output-services.outputs.subset }}
|
||||||
|
@ -32,7 +32,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
MATRIX_SIZE: 15
|
MATRIX_SIZE: 15
|
||||||
DAILY_MATRIX_SIZE: 120
|
DAILY_MATRIX_SIZE: 120
|
||||||
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.13.1
|
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.13.2
|
||||||
CLANG_ROOT_DIR: /usr/lib/llvm-12
|
CLANG_ROOT_DIR: /usr/lib/llvm-12
|
||||||
TESTS_PER_BUILDER: 700
|
TESTS_PER_BUILDER: 700
|
||||||
COMMIT_RANGE: ${{ github.event.pull_request.base.sha }}..${{ github.event.pull_request.head.sha }}
|
COMMIT_RANGE: ${{ github.event.pull_request.base.sha }}..${{ github.event.pull_request.head.sha }}
|
||||||
|
@ -119,14 +119,14 @@ jobs:
|
||||||
needs: twister-build-prep
|
needs: twister-build-prep
|
||||||
if: needs.twister-build-prep.outputs.size != 0
|
if: needs.twister-build-prep.outputs.size != 0
|
||||||
container:
|
container:
|
||||||
image: zephyrprojectrtos/ci:v0.18.4
|
image: zephyrprojectrtos/ci:v0.21.0
|
||||||
options: '--entrypoint /bin/bash'
|
options: '--entrypoint /bin/bash'
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
subset: ${{fromJSON(needs.twister-build-prep.outputs.subset)}}
|
subset: ${{fromJSON(needs.twister-build-prep.outputs.subset)}}
|
||||||
env:
|
env:
|
||||||
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.13.1
|
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.13.2
|
||||||
CLANG_ROOT_DIR: /usr/lib/llvm-12
|
CLANG_ROOT_DIR: /usr/lib/llvm-12
|
||||||
TWISTER_COMMON: ' --inline-logs -v -N -M --retry-failed 3 '
|
TWISTER_COMMON: ' --inline-logs -v -N -M --retry-failed 3 '
|
||||||
DAILY_OPTIONS: ' -M --build-only --all '
|
DAILY_OPTIONS: ' -M --build-only --all '
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue