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
77 workflow_dispatch :
88 # NOTE: workflow_dispatch is limited to 10 inputs.
99 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
1017 multinode_name :
1118 description : Multinode cluster name
1219 type : string
@@ -56,8 +63,9 @@ name: Multinode
5663jobs :
5764 multinode :
5865 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
6067 with :
68+ runner_env : ${{ inputs.runner_env }}
6169 multinode_name : ${{ inputs.multinode_name }}
6270 os_distribution : ${{ inputs.os_distribution }}
6371 os_release : ${{ inputs.os_distribution == 'rocky' && '9' || 'jammy' }}
You can’t perform that action at this time.
0 commit comments