File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,13 @@ name: Multinode
7
7
workflow_dispatch :
8
8
# NOTE: workflow_dispatch is limited to 10 inputs.
9
9
inputs :
10
+ runner_env :
11
+ description : Which cloud to run on?
12
+ type : choice
13
+ default : SMS Lab
14
+ options :
15
+ - SMS Lab
16
+ - Leafcloud
10
17
multinode_name :
11
18
description : Multinode cluster name
12
19
type : string
@@ -56,8 +63,9 @@ name: Multinode
56
63
jobs :
57
64
multinode :
58
65
name : Multinode
59
- uses : stackhpc/stackhpc-openstack-gh-workflows/.github/workflows/multinode.yml@1.4.0
66
+ uses : stackhpc/stackhpc-openstack-gh-workflows/.github/workflows/multinode.yml@multi-runner-config
60
67
with :
68
+ runner_env : ${{ inputs.runner_env }}
61
69
multinode_name : ${{ inputs.multinode_name }}
62
70
os_distribution : ${{ inputs.os_distribution }}
63
71
os_release : ${{ inputs.os_distribution == 'rocky' && '9' || 'jammy' }}
You can’t perform that action at this time.
0 commit comments