Skip to content

Commit 291c859

Browse files
committed
updated with new SKC ref vars
1 parent b94fa93 commit 291c859

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

.github/workflows/pr-tests.yml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,14 @@ name: Pull request
22
on:
33
pull_request:
44
jobs:
5-
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'
613
rocky9-ovs-aio-test:
714
name: aio (Rocky 9 OVS)
815
uses: stackhpc/stackhpc-kayobe-config/.github/workflows/stackhpc-all-in-one.yml@stackhpc/2024.1
@@ -15,8 +22,7 @@ jobs:
1522
OS_CLOUD: openstack
1623
stackhpc_cloud_tests_version: ${{ github.ref }}
1724
repository: stackhpc/stackhpc-kayobe-config
18-
called_from_external: true
19-
external_ref_override: stackhpc/2024.1
25+
github_ref: stackhpc/2024.1
2026
secrets: inherit
2127

2228
ubuntu-jammy-ovn-aio-test:
@@ -31,8 +37,7 @@ jobs:
3137
OS_CLOUD: openstack
3238
stackhpc_cloud_tests_version: ${{ github.ref }}
3339
repository: stackhpc/stackhpc-kayobe-config
34-
called_from_external: true
35-
external_ref_override: stackhpc/2024.1
40+
github_ref: stackhpc/2024.1
3641
secrets: inherit
3742

3843
lint:

0 commit comments

Comments
 (0)