Skip to content

Commit 21d10a5

Browse files
committed
ci: use new runners
Use new runners to test and gauge performance. Signed-off-by: Anas Nashif <[email protected]>
1 parent ed31921 commit 21d10a5

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
@@ -255,7 +255,7 @@ jobs:
255255
if [ "${build_host_linux_x86_64}" == "y" ]; then
256256
MATRIX_HOSTS+='{
257257
"name": "linux-x86_64",
258-
"runner": "zephyr-runner-v2-linux-x64-4xlarge",
258+
"runner": "test-runner-v2-linux-x64-4xlarge",
259259
"container": "ghcr.io/zephyrproject-rtos/sdk-build:v1.3.2",
260260
"archive": "tar.xz"
261261
},'
@@ -291,7 +291,7 @@ jobs:
291291
if [ "${build_host_windows_x86_64}" == "y" ]; then
292292
MATRIX_HOSTS+='{
293293
"name": "windows-x86_64",
294-
"runner": "zephyr-runner-v2-linux-x64-4xlarge",
294+
"runner": "test-runner-v2-linux-x64-4xlarge",
295295
"container": "ghcr.io/zephyrproject-rtos/sdk-build:v1.3.2",
296296
"archive": "7z"
297297
},'
@@ -340,7 +340,7 @@ jobs:
340340
if [ "${build_host_linux_x86_64}" == "y" ]; then
341341
MATRIX_TESTENVS+='{
342342
"name": "ubuntu-20.04-x86_64",
343-
"runner": "zephyr-runner-v2-linux-x64-4xlarge",
343+
"runner": "test-runner-v2-linux-x64-4xlarge",
344344
"container": "ghcr.io/zephyrproject-rtos/ci:master",
345345
"bundle-host": "linux-x86_64",
346346
"bundle-archive": "tar.xz"

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
name: Release
2727
needs: [ ci ]
2828
runs-on:
29-
group: zephyr-runner-v2-linux-x64-4xlarge
29+
group: test-runner-v2-linux-x64-4xlarge
3030

3131
steps:
3232
- name: Set up build environment

0 commit comments

Comments
 (0)