Skip to content

Commit 6941177

Browse files
carmoccarohitgr7
authored andcommitted
Add back standalone task azure CI step (#14366)
1 parent d6d7e9f commit 6941177

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.azure/gpu-tests.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,15 @@ jobs:
120120
timeoutInMinutes: "35"
121121
condition: eq(variables['continue'], '1')
122122

123+
- bash: bash run_standalone_tasks.sh
124+
workingDirectory: tests/tests_pytorch
125+
env:
126+
PL_USE_MOCKED_MNIST: "1"
127+
PL_RUN_CUDA_TESTS: "1"
128+
displayName: 'Testing: PyTorch standalone tasks'
129+
timeoutInMinutes: "10"
130+
condition: eq(variables['continue'], '1')
131+
123132
- bash: |
124133
python -m coverage report
125134
python -m coverage xml

0 commit comments

Comments
 (0)