File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ name: Pull request
2
2
on :
3
3
pull_request :
4
4
jobs :
5
+
5
6
rocky9-ovs-aio-test :
6
7
name : aio (Rocky 9 OVS)
7
8
uses : stackhpc/stackhpc-kayobe-config/.github/workflows/stackhpc-all-in-one.yml@stackhpc/2024.1
13
14
neutron_plugin : ovs
14
15
OS_CLOUD : openstack
15
16
# stackhpc_cloud_tests_version: ${{ github.ref }}
16
- stackhpc_cloud_tests_version : opensearch-dashboards-grafana
17
+ stackhpc_cloud_tests_version : ${{ github.head_ref || github.ref_name }}
18
+ # stackhpc_cloud_tests_version: opensearch-dashboards-grafana
17
19
repository : stackhpc/stackhpc-kayobe-config
18
20
github_ref : stackhpc/2024.1
19
21
runner : arc-aio-cloud-tests-runner
30
32
neutron_plugin : ovn
31
33
OS_CLOUD : openstack
32
34
# stackhpc_cloud_tests_version: ${{ github.ref }}
33
- stackhpc_cloud_tests_version : opensearch-dashboards-grafana
35
+ stackhpc_cloud_tests_version : ${{ github.head_ref || github.ref_name }}
36
+ # stackhpc_cloud_tests_version: opensearch-dashboards-grafana
34
37
repository : stackhpc/stackhpc-kayobe-config
35
38
github_ref : stackhpc/2024.1
36
39
runner : arc-aio-cloud-tests-runner
You can’t perform that action at this time.
0 commit comments