Skip to content

Commit 87e8b2a

Browse files
committed
ci: Use zephyr-runner
This commit updates the CI workflow to use the new Kubernetes-based zephyr-runner. Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent fdcc5a6 commit 87e8b2a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ jobs:
214214
if [ "${build_host_linux_x86_64}" == "y" ]; then
215215
MATRIX_HOSTS+='{
216216
"name": "linux-x86_64",
217-
"runner": "zephyr_runner",
217+
"runner": "zephyr-runner-linux-x64-4xlarge",
218218
"container": "ghcr.io/zephyrproject-rtos/sdk-build:v1.2.3",
219219
"archive": "tar.gz"
220220
},'
@@ -223,7 +223,7 @@ jobs:
223223
if [ "${build_host_linux_aarch64}" == "y" ]; then
224224
MATRIX_HOSTS+='{
225225
"name": "linux-aarch64",
226-
"runner": "zephyr_runner",
226+
"runner": "zephyr-runner-linux-x64-4xlarge",
227227
"container": "ghcr.io/zephyrproject-rtos/sdk-build:v1.2.3",
228228
"archive": "tar.gz"
229229
},'
@@ -250,7 +250,7 @@ jobs:
250250
if [ "${build_host_windows_x86_64}" == "y" ]; then
251251
MATRIX_HOSTS+='{
252252
"name": "windows-x86_64",
253-
"runner": "zephyr_runner",
253+
"runner": "zephyr-runner-linux-x64-4xlarge",
254254
"container": "ghcr.io/zephyrproject-rtos/sdk-build:v1.2.3",
255255
"archive": "zip"
256256
},'

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
release:
2626
name: Release
2727
needs: [ ci ]
28-
runs-on: zephyr_runner
28+
runs-on: zephyr-runner-linux-x64-4xlarge
2929

3030
steps:
3131
- name: Set up build environment

0 commit comments

Comments
 (0)