Skip to content

Commit

Permalink
Run smoke tests for Windows and others on CI and Nightly (#7432)
Browse files Browse the repository at this point in the history
  • Loading branch information
DonJayamanne authored Sep 17, 2019
1 parent 49061d5 commit 68f2163
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 0 deletions.
17 changes: 17 additions & 0 deletions build/ci/vscode-python-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,23 @@ jobs:
NeedsPythonTestReqs: true
NeedsPythonFunctionalReqs: true

# Smoke Tests
'Mac-Py3.7 Smoke':
PythonVersion: '3.7'
VMImageName: 'macos-10.13'
TestsToRun: 'testSmoke'
NeedsPythonTestReqs: true
'Linux-Py3.7 Smoke':
PythonVersion: '3.7'
VMImageName: 'ubuntu-16.04'
TestsToRun: 'testSmoke'
NeedsPythonTestReqs: true
'Win-Py3.7 Smoke':
PythonVersion: '3.7'
VMImageName: 'vs2017-win2016'
TestsToRun: 'testSmoke'
NeedsPythonTestReqs: true

pool:
vmImage: $(VMImageName)

Expand Down
17 changes: 17 additions & 0 deletions build/ci/vscode-python-nightly-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,23 @@ jobs:
NeedsPythonTestReqs: true
NeedsPythonFunctionalReqs: true

# Smoke Tests
'Mac-Py3.7 Smoke':
PythonVersion: '3.7'
VMImageName: 'macos-10.13'
TestsToRun: 'testSmoke'
NeedsPythonTestReqs: true
'Linux-Py3.7 Smoke':
PythonVersion: '3.7'
VMImageName: 'ubuntu-16.04'
TestsToRun: 'testSmoke'
NeedsPythonTestReqs: true
'Win-Py3.7 Smoke':
PythonVersion: '3.7'
VMImageName: 'vs2017-win2016'
TestsToRun: 'testSmoke'
NeedsPythonTestReqs: true

pool:
vmImage: $(VMImageName)

Expand Down
5 changes: 5 additions & 0 deletions build/ci/vscode-python-pr-validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,11 @@ jobs:
VMImageName: 'ubuntu-16.04'
TestsToRun: 'testSmoke'
NeedsPythonTestReqs: true
'Win-Py3.7 Smoke':
PythonVersion: '3.7'
VMImageName: 'vs2017-win2016'
TestsToRun: 'testSmoke'
NeedsPythonTestReqs: true
'Mac-Py2.7 Unit+Single':
PythonVersion: '2.7'
VMImageName: 'macos-10.13'
Expand Down

0 comments on commit 68f2163

Please sign in to comment.