Skip to content

Commit faefc70

Browse files
authored
Nightly build uses the unified step template (#4838)
For #4806 - All builds will now use the unified step template - Nightly runs - All OS variants, multiplied by: - All Python versions supported, multiplied by: - All tests - smokeTest has an incoming change before it will be run - Windows tests regularly fail with a false negative - Corrected bug with CI build (3.6 tests actually were running 3.7)
1 parent 0b16a9d commit faefc70

2 files changed

Lines changed: 431 additions & 151 deletions

File tree

build/ci/vscode-python-ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,19 +91,19 @@ jobs:
9191
PYTHON_VIRTUAL_ENVS_LOCATION: './src/tmp/envPaths.json'
9292
'Win-Py3.6 Venv':
9393
VMImageName: 'vs2017-win2016'
94-
PythonVersion: '3.7'
94+
PythonVersion: '3.6'
9595
TestsToRun: 'venvTests'
9696
NeedsPythonTestReqs: true
9797
PYTHON_VIRTUAL_ENVS_LOCATION: './src/tmp/envPaths.json'
9898
'Linux-Py3.6 Venv':
9999
VMImageName: 'ubuntu-16.04'
100-
PythonVersion: '3.7'
100+
PythonVersion: '3.6'
101101
TestsToRun: 'venvTests'
102102
NeedsPythonTestReqs: true
103103
PYTHON_VIRTUAL_ENVS_LOCATION: './src/tmp/envPaths.json'
104104
'Mac-Py3.6 Venv':
105105
VMImageName: 'macos-10.13'
106-
PythonVersion: '3.7'
106+
PythonVersion: '3.6'
107107
TestsToRun: 'venvTests'
108108
NeedsPythonTestReqs: true
109109
PYTHON_VIRTUAL_ENVS_LOCATION: './src/tmp/envPaths.json'

0 commit comments

Comments
 (0)