diff options
author | Steve Dower <steve.dower@python.org> | 2019-09-10 15:53:03 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2019-09-10 15:53:03 (GMT) |
commit | 801f925998cc393260f36f5ac77369fef2373ad1 (patch) | |
tree | 82f2ea98d6e508a11e874f19387f889ab0fefa27 /.azure-pipelines/macos-steps.yml | |
parent | 7d952ded6813c896ea3f4234bb8db5247dcb5484 (diff) | |
download | cpython-801f925998cc393260f36f5ac77369fef2373ad1.zip cpython-801f925998cc393260f36f5ac77369fef2373ad1.tar.gz cpython-801f925998cc393260f36f5ac77369fef2373ad1.tar.bz2 |
bpo-38089: Move Azure Pipelines to latest VM versions and make macOS tests optional (GH-15851)
Diffstat (limited to '.azure-pipelines/macos-steps.yml')
-rw-r--r-- | .azure-pipelines/macos-steps.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.azure-pipelines/macos-steps.yml b/.azure-pipelines/macos-steps.yml index 6470816..d2ca580 100644 --- a/.azure-pipelines/macos-steps.yml +++ b/.azure-pipelines/macos-steps.yml @@ -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' |