From 76888b42c335ecd949662dd7f35cc50b66967f0e Mon Sep 17 00:00:00 2001 From: Bruce Forstall Date: Wed, 30 Aug 2023 17:24:44 -0700 Subject: [PATCH] Remove libraries_tests PMI collection With #91101 we have a SuperPMI collection of the libraries tests being run, so the existing PMI-based collection is someone duplicative: remove the PMI collection. It's arguable that the PMI collection of the libraries themselves is also duplicative, but we can decide whether to remove that one separately. --- 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 ec56e2bc1af10..61cb4136f8733 100644 --- a/eng/pipelines/coreclr/superpmi-collect.yml +++ b/eng/pipelines/coreclr/superpmi-collect.yml @@ -93,26 +93,6 @@ extends: 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: libraries_tests - - template: /eng/pipelines/common/platform-matrix.yml parameters: jobTemplate: /eng/pipelines/coreclr/templates/superpmi-collect-job.yml