Skip to content

Commit

Permalink
Disable OSX queue
Browse files Browse the repository at this point in the history
The OSX queues are failing at virtually 100% right now. Shutting them
down until .NET runtime makes progress on the issue.

dotnet/runtime#97186
  • Loading branch information
jaredpar committed Jan 23, 2024
1 parent 1ed522e commit 48a3a47
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -337,17 +337,19 @@ stages:
testArguments: --testCoreClr
poolParameters: ${{ parameters.ubuntuPool }}

- ${{ if ne(variables['Build.Reason'], 'PullRequest') }}:
- template: eng/pipelines/test-unix-job.yml
parameters:
testRunName: 'Test macOS Debug'
jobName: Test_macOS_Debug
testArtifactName: Transport_Artifacts_Unix_Debug
configuration: Debug
testArguments: --testCoreClr
helixQueueName: $(HelixMacOsQueueName)
helixApiAccessToken: $(HelixApiAccessToken)
poolParameters: ${{ parameters.ubuntuPool }}
# https://github.com/dotnet/runtime/issues/97186
# Disabled until runtime can track down the crash
# - ${{ if ne(variables['Build.Reason'], 'PullRequest') }}:
# - template: eng/pipelines/test-unix-job.yml
# parameters:
# testRunName: 'Test macOS Debug'
# jobName: Test_macOS_Debug
# testArtifactName: Transport_Artifacts_Unix_Debug
# configuration: Debug
# testArguments: --testCoreClr
# helixQueueName: $(HelixMacOsQueueName)
# helixApiAccessToken: $(HelixApiAccessToken)
# poolParameters: ${{ parameters.ubuntuPool }}

- stage: Correctness
dependsOn: []
Expand Down

0 comments on commit 48a3a47

Please sign in to comment.