Skip to content

Commit 780b4e0

Browse files
committed
ci: twister: Use zephyr-runner
This commit updates the twister workflow to use the new Kubernetes- based zephyr-runner. Note that the repository cache directory path has been changed for the new runner. Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent 281185e commit 780b4e0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/twister.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ concurrency:
1717

1818
jobs:
1919
twister-build-prep:
20-
runs-on: zephyr_runner
20+
runs-on: zephyr-runner-linux-x64-4xlarge
2121
container:
2222
image: zephyrprojectrtos/ci:v0.18.4
2323
options: '--entrypoint /bin/bash'
2424
volumes:
25-
- /home/runners/zephyrproject:/github/cache/zephyrproject
25+
- /repo-cache/zephyrproject:/github/cache/zephyrproject
2626
outputs:
2727
subset: ${{ steps.output-services.outputs.subset }}
2828
size: ${{ steps.output-services.outputs.size }}
@@ -104,14 +104,14 @@ jobs:
104104
echo "size=${size}" >> $GITHUB_OUTPUT
105105
106106
twister-build:
107-
runs-on: zephyr_runner
107+
runs-on: zephyr-runner-linux-x64-4xlarge
108108
needs: twister-build-prep
109109
if: needs.twister-build-prep.outputs.size != 0
110110
container:
111111
image: zephyrprojectrtos/ci:v0.18.4
112112
options: '--entrypoint /bin/bash'
113113
volumes:
114-
- /home/runners/zephyrproject:/github/cache/zephyrproject
114+
- /repo-cache/zephyrproject:/github/cache/zephyrproject
115115
strategy:
116116
fail-fast: false
117117
matrix:

0 commit comments

Comments
 (0)