File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,10 @@ name: Multinode
29
29
description : Whether to perform an upgrade
30
30
type : boolean
31
31
default : false
32
+ tempest :
33
+ description : Whether to perform tempest testing
34
+ type : boolean
35
+ default : false
32
36
break_on :
33
37
description : When to break execution for manual interaction
34
38
type : choice
@@ -52,14 +56,15 @@ name: Multinode
52
56
jobs :
53
57
multinode :
54
58
name : Multinode
55
- uses : stackhpc/stackhpc-openstack-gh-workflows/.github/workflows/multinode.yml@break-condition
59
+ uses : stackhpc/stackhpc-openstack-gh-workflows/.github/workflows/multinode.yml@alex-test-branch
56
60
with :
57
61
multinode_name : ${{ inputs.multinode_name }}
58
62
os_distribution : ${{ inputs.os_distribution }}
59
63
os_release : ${{ inputs.os_distribution == 'rocky' && '9' || 'jammy' }}
60
64
ssh_username : ${{ inputs.os_distribution == 'rocky' && 'cloud-user' || 'ubuntu' }}
61
65
neutron_plugin : ${{ inputs.neutron_plugin }}
62
66
upgrade : ${{ inputs.upgrade }}
67
+ tempest : ${{ inputs.tempest }}
63
68
break_on : ${{ inputs.break_on }}
64
69
# Workaround loss of number type using fromJSON: https://github.com/orgs/community/discussions/67182
65
70
break_duration : ${{ fromJSON(inputs.break_duration) }}
You can’t perform that action at this time.
0 commit comments