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
deepspeed
Commits
234bba0c
Unverified
Commit
234bba0c
authored
Sep 09, 2020
by
Jeff Rasley
Committed by
GitHub
Sep 09, 2020
Browse files
temp disable model tests
parent
b73894de
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
18 deletions
+18
-18
azure-pipelines.yml
azure-pipelines.yml
+18
-18
No files found.
azure-pipelines.yml
View file @
234bba0c
...
...
@@ -69,24 +69,24 @@ jobs:
pytest --durations=0 --forked --verbose -x tests/unit/
displayName
:
'
Unit
tests'
-
script
:
|
source activate $(conda_env)
ln -s /data/Megatron-LM/data DeepSpeedExamples/Megatron-LM/
pip install --progress-bar=off -r DeepSpeedExamples/Megatron-LM/requirements.txt
cd tests/model/
rm -rf BingBertSquad/baseline
rm -rf Megatron_GPT2/baseline
pytest --durations=0 -s run_sanity_check.py
condition
:
and(succeeded(), eq(variables['runmodeltests'],
true
))
displayName
:
'
Model
tests'
#BingBertSquad logs
-
task
:
PublishPipelineArtifact@1
inputs
:
targetPath
:
'
$(Build.SourcesDirectory)/tests/model/BingBertSquad/test/'
artifactName
:
BingBertSquad_logs
displayName
:
'
BingBertSquad
log
uploads'
condition
:
eq(variables['runmodeltests'],
true
)
#
- script: |
#
source activate $(conda_env)
#
ln -s /data/Megatron-LM/data DeepSpeedExamples/Megatron-LM/
#
pip install --progress-bar=off -r DeepSpeedExamples/Megatron-LM/requirements.txt
#
cd tests/model/
#
rm -rf BingBertSquad/baseline
#
rm -rf Megatron_GPT2/baseline
#
pytest --durations=0 -s run_sanity_check.py
#
condition: and(succeeded(), eq(variables['runmodeltests'], true))
#
displayName: 'Model tests'
#
#BingBertSquad logs
#
- task: PublishPipelineArtifact@1
#
inputs:
#
targetPath: '$(Build.SourcesDirectory)/tests/model/BingBertSquad/test/'
#
artifactName: BingBertSquad_logs
#
displayName: 'BingBertSquad log uploads'
#
condition: eq(variables['runmodeltests'], true)
-
job
:
Code_Quality_Checks
...
...
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