File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 27
27
- /repo-cache/zephyrproject:/github/cache/zephyrproject
28
28
env :
29
29
ZEPHYR_TOOLCHAIN_VARIANT : zephyr
30
- ZEPHYR_SDK_INSTALL_DIR : /opt/toolchains/zephyr-sdk-0.15.2
30
+ ZEPHYR_SDK_INSTALL_DIR : /opt/toolchains/zephyr-sdk-0.16.0
31
31
BSIM_OUT_PATH : /opt/bsim/
32
32
BSIM_COMPONENTS_PATH : /opt/bsim/components
33
33
EDTT_PATH : ../tools/edtt
Original file line number Diff line number Diff line change 20
20
matrix :
21
21
platform : ["native_posix"]
22
22
env :
23
- ZEPHYR_SDK_INSTALL_DIR : /opt/toolchains/zephyr-sdk-0.15.2
23
+ ZEPHYR_SDK_INSTALL_DIR : /opt/toolchains/zephyr-sdk-0.16.0
24
24
LLVM_TOOLCHAIN_PATH : /usr/lib/llvm-15
25
25
COMMIT_RANGE : ${{ github.event.pull_request.base.sha }}..${{ github.event.pull_request.head.sha }}
26
26
BASE_REF : ${{ github.base_ref }}
Original file line number Diff line number Diff line change 22
22
matrix :
23
23
platform : ["native_posix", "qemu_x86", "unit_testing"]
24
24
env :
25
- ZEPHYR_SDK_INSTALL_DIR : /opt/toolchains/zephyr-sdk-0.15.2
25
+ ZEPHYR_SDK_INSTALL_DIR : /opt/toolchains/zephyr-sdk-0.16.0
26
26
steps :
27
27
- name : Apply container owner mismatch workaround
28
28
run : |
Original file line number Diff line number Diff line change 12
12
container :
13
13
image : ghcr.io/zephyrproject-rtos/ci:v0.25.0
14
14
env :
15
- ZEPHYR_SDK_INSTALL_DIR : /opt/toolchains/zephyr-sdk-0.15.2
15
+ ZEPHYR_SDK_INSTALL_DIR : /opt/toolchains/zephyr-sdk-0.16.0
16
16
17
17
steps :
18
18
- name : Apply container owner mismatch workaround
Original file line number Diff line number Diff line change 27
27
strategy :
28
28
fail-fast : false
29
29
env :
30
- ZEPHYR_SDK_INSTALL_DIR : /opt/toolchains/zephyr-sdk-0.15.2
30
+ ZEPHYR_SDK_INSTALL_DIR : /opt/toolchains/zephyr-sdk-0.16.0
31
31
ZEPHYR_TOOLCHAIN_VARIANT : zephyr
32
32
steps :
33
33
- name : Apply container owner mismatch workaround
Original file line number Diff line number Diff line change 16
16
strategy :
17
17
fail-fast : false
18
18
env :
19
- ZEPHYR_SDK_INSTALL_DIR : /opt/toolchains/zephyr-sdk-0.15.2
19
+ ZEPHYR_SDK_INSTALL_DIR : /opt/toolchains/zephyr-sdk-0.16.0
20
20
ZEPHYR_TOOLCHAIN_VARIANT : zephyr
21
21
steps :
22
22
- name : Apply container owner mismatch workaround
Original file line number Diff line number Diff line change 34
34
MATRIX_SIZE : 10
35
35
PUSH_MATRIX_SIZE : 15
36
36
DAILY_MATRIX_SIZE : 80
37
- ZEPHYR_SDK_INSTALL_DIR : /opt/toolchains/zephyr-sdk-0.15.2
37
+ ZEPHYR_SDK_INSTALL_DIR : /opt/toolchains/zephyr-sdk-0.16.0
38
38
BSIM_OUT_PATH : /opt/bsim/
39
39
BSIM_COMPONENTS_PATH : /opt/bsim/components
40
40
TESTS_PER_BUILDER : 700
@@ -129,7 +129,7 @@ jobs:
129
129
matrix :
130
130
subset : ${{fromJSON(needs.twister-build-prep.outputs.subset)}}
131
131
env :
132
- ZEPHYR_SDK_INSTALL_DIR : /opt/toolchains/zephyr-sdk-0.15.2
132
+ ZEPHYR_SDK_INSTALL_DIR : /opt/toolchains/zephyr-sdk-0.16.0
133
133
BSIM_OUT_PATH : /opt/bsim/
134
134
BSIM_COMPONENTS_PATH : /opt/bsim/components
135
135
TWISTER_COMMON : ' --force-color --inline-logs -v -N -M --retry-failed 3 '
You can’t perform that action at this time.
0 commit comments