Commit 9eb04e96 authored by Shanmugam Ramasamy's avatar Shanmugam Ramasamy
Browse files

Update .gitlab-ci.yml

parent 21c19e81
...@@ -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:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment