Skip to content

Commit 71cceec

Browse files
committed
test new runner
1 parent 27fd898 commit 71cceec

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pr-tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
name: aio (Rocky 9 OVS)
1515
uses: stackhpc/stackhpc-kayobe-config/.github/workflows/stackhpc-all-in-one.yml@stackhpc/2024.1
1616
with:
17+
runs-on: arc-aio-cloud-tests-runner
1718
kayobe_image: ghcr.io/stackhpc/stackhpc-kayobe-config:stackhpc-2024.1
1819
os_distribution: rocky
1920
os_release: "9"
@@ -29,6 +30,7 @@ jobs:
2930
name: aio (Ubuntu Jammy OVN)
3031
uses: stackhpc/stackhpc-kayobe-config/.github/workflows/stackhpc-all-in-one.yml@stackhpc/2024.1
3132
with:
33+
runs-on: arc-aio-cloud-tests-runner
3234
kayobe_image: ghcr.io/stackhpc/stackhpc-kayobe-config:stackhpc-2024.1
3335
os_distribution: ubuntu
3436
os_release: jammy
@@ -41,7 +43,7 @@ jobs:
4143
secrets: inherit
4244

4345
lint:
44-
runs-on: ubuntu-22.04
46+
runs-on: arc-aio-cloud-tests-runner
4547
steps:
4648
- uses: actions/checkout@v4
4749

0 commit comments

Comments
 (0)