Skip to content

Commit d6aab0c

Browse files
committed
Use the SKC workflow from our debug SKC branch for debug and set stackhpc_cloud_tests_version to our named SCT branch to see if that makes a difference.
1 parent 7a2106e commit d6aab0c

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/pr-tests.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,31 +4,33 @@ on:
44
jobs:
55
rocky9-ovs-aio-test:
66
name: aio (Rocky 9 OVS)
7-
uses: stackhpc/stackhpc-kayobe-config/.github/workflows/stackhpc-all-in-one.yml@stackhpc/2024.1
7+
uses: stackhpc/stackhpc-kayobe-config/.github/workflows/stackhpc-all-in-one.yml@test-sct-branches-before-merging
88
with:
99
kayobe_image: ghcr.io/stackhpc/stackhpc-kayobe-config:stackhpc-2024.1
1010
os_distribution: rocky
1111
os_release: "9"
1212
ssh_username: cloud-user
1313
neutron_plugin: ovs
1414
OS_CLOUD: openstack
15-
stackhpc_cloud_tests_version: ${{ github.ref }}
15+
#stackhpc_cloud_tests_version: ${{ github.ref }}
16+
stackhpc_cloud_tests_version: opensearch-dashboards-grafana
1617
repository: stackhpc/stackhpc-kayobe-config
1718
github_ref: stackhpc/2024.1
1819
runner: arc-aio-cloud-tests-runner
1920
secrets: inherit
2021

2122
ubuntu-jammy-ovn-aio-test:
2223
name: aio (Ubuntu Jammy OVN)
23-
uses: stackhpc/stackhpc-kayobe-config/.github/workflows/stackhpc-all-in-one.yml@stackhpc/2024.1
24+
uses: stackhpc/stackhpc-kayobe-config/.github/workflows/stackhpc-all-in-one.yml@test-sct-branches-before-merging
2425
with:
2526
kayobe_image: ghcr.io/stackhpc/stackhpc-kayobe-config:stackhpc-2024.1
2627
os_distribution: ubuntu
2728
os_release: jammy
2829
ssh_username: ubuntu
2930
neutron_plugin: ovn
3031
OS_CLOUD: openstack
31-
stackhpc_cloud_tests_version: ${{ github.ref }}
32+
#stackhpc_cloud_tests_version: ${{ github.ref }}
33+
stackhpc_cloud_tests_version: opensearch-dashboards-grafana
3234
repository: stackhpc/stackhpc-kayobe-config
3335
github_ref: stackhpc/2024.1
3436
runner: arc-aio-cloud-tests-runner

0 commit comments

Comments
 (0)