From 48a3a471237ccbc95de5f4dacab587e20b10e66e Mon Sep 17 00:00:00 2001 From: Jared Parsons Date: Tue, 23 Jan 2024 11:56:59 -0800 Subject: [PATCH] Disable OSX queue The OSX queues are failing at virtually 100% right now. Shutting them down until .NET runtime makes progress on the issue. https://github.com/dotnet/runtime/issues/97186 --- azure-pipelines.yml | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 78fd76c605acc..ea05550c9f28f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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: []