mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
bpo-38089: Move Azure Pipelines to latest VM versions and make macOS tests optional (GH-15851)
(cherry picked from commit 801f925998
)
Co-authored-by: Steve Dower <steve.dower@python.org>
This commit is contained in:
parent
6c588a00ed
commit
cdce233f61
4 changed files with 7 additions and 4 deletions
|
@ -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:
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Move Azure Pipelines to latest VM versions and make macOS tests optional
|
Loading…
Add table
Add a link
Reference in a new issue