Skip to content

Commit

Permalink
Merge branch 'UpdateTests' into 'main'
Browse files Browse the repository at this point in the history
Update .gitlab-ci.yml

See merge request ADLR/megatron-lm!537
  • Loading branch information
shanmugamr1992 committed Mar 16, 2023
2 parents 21c19e8 + 9eb04e9 commit 7aceba8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ variables: &VARS
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
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
TEST_REGEX_ON_THIS_COMMIT: /.*bert.*/ #https://github.com/google/re2/wiki/Syntax (Can define regex as in this spec) e.g /.*gpt3.*/
TESTS_TO_RUN_ON_THIS_COMMIT: unit_tests
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

unit_tests:
Expand Down

0 comments on commit 7aceba8

Please sign in to comment.