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
9eb04e96
Commit
9eb04e96
authored
Mar 16, 2023
by
Shanmugam Ramasamy
Browse files
Update .gitlab-ci.yml
parent
21c19e81
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.gitlab-ci.yml
.gitlab-ci.yml
+2
-2
No files found.
.gitlab-ci.yml
View file @
9eb04e96
...
@@ -10,8 +10,8 @@ variables: &VARS
...
@@ -10,8 +10,8 @@ variables: &VARS
PYTORCH_IMAGE
:
gitlab-master.nvidia.com:5005/adlr/megatron-lm/ngc/pytorch:22.12-py3_pytest-cov
PYTORCH_IMAGE
:
gitlab-master.nvidia.com:5005/adlr/megatron-lm/ngc/pytorch:22.12-py3_pytest-cov
PYTHON_VIRTUAL_ENV
:
/lustre/fsw/adlr/adlr-nlp/adlr_ci/cienv/bin/activate
PYTHON_VIRTUAL_ENV
:
/lustre/fsw/adlr/adlr-nlp/adlr_ci/cienv/bin/activate
TESTS_TO_RUN_AFTER_MERGING
:
L0
# Can specify levels, ci job names etc as a space seperated list to run during merge request
TESTS_TO_RUN_AFTER_MERGING
:
L0
# Can specify levels, ci job names etc as a space seperated list to run during merge request
TESTS_TO_RUN_ON_THIS_COMMIT
:
unit_tests
TESTS_TO_RUN_ON_THIS_COMMIT
:
unit_tests
TEST_REGEX_ON_THIS_COMMIT
:
/.*bert.*/
#https://github.com/google/re2/wiki/Syntax (Can define regex as in this spec) e.g /.*gpt3.*/
TEST_REGEX_ON_THIS_COMMIT
:
NONE
#https://github.com/google/re2/wiki/Syntax (Can define regex as in this spec) e.g /.*gpt3.*/
DISPLAY_OUTPUT
:
"
True"
# Set to true for new tests to copy the logs for creating golden truth file
DISPLAY_OUTPUT
:
"
True"
# Set to true for new tests to copy the logs for creating golden truth file
unit_tests
:
unit_tests
:
...
...
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