Skip to content

Commit 7629583

Browse files
authored
using new runner variable
1 parent 27fd898 commit 7629583

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/pr-tests.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,6 @@ name: Pull request
22
on:
33
pull_request:
44
jobs:
5-
test-secrets:
6-
runs-on: ubuntu-22.04
7-
steps:
8-
- name: "check is MY_SECRET exists"
9-
env:
10-
super_secret: ${{ secrets.CLOUDS_YAML }}
11-
if: ${{ env.super_secret == '' }}
12-
run: echo 'secret not defined'
135
rocky9-ovs-aio-test:
146
name: aio (Rocky 9 OVS)
157
uses: stackhpc/stackhpc-kayobe-config/.github/workflows/stackhpc-all-in-one.yml@stackhpc/2024.1
@@ -23,6 +15,7 @@ jobs:
2315
stackhpc_cloud_tests_version: ${{ github.ref }}
2416
repository: stackhpc/stackhpc-kayobe-config
2517
github_ref: stackhpc/2024.1
18+
runner: arc-aio-cloud-tests-runner
2619
secrets: inherit
2720

2821
ubuntu-jammy-ovn-aio-test:
@@ -38,6 +31,7 @@ jobs:
3831
stackhpc_cloud_tests_version: ${{ github.ref }}
3932
repository: stackhpc/stackhpc-kayobe-config
4033
github_ref: stackhpc/2024.1
34+
runner: arc-aio-cloud-tests-runner
4135
secrets: inherit
4236

4337
lint:

0 commit comments

Comments
 (0)