diff --git a/eng/pipelines/coreclr/superpmi-collect.yml b/eng/pipelines/coreclr/superpmi-collect.yml index 336125d43bc13..b55f5318fff40 100644 --- a/eng/pipelines/coreclr/superpmi-collect.yml +++ b/eng/pipelines/coreclr/superpmi-collect.yml @@ -76,45 +76,45 @@ extends: jobParameters: testGroup: outerloop - - 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 + # - 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 - - 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: crossgen2 - 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: crossgen2 + # collectionName: libraries - template: /eng/pipelines/common/platform-matrix.yml parameters: @@ -196,95 +196,95 @@ extends: collectionType: run_pgo collectionName: benchmarks - # - # Collection of coreclr test run - # - - template: /eng/pipelines/common/platform-matrix.yml - parameters: - jobTemplate: /eng/pipelines/common/templates/runtimes/run-test-job.yml - buildConfig: checked - platforms: - - osx_arm64 - - linux_arm - - linux_arm64 - - linux_x64 - - windows_x64 - - windows_x86 - - windows_arm64 - helixQueueGroup: superpmi - helixQueuesTemplate: /eng/pipelines/coreclr/templates/helix-queues-setup.yml - jobParameters: - testGroup: outerloop - liveLibrariesBuildConfig: Release - SuperPmiCollect: true + # # + # # Collection of coreclr test run + # # + # - template: /eng/pipelines/common/platform-matrix.yml + # parameters: + # jobTemplate: /eng/pipelines/common/templates/runtimes/run-test-job.yml + # buildConfig: checked + # platforms: + # - osx_arm64 + # - linux_arm + # - linux_arm64 + # - linux_x64 + # - windows_x64 + # - windows_x86 + # - windows_arm64 + # helixQueueGroup: superpmi + # helixQueuesTemplate: /eng/pipelines/coreclr/templates/helix-queues-setup.yml + # jobParameters: + # testGroup: outerloop + # liveLibrariesBuildConfig: Release + # SuperPmiCollect: true - - template: /eng/pipelines/common/platform-matrix.yml - parameters: - jobTemplate: /eng/pipelines/coreclr/templates/superpmi-collect-job.yml - buildConfig: checked - platforms: - - linux_arm64 - - linux_x64 - - windows_x64 - - windows_arm64 - helixQueueGroup: ci - helixQueuesTemplate: /eng/pipelines/coreclr/templates/helix-queues-setup.yml - jobParameters: - testGroup: outerloop - liveLibrariesBuildConfig: Release - collectionType: nativeaot - collectionName: smoke_tests + # - template: /eng/pipelines/common/platform-matrix.yml + # parameters: + # jobTemplate: /eng/pipelines/coreclr/templates/superpmi-collect-job.yml + # buildConfig: checked + # platforms: + # - linux_arm64 + # - linux_x64 + # - windows_x64 + # - windows_arm64 + # helixQueueGroup: ci + # helixQueuesTemplate: /eng/pipelines/coreclr/templates/helix-queues-setup.yml + # jobParameters: + # testGroup: outerloop + # liveLibrariesBuildConfig: Release + # collectionType: nativeaot + # collectionName: smoke_tests - # - # Collection of libraries test run: normal - # Libraries Test Run using Release libraries, and Checked CoreCLR - # - - template: /eng/pipelines/common/platform-matrix.yml - parameters: - jobTemplate: /eng/pipelines/libraries/run-test-job.yml - buildConfig: Release - platforms: - - osx_arm64 - - linux_arm - - linux_arm64 - - linux_x64 - - windows_x64 - - windows_x86 - - windows_arm64 - helixQueueGroup: superpmi - helixQueuesTemplate: /eng/pipelines/coreclr/templates/helix-queues-setup.yml - jobParameters: - testScope: innerloop - liveRuntimeBuildConfig: checked - dependsOnTestBuildConfiguration: Release - dependsOnTestArchitecture: x64 - coreclrTestGroup: superpmi_collection - SuperPmiCollect: true - SuperPmiCollectionName: libraries_tests + # # + # # Collection of libraries test run: normal + # # Libraries Test Run using Release libraries, and Checked CoreCLR + # # + # - template: /eng/pipelines/common/platform-matrix.yml + # parameters: + # jobTemplate: /eng/pipelines/libraries/run-test-job.yml + # buildConfig: Release + # platforms: + # - osx_arm64 + # - linux_arm + # - linux_arm64 + # - linux_x64 + # - windows_x64 + # - windows_x86 + # - windows_arm64 + # helixQueueGroup: superpmi + # helixQueuesTemplate: /eng/pipelines/coreclr/templates/helix-queues-setup.yml + # jobParameters: + # testScope: innerloop + # liveRuntimeBuildConfig: checked + # dependsOnTestBuildConfiguration: Release + # dependsOnTestArchitecture: x64 + # coreclrTestGroup: superpmi_collection + # SuperPmiCollect: true + # SuperPmiCollectionName: libraries_tests - # - # Collection of libraries test run: no_tiered_compilation - # Libraries Test Run using Release libraries, and Checked CoreCLR - # - - template: /eng/pipelines/common/platform-matrix.yml - parameters: - jobTemplate: /eng/pipelines/libraries/run-test-job.yml - buildConfig: Release - platforms: - - osx_arm64 - - linux_arm - - linux_arm64 - - linux_x64 - - windows_x64 - - windows_x86 - - windows_arm64 - helixQueueGroup: superpmi - helixQueuesTemplate: /eng/pipelines/coreclr/templates/helix-queues-setup.yml - jobParameters: - testScope: innerloop - liveRuntimeBuildConfig: checked - dependsOnTestBuildConfiguration: Release - dependsOnTestArchitecture: x64 - coreclrTestGroup: superpmi_collection_no_tiered_compilation - SuperPmiCollect: true - SuperPmiCollectionName: libraries_tests_no_tiered_compilation + # # + # # Collection of libraries test run: no_tiered_compilation + # # Libraries Test Run using Release libraries, and Checked CoreCLR + # # + # - template: /eng/pipelines/common/platform-matrix.yml + # parameters: + # jobTemplate: /eng/pipelines/libraries/run-test-job.yml + # buildConfig: Release + # platforms: + # - osx_arm64 + # - linux_arm + # - linux_arm64 + # - linux_x64 + # - windows_x64 + # - windows_x86 + # - windows_arm64 + # helixQueueGroup: superpmi + # helixQueuesTemplate: /eng/pipelines/coreclr/templates/helix-queues-setup.yml + # jobParameters: + # testScope: innerloop + # liveRuntimeBuildConfig: checked + # dependsOnTestBuildConfiguration: Release + # dependsOnTestArchitecture: x64 + # coreclrTestGroup: superpmi_collection_no_tiered_compilation + # SuperPmiCollect: true + # SuperPmiCollectionName: libraries_tests_no_tiered_compilation