From 1299ddafd94de61c17cfe5def65f452521e0143f Mon Sep 17 00:00:00 2001 From: Pavel Krymets Date: Wed, 7 Apr 2021 12:13:14 -0700 Subject: [PATCH 1/2] Temporarily remove macOS from test matrix --- eng/common/scripts/job-matrix/samples/matrix.json | 1 - eng/pipelines/templates/stages/platform-matrix.json | 4 ---- 2 files changed, 5 deletions(-) diff --git a/eng/common/scripts/job-matrix/samples/matrix.json b/eng/common/scripts/job-matrix/samples/matrix.json index a9e291604d07..24e5623da998 100644 --- a/eng/common/scripts/job-matrix/samples/matrix.json +++ b/eng/common/scripts/job-matrix/samples/matrix.json @@ -6,7 +6,6 @@ "Agent": { "ubuntu": { "OSVmImage": "ubuntu-18.04", "Pool": "Azure Pipelines" }, "windows": { "OSVmImage": "windows-2019", "Pool": "Azure Pipelines" }, - "macOS": { "OSVmImage": "macOS-10.15", "Pool": "Azure Pipelines" } }, "TestTargetFramework": [ "netcoreapp2.1", "net461", "net5.0" ] }, diff --git a/eng/pipelines/templates/stages/platform-matrix.json b/eng/pipelines/templates/stages/platform-matrix.json index 90522fa0ab48..388978c5a761 100644 --- a/eng/pipelines/templates/stages/platform-matrix.json +++ b/eng/pipelines/templates/stages/platform-matrix.json @@ -12,10 +12,6 @@ "windows-2019": { "OSVmImage": "MMS2019", "Pool": "azsdk-pool-mms-win-2019-general" - }, - "macOS-10.15": { - "OSVmImage": "macOS-10.15", - "Pool": "Azure Pipelines" } }, "TestTargetFramework": [ From 692cc3a1e206267612856adf1ee3355dd4caa52c Mon Sep 17 00:00:00 2001 From: Pavel Krymets Date: Wed, 7 Apr 2021 12:14:45 -0700 Subject: [PATCH 2/2] revert --- eng/common/scripts/job-matrix/samples/matrix.json | 1 + 1 file changed, 1 insertion(+) diff --git a/eng/common/scripts/job-matrix/samples/matrix.json b/eng/common/scripts/job-matrix/samples/matrix.json index 24e5623da998..a9e291604d07 100644 --- a/eng/common/scripts/job-matrix/samples/matrix.json +++ b/eng/common/scripts/job-matrix/samples/matrix.json @@ -6,6 +6,7 @@ "Agent": { "ubuntu": { "OSVmImage": "ubuntu-18.04", "Pool": "Azure Pipelines" }, "windows": { "OSVmImage": "windows-2019", "Pool": "Azure Pipelines" }, + "macOS": { "OSVmImage": "macOS-10.15", "Pool": "Azure Pipelines" } }, "TestTargetFramework": [ "netcoreapp2.1", "net461", "net5.0" ] },