diff --git a/eng/pipelines/coreclr/crossgen2.yml b/eng/pipelines/coreclr/crossgen2.yml index 4964877c620b2c..775928f7d3ffc2 100644 --- a/eng/pipelines/coreclr/crossgen2.yml +++ b/eng/pipelines/coreclr/crossgen2.yml @@ -99,33 +99,6 @@ extends: creator: dotnet-bot testRunNamePrefixSuffix: TestReadyToRun_$(_BuildConfig) - - template: /eng/pipelines/common/platform-matrix.yml - parameters: - jobTemplate: /eng/pipelines/common/global-build-job.yml - helixQueuesTemplate: /eng/pipelines/libraries/helix-queues-setup.yml - buildConfig: Release - platforms: - - linux_x64 - - linux_arm64 - # - osx_x64 Not included to reduce pressure on osx_x64 machines - - osx_arm64 - - windows_x64 - - windows_arm64 - jobParameters: - testGroup: innerloop - buildArgs: -s clr+libs+libs.tests - -c $(_BuildConfig) - /p:TestReadyToRun=true - /p:UseRuntimeAsync=true - /p:ArchiveTests=true - nameSuffix: TestReadyToRun_RuntimeAsync_Libraries - timeoutInMinutes: 360 - postBuildSteps: - - template: /eng/pipelines/libraries/helix.yml - parameters: - creator: dotnet-bot - testRunNamePrefixSuffix: TestReadyToRun_RuntimeAsync_$(_BuildConfig) - # Run pri0 tests with hot/cold splitting enabled (only supported on x64 at the moment) # TODO: test on arm64 once supported - template: /eng/pipelines/common/platform-matrix.yml