ci: use zephyr sdk 0.16.3
Modify CI tpo use new SDK and new docker containing this SDK. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
4d10c960da
commit
d2879f9a48
8 changed files with 18 additions and 18 deletions
4
.github/workflows/blackbox_tests.yml
vendored
4
.github/workflows/blackbox_tests.yml
vendored
|
@ -30,9 +30,9 @@ jobs:
|
||||||
python-version: [3.8, 3.9, '3.10']
|
python-version: [3.8, 3.9, '3.10']
|
||||||
os: [ubuntu-22.04]
|
os: [ubuntu-22.04]
|
||||||
container:
|
container:
|
||||||
image: ghcr.io/zephyrproject-rtos/ci:v0.26.4
|
image: ghcr.io/zephyrproject-rtos/ci:v0.26.5
|
||||||
env:
|
env:
|
||||||
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.16.1
|
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.16.3
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Apply Container Owner Mismatch Workaround
|
- name: Apply Container Owner Mismatch Workaround
|
||||||
|
|
4
.github/workflows/bsim-tests.yaml
vendored
4
.github/workflows/bsim-tests.yaml
vendored
|
@ -30,13 +30,13 @@ jobs:
|
||||||
if: github.repository_owner == 'zephyrproject-rtos'
|
if: github.repository_owner == 'zephyrproject-rtos'
|
||||||
runs-on: zephyr-runner-linux-x64-4xlarge
|
runs-on: zephyr-runner-linux-x64-4xlarge
|
||||||
container:
|
container:
|
||||||
image: ghcr.io/zephyrproject-rtos/ci:v0.26.4
|
image: ghcr.io/zephyrproject-rtos/ci:v0.26.5
|
||||||
options: '--entrypoint /bin/bash'
|
options: '--entrypoint /bin/bash'
|
||||||
volumes:
|
volumes:
|
||||||
- /repo-cache/zephyrproject:/github/cache/zephyrproject
|
- /repo-cache/zephyrproject:/github/cache/zephyrproject
|
||||||
env:
|
env:
|
||||||
ZEPHYR_TOOLCHAIN_VARIANT: zephyr
|
ZEPHYR_TOOLCHAIN_VARIANT: zephyr
|
||||||
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.16.1
|
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.16.3
|
||||||
BSIM_OUT_PATH: /opt/bsim/
|
BSIM_OUT_PATH: /opt/bsim/
|
||||||
BSIM_COMPONENTS_PATH: /opt/bsim/components
|
BSIM_COMPONENTS_PATH: /opt/bsim/components
|
||||||
EDTT_PATH: ../tools/edtt
|
EDTT_PATH: ../tools/edtt
|
||||||
|
|
4
.github/workflows/clang.yaml
vendored
4
.github/workflows/clang.yaml
vendored
|
@ -11,7 +11,7 @@ jobs:
|
||||||
if: github.repository_owner == 'zephyrproject-rtos'
|
if: github.repository_owner == 'zephyrproject-rtos'
|
||||||
runs-on: zephyr-runner-linux-x64-4xlarge
|
runs-on: zephyr-runner-linux-x64-4xlarge
|
||||||
container:
|
container:
|
||||||
image: ghcr.io/zephyrproject-rtos/ci:v0.26.4
|
image: ghcr.io/zephyrproject-rtos/ci:v0.26.5
|
||||||
options: '--entrypoint /bin/bash'
|
options: '--entrypoint /bin/bash'
|
||||||
volumes:
|
volumes:
|
||||||
- /repo-cache/zephyrproject:/github/cache/zephyrproject
|
- /repo-cache/zephyrproject:/github/cache/zephyrproject
|
||||||
|
@ -20,7 +20,7 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
platform: ["native_posix"]
|
platform: ["native_posix"]
|
||||||
env:
|
env:
|
||||||
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.16.1
|
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.16.3
|
||||||
LLVM_TOOLCHAIN_PATH: /usr/lib/llvm-16
|
LLVM_TOOLCHAIN_PATH: /usr/lib/llvm-16
|
||||||
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
|
@ -13,7 +13,7 @@ jobs:
|
||||||
if: github.repository == 'zephyrproject-rtos/zephyr'
|
if: github.repository == 'zephyrproject-rtos/zephyr'
|
||||||
runs-on: zephyr-runner-linux-x64-4xlarge
|
runs-on: zephyr-runner-linux-x64-4xlarge
|
||||||
container:
|
container:
|
||||||
image: ghcr.io/zephyrproject-rtos/ci:v0.26.4
|
image: ghcr.io/zephyrproject-rtos/ci:v0.26.5
|
||||||
options: '--entrypoint /bin/bash'
|
options: '--entrypoint /bin/bash'
|
||||||
volumes:
|
volumes:
|
||||||
- /repo-cache/zephyrproject:/github/cache/zephyrproject
|
- /repo-cache/zephyrproject:/github/cache/zephyrproject
|
||||||
|
@ -22,7 +22,7 @@ jobs:
|
||||||
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.16.1
|
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.16.3
|
||||||
steps:
|
steps:
|
||||||
- name: Apply container owner mismatch workaround
|
- name: Apply container owner mismatch workaround
|
||||||
run: |
|
run: |
|
||||||
|
|
4
.github/workflows/errno.yml
vendored
4
.github/workflows/errno.yml
vendored
|
@ -10,9 +10,9 @@ jobs:
|
||||||
check-errno:
|
check-errno:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
container:
|
container:
|
||||||
image: ghcr.io/zephyrproject-rtos/ci:v0.26.4
|
image: ghcr.io/zephyrproject-rtos/ci:v0.26.5
|
||||||
env:
|
env:
|
||||||
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.16.1
|
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.16.3
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Apply container owner mismatch workaround
|
- name: Apply container owner mismatch workaround
|
||||||
|
|
4
.github/workflows/footprint-tracking.yml
vendored
4
.github/workflows/footprint-tracking.yml
vendored
|
@ -25,12 +25,12 @@ jobs:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
if: github.repository_owner == 'zephyrproject-rtos'
|
if: github.repository_owner == 'zephyrproject-rtos'
|
||||||
container:
|
container:
|
||||||
image: ghcr.io/zephyrproject-rtos/ci:v0.26.4
|
image: ghcr.io/zephyrproject-rtos/ci:v0.26.5
|
||||||
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.16.1
|
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.16.3
|
||||||
ZEPHYR_TOOLCHAIN_VARIANT: zephyr
|
ZEPHYR_TOOLCHAIN_VARIANT: zephyr
|
||||||
steps:
|
steps:
|
||||||
- name: Apply container owner mismatch workaround
|
- name: Apply container owner mismatch workaround
|
||||||
|
|
4
.github/workflows/footprint.yml
vendored
4
.github/workflows/footprint.yml
vendored
|
@ -11,12 +11,12 @@ jobs:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
if: github.repository == 'zephyrproject-rtos/zephyr'
|
if: github.repository == 'zephyrproject-rtos/zephyr'
|
||||||
container:
|
container:
|
||||||
image: ghcr.io/zephyrproject-rtos/ci:v0.26.4
|
image: ghcr.io/zephyrproject-rtos/ci:v0.26.5
|
||||||
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.16.1
|
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.16.3
|
||||||
ZEPHYR_TOOLCHAIN_VARIANT: zephyr
|
ZEPHYR_TOOLCHAIN_VARIANT: zephyr
|
||||||
steps:
|
steps:
|
||||||
- name: Apply container owner mismatch workaround
|
- name: Apply container owner mismatch workaround
|
||||||
|
|
8
.github/workflows/twister.yaml
vendored
8
.github/workflows/twister.yaml
vendored
|
@ -24,7 +24,7 @@ jobs:
|
||||||
if: github.repository_owner == 'zephyrproject-rtos'
|
if: github.repository_owner == 'zephyrproject-rtos'
|
||||||
runs-on: zephyr-runner-linux-x64-4xlarge
|
runs-on: zephyr-runner-linux-x64-4xlarge
|
||||||
container:
|
container:
|
||||||
image: ghcr.io/zephyrproject-rtos/ci:v0.26.4
|
image: ghcr.io/zephyrproject-rtos/ci:v0.26.5
|
||||||
options: '--entrypoint /bin/bash'
|
options: '--entrypoint /bin/bash'
|
||||||
volumes:
|
volumes:
|
||||||
- /repo-cache/zephyrproject:/github/cache/zephyrproject
|
- /repo-cache/zephyrproject:/github/cache/zephyrproject
|
||||||
|
@ -36,7 +36,7 @@ jobs:
|
||||||
MATRIX_SIZE: 10
|
MATRIX_SIZE: 10
|
||||||
PUSH_MATRIX_SIZE: 15
|
PUSH_MATRIX_SIZE: 15
|
||||||
DAILY_MATRIX_SIZE: 80
|
DAILY_MATRIX_SIZE: 80
|
||||||
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.16.1
|
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.16.3
|
||||||
BSIM_OUT_PATH: /opt/bsim/
|
BSIM_OUT_PATH: /opt/bsim/
|
||||||
BSIM_COMPONENTS_PATH: /opt/bsim/components
|
BSIM_COMPONENTS_PATH: /opt/bsim/components
|
||||||
TESTS_PER_BUILDER: 700
|
TESTS_PER_BUILDER: 700
|
||||||
|
@ -122,7 +122,7 @@ 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: ghcr.io/zephyrproject-rtos/ci:v0.26.4
|
image: ghcr.io/zephyrproject-rtos/ci:v0.26.5
|
||||||
options: '--entrypoint /bin/bash'
|
options: '--entrypoint /bin/bash'
|
||||||
volumes:
|
volumes:
|
||||||
- /repo-cache/zephyrproject:/github/cache/zephyrproject
|
- /repo-cache/zephyrproject:/github/cache/zephyrproject
|
||||||
|
@ -131,7 +131,7 @@ jobs:
|
||||||
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.16.1
|
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.16.3
|
||||||
BSIM_OUT_PATH: /opt/bsim/
|
BSIM_OUT_PATH: /opt/bsim/
|
||||||
BSIM_COMPONENTS_PATH: /opt/bsim/components
|
BSIM_COMPONENTS_PATH: /opt/bsim/components
|
||||||
TWISTER_COMMON: ' --force-color --inline-logs -v -N -M --retry-failed 3 '
|
TWISTER_COMMON: ' --force-color --inline-logs -v -N -M --retry-failed 3 '
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue