Skip to content

Commit 1122cd3

Browse files
author
Kartik Raj
authored
Smoke Tests must be run on nightly and CI on Azdo (microsoft#5382)
* Added smoke tests to CI and nightly CI builds * News entry
1 parent 6f0697a commit 1122cd3

File tree

3 files changed

+65
-0
lines changed

3 files changed

+65
-0
lines changed

build/ci/vscode-python-ci.yaml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,28 @@ jobs:
217217
TestsToRun: 'testDebugger'
218218
NeedsPythonTestReqs: true
219219

220+
# Smoke tests
221+
'Linux-Py3.7 Smoke':
222+
PythonVersion: '3.7'
223+
VMImageName: 'ubuntu-16.04'
224+
TestsToRun: 'testSmoke'
225+
NeedsPythonTestReqs: true
226+
'Mac-Py3.7 Smoke':
227+
PythonVersion: '3.7'
228+
VMImageName: 'macos-10.13'
229+
TestsToRun: 'testSmoke'
230+
NeedsPythonTestReqs: true
231+
'Linux-Py3.6 Smoke':
232+
PythonVersion: '3.6'
233+
VMImageName: 'ubuntu-16.04'
234+
TestsToRun: 'testSmoke'
235+
NeedsPythonTestReqs: true
236+
'Mac-Py3.6 Smoke':
237+
PythonVersion: '3.6'
238+
VMImageName: 'macos-10.13'
239+
TestsToRun: 'testSmoke'
240+
NeedsPythonTestReqs: true
241+
220242
# Functional tests (not mocked Jupyter)
221243
'Windows-Py3.7 Functional':
222244
PythonVersion: '3.7'

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

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,48 @@ jobs:
341341
TestsToRun: 'testDebugger'
342342
NeedsPythonTestReqs: true
343343

344+
# Smoke tests
345+
'Linux-Py3.7 Smoke':
346+
PythonVersion: '3.7'
347+
VMImageName: 'ubuntu-16.04'
348+
TestsToRun: 'testSmoke'
349+
NeedsPythonTestReqs: true
350+
'Mac-Py3.7 Smoke':
351+
PythonVersion: '3.7'
352+
VMImageName: 'macos-10.13'
353+
TestsToRun: 'testSmoke'
354+
NeedsPythonTestReqs: true
355+
'Linux-Py3.6 Smoke':
356+
PythonVersion: '3.6'
357+
VMImageName: 'ubuntu-16.04'
358+
TestsToRun: 'testSmoke'
359+
NeedsPythonTestReqs: true
360+
'Mac-Py3.6 Smoke':
361+
PythonVersion: '3.6'
362+
VMImageName: 'macos-10.13'
363+
TestsToRun: 'testSmoke'
364+
NeedsPythonTestReqs: true
365+
'Linux-Py3.5 Smoke':
366+
PythonVersion: '3.5'
367+
VMImageName: 'ubuntu-16.04'
368+
TestsToRun: 'testSmoke'
369+
NeedsPythonTestReqs: true
370+
'Mac-Py3.5 Smoke':
371+
PythonVersion: '3.5'
372+
VMImageName: 'macos-10.13'
373+
TestsToRun: 'testSmoke'
374+
NeedsPythonTestReqs: true
375+
'Linux-Py2.7 Smoke':
376+
PythonVersion: '2.7'
377+
VMImageName: 'ubuntu-16.04'
378+
TestsToRun: 'testSmoke'
379+
NeedsPythonTestReqs: true
380+
'Mac-Py2.7 Smoke':
381+
PythonVersion: '2.7'
382+
VMImageName: 'macos-10.13'
383+
TestsToRun: 'testSmoke'
384+
NeedsPythonTestReqs: true
385+
344386
# Functional tests (not mocked Jupyter)
345387
'Windows-Py3.7 Functional':
346388
PythonVersion: '3.7'

news/3 Code Health/5090.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Smoke Tests must be run on nightly and CI on Azdo

0 commit comments

Comments
 (0)