Skip to content

Commit e44bb84

Browse files
authored
Change image name for Windows Smoke tests (microsoft#6423)
* Change image name for Windows Smoke tests * Re-enable smoke tests
1 parent ac1a457 commit e44bb84

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

build/ci/templates/uitest_jobs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
${{ format('Win{2}{0}{1}', py.displayName, job.test, channel) }}:
141141
PythonVersion: ${{ py.version }}
142142
VSCodeChannel: ${{ channel }}
143-
VMImageName: "windows-latest"
143+
VMImageName: "vs2017-win2016"
144144
Tags: ${{ format('{0} {1} --tags=~@mac --tags=~@linux', job.tags, py.excludeTags) }}
145145

146146
${{ if not(contains(coalesce(job.ignoreOperatingSystems, ''), 'linux')) }}:

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ variables:
2525
jobs:
2626
- template: templates/build_compile_jobs.yml
2727

28-
# - template: templates/uitest_jobs.yml
29-
# parameters:
30-
# # In PRs, test only against stable version of VSC.
31-
# vscodeChannels: ['stable']
32-
# # In PRs, run smoke tests against 3.7 and 2.7 (excluding others).
33-
# jobs:
34-
# - test: "Smoke"
35-
# tags: "--tags=@smoke"
36-
# ignorePythonVersions: "3.6,3.5"
28+
- template: templates/uitest_jobs.yml
29+
parameters:
30+
# In PRs, test only against stable version of VSC.
31+
vscodeChannels: ['stable']
32+
# In PRs, run smoke tests against 3.7 and 2.7 (excluding others).
33+
jobs:
34+
- test: "Smoke"
35+
tags: "--tags=@smoke"
36+
ignorePythonVersions: "3.6,3.5"
3737

3838
- job: 'PR'
3939
dependsOn: []

0 commit comments

Comments
 (0)