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
Megatron-LM
Commits
2526c614
Commit
2526c614
authored
Jan 29, 2021
by
Jared Casper
Browse files
Init CI tests with very basic import test.
parent
f2a3a25c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
0 deletions
+13
-0
.gitlab-ci.yml
.gitlab-ci.yml
+10
-0
tests/test_basic.py
tests/test_basic.py
+3
-0
No files found.
.gitlab-ci.yml
0 → 100644
View file @
2526c614
image
:
gitlab-master.nvidia.com/dl/dgx/pytorch:20.12-py3-devel
test
:
script
:
-
pytest --junitxml=report.xml tests
artifacts
:
when
:
always
reports
:
junit
:
report.xml
\ No newline at end of file
tests/test_basic.py
0 → 100644
View file @
2526c614
def
test_import
():
import
megatron
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