Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
801f9259
Commit
801f9259
authored
Sep 10, 2019
by
Steve Dower
Committed by
Zachary Ware
Sep 10, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bpo-38089: Move Azure Pipelines to latest VM versions and make macOS tests optional (GH-15851)
parent
7d952ded
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
4 deletions
+7
-4
.azure-pipelines/ci.yml
.azure-pipelines/ci.yml
+2
-2
.azure-pipelines/macos-steps.yml
.azure-pipelines/macos-steps.yml
+2
-0
.azure-pipelines/pr.yml
.azure-pipelines/pr.yml
+2
-2
Misc/NEWS.d/next/macOS/2019-09-10-14-24-35.bpo-38089.eedgyD.rst
...EWS.d/next/macOS/2019-09-10-14-24-35.bpo-38089.eedgyD.rst
+1
-0
No files found.
.azure-pipelines/ci.yml
View file @
801f9259
...
...
@@ -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
:
...
...
.azure-pipelines/macos-steps.yml
View file @
801f9259
...
...
@@ -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'
...
...
.azure-pipelines/pr.yml
View file @
801f9259
...
...
@@ -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
:
...
...
Misc/NEWS.d/next/macOS/2019-09-10-14-24-35.bpo-38089.eedgyD.rst
0 → 100644
View file @
801f9259
Move Azure Pipelines to latest VM versions and make macOS tests optional
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment