Disable macOS 10.15 from fullMatrix runs
authorJeremy Barton <jbarton@microsoft.com>
Sat, 1 Feb 2020 01:47:45 +0000 (17:47 -0800)
committerGitHub <noreply@github.com>
Sat, 1 Feb 2020 01:47:45 +0000 (17:47 -0800)
This OS was just enabled a couple of days ago, and isn't testing so hot.

Turning it off until it can come back on in a passing state.

eng/pipelines/libraries/helix-queues-setup.yml

index 4afcab5..f15d9c2 100644 (file)
@@ -72,7 +72,9 @@ jobs:
       - ${{ if eq(parameters.jobParameters.isFullMatrix, true) }}:
         - OSX.1013.Amd64.Open
         - OSX.1014.Amd64.Open
-        - OSX.1015.Amd64.Open
+        # The 10.15 machines aren't in the same configuration, see
+        # https://github.com/dotnet/runtime/issues/24736
+        #- OSX.1015.Amd64.Open
       - ${{ if eq(parameters.jobParameters.isFullMatrix, false) }}:
         - OSX.1013.Amd64.Open
         - OSX.1014.Amd64.Open