From a8bccebe76b4c03cfa1beb905547f46bf1dbb4a5 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 21 Apr 2026 21:01:59 +0000 Subject: [PATCH 1/2] Initial plan From 0d58b7e289886f12dcdae6fd887f04857cc894ad Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 21 Apr 2026 21:28:40 +0000 Subject: [PATCH 2/2] Revert "Add legs to run crossgenned libraries tests with runtime-async enabled (#124400)" This reverts commit 9bfbe13cbe977b00945bbc15623d98c9bd4a82fc. Co-authored-by: jtschuster <36744439+jtschuster@users.noreply.github.com> --- eng/pipelines/coreclr/crossgen2.yml | 27 --------------------------- 1 file changed, 27 deletions(-) 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