Skip to content

Commit

Permalink
Remove libraries_tests PMI collection
Browse files Browse the repository at this point in the history
With dotnet#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.
  • Loading branch information
BruceForstall committed Aug 31, 2023
1 parent 6f9b9b0 commit 76888b4
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions eng/pipelines/coreclr/superpmi-collect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 76888b4

Please sign in to comment.