File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -2,14 +2,6 @@ name: Pull request
2
2
on :
3
3
pull_request :
4
4
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'
13
5
rocky9-ovs-aio-test :
14
6
name : aio (Rocky 9 OVS)
15
7
uses : stackhpc/stackhpc-kayobe-config/.github/workflows/stackhpc-all-in-one.yml@stackhpc/2024.1
23
15
stackhpc_cloud_tests_version : ${{ github.ref }}
24
16
repository : stackhpc/stackhpc-kayobe-config
25
17
github_ref : stackhpc/2024.1
18
+ runner : arc-aio-cloud-tests-runner
26
19
secrets : inherit
27
20
28
21
ubuntu-jammy-ovn-aio-test :
38
31
stackhpc_cloud_tests_version : ${{ github.ref }}
39
32
repository : stackhpc/stackhpc-kayobe-config
40
33
github_ref : stackhpc/2024.1
34
+ runner : arc-aio-cloud-tests-runner
41
35
secrets : inherit
42
36
43
37
lint :
You can’t perform that action at this time.
0 commit comments