Commit 801f9259 authored by Steve Dower's avatar Steve Dower Committed by Zachary Ware

bpo-38089: Move Azure Pipelines to latest VM versions and make macOS tests optional (GH-15851)

parent 7d952ded
......@@ -42,7 +42,7 @@ jobs:
testRunPlatform: macos
pool:
vmImage: xcode9-macos10.13
vmImage: macos-10.14
steps:
- template: ./macos-steps.yml
......@@ -131,7 +131,7 @@ jobs:
condition: and(succeeded(), eq(dependencies.Prebuild.outputs['tests.run'], 'true'))
pool:
vmImage: vs2017-win2016
vmImage: windows-2019
strategy:
matrix:
......
......@@ -14,6 +14,8 @@ steps:
- script: make buildbottest TESTOPTS="-j4 -uall,-cpu --junit-xml=$(build.binariesDirectory)/test-results.xml"
displayName: 'Tests'
continueOnError: true
timeoutInMinutes: 30
- task: PublishTestResults@2
displayName: 'Publish Test Results'
......
......@@ -40,7 +40,7 @@ jobs:
testRunPlatform: macos
pool:
vmImage: xcode9-macos10.13
vmImage: macos-10.14
steps:
- template: ./macos-steps.yml
......@@ -131,7 +131,7 @@ jobs:
condition: and(succeeded(), eq(dependencies.Prebuild.outputs['tests.run'], 'true'))
pool:
vmImage: vs2017-win2016
vmImage: windows-2019
strategy:
matrix:
......
Move Azure Pipelines to latest VM versions and make macOS tests optional
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment