ci: Use zephyr-runner

This commit updates the CI workflow to use the new Kubernetes-based
zephyr-runner.

Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
This commit is contained in:
Stephanos Ioannidis 2022-11-23 20:19:52 +09:00
parent fdcc5a6c5d
commit 87e8b2a7ed
2 changed files with 4 additions and 4 deletions

View File

@ -214,7 +214,7 @@ jobs:
if [ "${build_host_linux_x86_64}" == "y" ]; then
MATRIX_HOSTS+='{
"name": "linux-x86_64",
"runner": "zephyr_runner",
"runner": "zephyr-runner-linux-x64-4xlarge",
"container": "ghcr.io/zephyrproject-rtos/sdk-build:v1.2.3",
"archive": "tar.gz"
},'
@ -223,7 +223,7 @@ jobs:
if [ "${build_host_linux_aarch64}" == "y" ]; then
MATRIX_HOSTS+='{
"name": "linux-aarch64",
"runner": "zephyr_runner",
"runner": "zephyr-runner-linux-x64-4xlarge",
"container": "ghcr.io/zephyrproject-rtos/sdk-build:v1.2.3",
"archive": "tar.gz"
},'
@ -250,7 +250,7 @@ jobs:
if [ "${build_host_windows_x86_64}" == "y" ]; then
MATRIX_HOSTS+='{
"name": "windows-x86_64",
"runner": "zephyr_runner",
"runner": "zephyr-runner-linux-x64-4xlarge",
"container": "ghcr.io/zephyrproject-rtos/sdk-build:v1.2.3",
"archive": "zip"
},'

View File

@ -25,7 +25,7 @@ jobs:
release:
name: Release
needs: [ ci ]
runs-on: zephyr_runner
runs-on: zephyr-runner-linux-x64-4xlarge
steps:
- name: Set up build environment