From 8825992d8c9ec98ec02731cf87018674c807cf62 Mon Sep 17 00:00:00 2001 From: Bruce Forstall Date: Wed, 7 Sep 2022 12:08:59 -0700 Subject: [PATCH] Remove SuperPMI collection of PMI of coreclr tests With https://github.com/dotnet/runtime/pull/74961, we have a collection of a run of CoreCLR tests. That makes the PMI collection of the tests mostly duplicative. --- eng/pipelines/coreclr/superpmi-collect.yml | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/eng/pipelines/coreclr/superpmi-collect.yml b/eng/pipelines/coreclr/superpmi-collect.yml index 2dc130c57ea656..f95a500a3d5fb5 100644 --- a/eng/pipelines/coreclr/superpmi-collect.yml +++ b/eng/pipelines/coreclr/superpmi-collect.yml @@ -86,26 +86,6 @@ jobs: collectionType: pmi collectionName: libraries -- template: /eng/pipelines/common/platform-matrix.yml - parameters: - jobTemplate: /eng/pipelines/coreclr/templates/superpmi-collect-job.yml - buildConfig: checked - platforms: - - OSX_arm64 - - Linux_arm - - Linux_arm64 - - Linux_x64 - - windows_x64 - - windows_x86 - - windows_arm64 - helixQueueGroup: ci - helixQueuesTemplate: /eng/pipelines/coreclr/templates/helix-queues-setup.yml - jobParameters: - testGroup: outerloop - liveLibrariesBuildConfig: Release - collectionType: pmi - collectionName: coreclr_tests - - template: /eng/pipelines/common/platform-matrix.yml parameters: jobTemplate: /eng/pipelines/coreclr/templates/superpmi-collect-job.yml