Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
DonJayamanne committed Sep 18, 2019
1 parent 7a56d93 commit 713fde0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 29 deletions.
File renamed without changes.
36 changes: 7 additions & 29 deletions build/ci/vscode-python-pr-validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,11 @@ stages:
jobs:
- template: templates/jobs/build_compile.yml

# - template: templates/jobs/smoke.yml
- stage: Smoke
dependsOn:
- Build
jobs:
- template: templates/jobs/smoke.yml

- stage: Tests
dependsOn:
Expand Down Expand Up @@ -94,38 +98,12 @@ stages:
steps:
- template: templates/test_phases.yml

- job: 'Smoke'
dependsOn: []
strategy:
matrix:
'Mac-Py3.7':
PythonVersion: '3.7'
VMImageName: 'macos-10.13'
TestsToRun: 'testSmoke'
NeedsPythonTestReqs: true
'Linux-Py3.7':
PythonVersion: '3.7'
VMImageName: 'ubuntu-16.04'
TestsToRun: 'testSmoke'
NeedsPythonTestReqs: true
'Win-Py3.7':
PythonVersion: '3.7'
VMImageName: 'vs2017-win2016'
TestsToRun: 'testSmoke'
NeedsPythonTestReqs: true

pool:
vmImage: $(VMImageName)

steps:
- template: templates/test_phases.yml


- stage: Reports
dependsOn:
# - Smoke_Tests
- Smoke
- Tests
condition: always()
jobs:
# - template: templates/jobs/merge_upload_uitest_report.yml
- template: templates/jobs/merge_upload_uitest_report.yml
- template: templates/jobs/coverage.yml

0 comments on commit 713fde0

Please sign in to comment.