mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
gh-109395: Remove skipped macOS builds from Azure Pipelines (#109400)
This commit is contained in:
parent
82505dc351
commit
1ece084be3
3 changed files with 0 additions and 65 deletions
|
@ -11,24 +11,6 @@ jobs:
|
||||||
- template: ./prebuild-checks.yml
|
- template: ./prebuild-checks.yml
|
||||||
|
|
||||||
|
|
||||||
- job: macOS_CI_Tests
|
|
||||||
displayName: macOS CI Tests
|
|
||||||
dependsOn: Prebuild
|
|
||||||
#condition: and(succeeded(), eq(dependencies.Prebuild.outputs['tests.run'], 'true'))
|
|
||||||
# bpo-39837: macOS tests on Azure Pipelines are disabled
|
|
||||||
condition: false
|
|
||||||
|
|
||||||
variables:
|
|
||||||
testRunTitle: '$(build.sourceBranchName)-macos'
|
|
||||||
testRunPlatform: macos
|
|
||||||
|
|
||||||
pool:
|
|
||||||
vmImage: macos-10.15
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- template: ./macos-steps.yml
|
|
||||||
|
|
||||||
|
|
||||||
- job: Ubuntu_CI_Tests
|
- job: Ubuntu_CI_Tests
|
||||||
displayName: Ubuntu CI Tests
|
displayName: Ubuntu CI Tests
|
||||||
dependsOn: Prebuild
|
dependsOn: Prebuild
|
||||||
|
|
|
@ -1,27 +0,0 @@
|
||||||
steps:
|
|
||||||
- checkout: self
|
|
||||||
clean: true
|
|
||||||
fetchDepth: 5
|
|
||||||
|
|
||||||
- script: ./configure --with-pydebug --with-openssl=/usr/local/opt/openssl --prefix=/opt/python-azdev
|
|
||||||
displayName: 'Configure CPython (debug)'
|
|
||||||
|
|
||||||
- script: make -j4
|
|
||||||
displayName: 'Build CPython'
|
|
||||||
|
|
||||||
- script: make pythoninfo
|
|
||||||
displayName: 'Display build info'
|
|
||||||
|
|
||||||
- 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'
|
|
||||||
inputs:
|
|
||||||
testResultsFiles: '$(build.binariesDirectory)/test-results.xml'
|
|
||||||
mergeTestResults: true
|
|
||||||
testRunTitle: $(testRunTitle)
|
|
||||||
platform: $(testRunPlatform)
|
|
||||||
condition: succeededOrFailed()
|
|
|
@ -11,26 +11,6 @@ jobs:
|
||||||
- template: ./prebuild-checks.yml
|
- template: ./prebuild-checks.yml
|
||||||
|
|
||||||
|
|
||||||
- job: macOS_PR_Tests
|
|
||||||
displayName: macOS PR Tests
|
|
||||||
dependsOn: Prebuild
|
|
||||||
#condition: and(succeeded(), eq(dependencies.Prebuild.outputs['tests.run'], 'true'))
|
|
||||||
# bpo-39837: macOS tests on Azure Pipelines are disabled
|
|
||||||
condition: false
|
|
||||||
|
|
||||||
variables:
|
|
||||||
testRunTitle: '$(system.pullRequest.TargetBranch)-macos'
|
|
||||||
testRunPlatform: macos
|
|
||||||
|
|
||||||
pool:
|
|
||||||
vmImage: macos-10.15
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- template: ./macos-steps.yml
|
|
||||||
parameters:
|
|
||||||
targetBranch: $(System.PullRequest.TargetBranch)
|
|
||||||
|
|
||||||
|
|
||||||
- job: Ubuntu_PR_Tests
|
- job: Ubuntu_PR_Tests
|
||||||
displayName: Ubuntu PR Tests
|
displayName: Ubuntu PR Tests
|
||||||
dependsOn: Prebuild
|
dependsOn: Prebuild
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue