Skip to content

Commit a13d2d9

Browse files
author
Kartik Raj
committed
Run only multiroot tests
1 parent eba43de commit a13d2d9

File tree

1 file changed

+0
-32
lines changed

1 file changed

+0
-32
lines changed

build/ci/vscode-python-ci.yaml

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -152,43 +152,11 @@ stages:
152152
timeoutInMinutes: 120
153153
strategy:
154154
matrix:
155-
'Unit':
156-
TestsToRun: 'testUnitTests, pythonUnitTests, pythonInternalTools, pythonIPythonTests'
157-
NeedsPythonTestReqs: true
158-
NeedsIPythonReqs: true
159-
'Functional':
160-
TestsToRun: 'testfunctional'
161-
NeedsPythonTestReqs: true
162-
NeedsPythonFunctionalReqs: true
163-
'Single Workspace':
164-
TestsToRun: 'testSingleWorkspace'
165-
NeedsPythonTestReqs: true
166155
'Multi Workspace':
167156
TestsToRun: 'testMultiWorkspace'
168157
NeedsPythonTestReqs: true
169-
'Venv':
170-
TestsToRun: 'venvTests'
171-
NeedsPythonTestReqs: true
172-
NeedsIPythonReqs: true
173-
PYTHON_VIRTUAL_ENVS_LOCATION: './src/tmp/envPaths.json'
174-
'Debugger':
175-
TestsToRun: 'testDebugger'
176-
NeedsPythonTestReqs: true
177-
'Smoke':
178-
TestsToRun: 'testSmoke'
179-
NeedsPythonTestReqs: true
180-
NeedsIPythonReqs: true
181158
maxParallel: 2
182159
pool:
183160
vmImage: 'vs2017-win2016'
184161
steps:
185162
- template: templates/test_phases.yml
186-
187-
- stage: Reports
188-
dependsOn:
189-
- Linux
190-
- Mac
191-
- Windows
192-
condition: always()
193-
jobs:
194-
- template: templates/jobs/coverage.yml

0 commit comments

Comments
 (0)