Skip to content

Commit 1a8a47d

Browse files
committed
TEMP: Use custom image for test
1 parent 61498b7 commit 1a8a47d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/stackhpc-multinode.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ name: Multinode
1919
- rocky
2020
- ubuntu-jammy
2121
- ubuntu-noble
22+
host_image_override:
23+
description: Image name to override SKC defined default image
24+
type: string
2225
neutron_plugin:
2326
description: Neutron ML2 plugin
2427
type: choice
@@ -64,6 +67,7 @@ jobs:
6467
os_release: ${{ inputs.os_distribution == 'rocky' && '9' || 'jammy' }}
6568
ssh_username: ${{ inputs.os_distribution == 'rocky' && 'cloud-user' || 'ubuntu' }}
6669
neutron_plugin: ${{ inputs.neutron_plugin }}
70+
multinode_image_override: ${{ inputs.host_image_override }}
6771
upgrade: ${{ inputs.upgrade }}
6872
break_on: ${{ inputs.break_on }}
6973
# Workaround loss of number type using fromJSON: https://github.com/orgs/community/discussions/67182

0 commit comments

Comments
 (0)