Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
renzhc
diffusers_dcu
Commits
2171f77a
Unverified
Commit
2171f77a
authored
Sep 16, 2024
by
Sayak Paul
Committed by
GitHub
Sep 16, 2024
Browse files
[CI] make runner_type restricted. (#9441)
make runner_type restricted.
parent
2454b98a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
.github/workflows/ssh-runner.yml
.github/workflows/ssh-runner.yml
+5
-1
No files found.
.github/workflows/ssh-runner.yml
View file @
2171f77a
...
@@ -4,8 +4,12 @@ on:
...
@@ -4,8 +4,12 @@ on:
workflow_dispatch
:
workflow_dispatch
:
inputs
:
inputs
:
runner_type
:
runner_type
:
description
:
'
Type
of
runner
to
test
(a10
or
t4)'
description
:
'
Type
of
runner
to
test
(aws-g6-4xlarge-plus:
a10
or
aws-g4dn-2xlarge:
t4)'
type
:
choice
required
:
true
required
:
true
options
:
-
aws-g6-4xlarge-plus
-
aws-g4dn-2xlarge
docker_image
:
docker_image
:
description
:
'
Name
of
the
Docker
image'
description
:
'
Name
of
the
Docker
image'
required
:
true
required
:
true
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment