Skip to content

Commit 68f2163

Browse files
authored
Run smoke tests for Windows and others on CI and Nightly (microsoft#7432)
1 parent 49061d5 commit 68f2163

File tree

3 files changed

+39
-0
lines changed

3 files changed

+39
-0
lines changed

build/ci/vscode-python-ci.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,23 @@ jobs:
268268
NeedsPythonTestReqs: true
269269
NeedsPythonFunctionalReqs: true
270270

271+
# Smoke Tests
272+
'Mac-Py3.7 Smoke':
273+
PythonVersion: '3.7'
274+
VMImageName: 'macos-10.13'
275+
TestsToRun: 'testSmoke'
276+
NeedsPythonTestReqs: true
277+
'Linux-Py3.7 Smoke':
278+
PythonVersion: '3.7'
279+
VMImageName: 'ubuntu-16.04'
280+
TestsToRun: 'testSmoke'
281+
NeedsPythonTestReqs: true
282+
'Win-Py3.7 Smoke':
283+
PythonVersion: '3.7'
284+
VMImageName: 'vs2017-win2016'
285+
TestsToRun: 'testSmoke'
286+
NeedsPythonTestReqs: true
287+
271288
pool:
272289
vmImage: $(VMImageName)
273290

build/ci/vscode-python-nightly-ci.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -436,6 +436,23 @@ jobs:
436436
NeedsPythonTestReqs: true
437437
NeedsPythonFunctionalReqs: true
438438

439+
# Smoke Tests
440+
'Mac-Py3.7 Smoke':
441+
PythonVersion: '3.7'
442+
VMImageName: 'macos-10.13'
443+
TestsToRun: 'testSmoke'
444+
NeedsPythonTestReqs: true
445+
'Linux-Py3.7 Smoke':
446+
PythonVersion: '3.7'
447+
VMImageName: 'ubuntu-16.04'
448+
TestsToRun: 'testSmoke'
449+
NeedsPythonTestReqs: true
450+
'Win-Py3.7 Smoke':
451+
PythonVersion: '3.7'
452+
VMImageName: 'vs2017-win2016'
453+
TestsToRun: 'testSmoke'
454+
NeedsPythonTestReqs: true
455+
439456
pool:
440457
vmImage: $(VMImageName)
441458

build/ci/vscode-python-pr-validation.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,11 @@ jobs:
7878
VMImageName: 'ubuntu-16.04'
7979
TestsToRun: 'testSmoke'
8080
NeedsPythonTestReqs: true
81+
'Win-Py3.7 Smoke':
82+
PythonVersion: '3.7'
83+
VMImageName: 'vs2017-win2016'
84+
TestsToRun: 'testSmoke'
85+
NeedsPythonTestReqs: true
8186
'Mac-Py2.7 Unit+Single':
8287
PythonVersion: '2.7'
8388
VMImageName: 'macos-10.13'

0 commit comments

Comments
 (0)