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
OpenDAS
ColossalAI
Commits
cfa6c1b4
Unverified
Commit
cfa6c1b4
authored
May 31, 2022
by
Frank Lee
Committed by
GitHub
May 31, 2022
Browse files
[ci] fixed nightly build workflow (#1040)
parent
9feff0f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
.github/workflows/release_nightly.yml
.github/workflows/release_nightly.yml
+3
-3
No files found.
.github/workflows/release_nightly.yml
View file @
cfa6c1b4
...
@@ -9,10 +9,10 @@ on:
...
@@ -9,10 +9,10 @@ on:
cuda_version
:
cuda_version
:
type
:
choice
type
:
choice
description
:
CUDA Version
description
:
CUDA Version
default
:
'
all
'
default
:
"
all
"
required
:
true
required
:
true
options
:
options
:
-
all
-
"
all
"
-
"
11.3"
-
"
11.3"
-
"
10.2"
-
"
10.2"
jobs
:
jobs
:
...
@@ -25,7 +25,7 @@ jobs:
...
@@ -25,7 +25,7 @@ jobs:
-
id
:
set-matrix
-
id
:
set-matrix
run
:
|
run
:
|
[ "${{github.event.inputs.cuda_version}}" != "all" ] && matrix="[\"hpcaitech/cuda-conda:${{github.event.inputs.cuda_version}}\"]"
[ "${{github.event.inputs.cuda_version}}" != "all" ] && matrix="[\"hpcaitech/cuda-conda:${{github.event.inputs.cuda_version}}\"]"
[ "${{github.event.inputs.cuda_version}}" == "all" ] && matrix="[\"hpcaitech/cuda-conda:11.3\", \"hpcaitech/cuda-conda:10.2\"]"
[ "${{github.event.inputs.cuda_version}}" == "all"
|| "${{github.event.inputs.cuda_version}}" == ""
] && matrix="[\"hpcaitech/cuda-conda:11.3\", \"hpcaitech/cuda-conda:10.2\"]"
echo $matrix
echo $matrix
echo "::set-output name=matrix::{\"container\":$(echo $matrix)}"
echo "::set-output name=matrix::{\"container\":$(echo $matrix)}"
...
...
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