Skip to content

Commit 1e0c8eb

Browse files
committed
Multinode select runner
1 parent 04208d3 commit 1e0c8eb

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/stackhpc-multinode.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff 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
5663
jobs:
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' }}

0 commit comments

Comments
 (0)