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
d09a79ba
Unverified
Commit
d09a79ba
authored
Jan 04, 2022
by
Frank Lee
Committed by
GitHub
Jan 04, 2022
Browse files
enable CI after PR sync (#97)
parent
a951bc60
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.github/workflows/build.yml
.github/workflows/build.yml
+2
-2
No files found.
.github/workflows/build.yml
View file @
d09a79ba
name
:
Build
name
:
Build
on
:
on
:
pull_request
:
pull_request
:
types
:
[
review_requested
]
types
:
[
review_requested
,
synchronize
]
branches
:
branches
:
-
"
*"
-
"
*"
...
@@ -13,7 +13,7 @@ jobs:
...
@@ -13,7 +13,7 @@ jobs:
image
:
nvcr.io/nvidia/pytorch:21.07-py3
image
:
nvcr.io/nvidia/pytorch:21.07-py3
options
:
--gpus all --rm --ipc=host -v /data/cifar-10:/data/cifar-10
options
:
--gpus all --rm --ipc=host -v /data/cifar-10:/data/cifar-10
timeout-minutes
:
1200
timeout-minutes
:
1200
if
:
github.event.pull_request.draft ==
false
&& github.base_ref == 'main' && github.event.pull_request.base.repo.full_name == 'hpcaitech/ColossalAI'
if
:
github.event.pull_request.draft ==
false
&& github.base_ref == 'main' && github.event.pull_request.base.repo.full_name == 'hpcaitech/ColossalAI'
&& toJson(github.event.pull_request.requested_reviewers) != '[]'
steps
:
steps
:
-
name
:
Setup Environment
-
name
:
Setup Environment
run
:
|
run
:
|
...
...
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