Skip to content

Commit

Permalink
gh-109395: Remove skipped macOS builds from Azure Pipelines (#109400)
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn authored Sep 15, 2023
1 parent 82505dc commit 1ece084
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 65 deletions.
18 changes: 0 additions & 18 deletions .azure-pipelines/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,6 @@ jobs:
- 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
displayName: Ubuntu CI Tests
dependsOn: Prebuild
Expand Down
27 changes: 0 additions & 27 deletions .azure-pipelines/macos-steps.yml

This file was deleted.

20 changes: 0 additions & 20 deletions .azure-pipelines/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,26 +11,6 @@ jobs:
- 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
displayName: Ubuntu PR Tests
dependsOn: Prebuild
Expand Down

0 comments on commit 1ece084

Please sign in to comment.