Unverified Commit 234bba0c authored by Jeff Rasley's avatar Jeff Rasley Committed by GitHub
Browse files

temp disable model tests

parent b73894de
...@@ -69,24 +69,24 @@ jobs: ...@@ -69,24 +69,24 @@ jobs:
pytest --durations=0 --forked --verbose -x tests/unit/ pytest --durations=0 --forked --verbose -x tests/unit/
displayName: 'Unit tests' displayName: 'Unit tests'
- script: | # - script: |
source activate $(conda_env) # source activate $(conda_env)
ln -s /data/Megatron-LM/data DeepSpeedExamples/Megatron-LM/ # ln -s /data/Megatron-LM/data DeepSpeedExamples/Megatron-LM/
pip install --progress-bar=off -r DeepSpeedExamples/Megatron-LM/requirements.txt # pip install --progress-bar=off -r DeepSpeedExamples/Megatron-LM/requirements.txt
cd tests/model/ # cd tests/model/
rm -rf BingBertSquad/baseline # rm -rf BingBertSquad/baseline
rm -rf Megatron_GPT2/baseline # rm -rf Megatron_GPT2/baseline
pytest --durations=0 -s run_sanity_check.py # pytest --durations=0 -s run_sanity_check.py
condition: and(succeeded(), eq(variables['runmodeltests'], true)) # condition: and(succeeded(), eq(variables['runmodeltests'], true))
displayName: 'Model tests' # displayName: 'Model tests'
#BingBertSquad logs # #BingBertSquad logs
- task: PublishPipelineArtifact@1 # - task: PublishPipelineArtifact@1
inputs: # inputs:
targetPath: '$(Build.SourcesDirectory)/tests/model/BingBertSquad/test/' # targetPath: '$(Build.SourcesDirectory)/tests/model/BingBertSquad/test/'
artifactName: BingBertSquad_logs # artifactName: BingBertSquad_logs
displayName: 'BingBertSquad log uploads' # displayName: 'BingBertSquad log uploads'
condition: eq(variables['runmodeltests'], true) # condition: eq(variables['runmodeltests'], true)
- job: Code_Quality_Checks - job: Code_Quality_Checks
......
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