Skip to content

Commit

Permalink
var
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Feb 17, 2021
1 parent 7dd17d3 commit 3450eac
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
# how much time to give 'run always even if cancelled tasks' before stopping them
cancelTimeoutInMinutes: 2

variables:
PATH: "$PATH:/home/AzDevOps_azpcontainer/:local/bin:"

pool: dsvm-spot-pool

#strategy:
Expand Down Expand Up @@ -76,16 +79,15 @@ jobs:
ls -l legacy/checkpoints/
displayName: 'Get legacy checkpoints'
- script: |
python -m coverage run --source pytorch_lightning -m pytest pytorch_lightning tests -v --durations=50
displayName: 'Testing: standard'
- bash: |
# Required for Ninja binary for building extensions, which is installed at this location
export PATH=$PATH:/home/AzDevOps_azpcontainer/.local/bin
# FIXME: move it after standard
sh tests/special_tests.sh
displayName: 'Testing: special'
- script: |
python -m coverage run --source pytorch_lightning -m pytest pytorch_lightning tests -v --durations=50
displayName: 'Testing: standard'
- bash: |
python -m coverage report
python -m coverage xml
Expand Down

0 comments on commit 3450eac

Please sign in to comment.