Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions eng/pipelines/coreclr/crossgen2-composite.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
trigger: none

schedules:
- cron: "0 6 * * *"
displayName: Mon through Sun at 10:00 PM (UTC-8:00)
branches:
include:
- main
always: true

variables:
- template: /eng/pipelines/common/variables.yml
- template: /eng/pipelines/helix-platforms.yml
Expand Down
20 changes: 20 additions & 0 deletions eng/pipelines/coreclr/crossgen2-outerloop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,12 @@ extends:
helixQueuesTemplate: /eng/pipelines/coreclr/templates/helix-queues-setup.yml
buildConfig: checked
platforms:
- linux_arm
- linux_x64
- linux_arm64
- osx_arm64
- osx_x64
- windows_x86
- windows_x64
- windows_arm64
jobParameters:
Expand All @@ -80,6 +82,24 @@ extends:
liveLibrariesBuildConfig: Release
unifiedArtifactsName: Checked_CoreCLR_$(osGroup)$(osSubgroup)_$(archType)_$(_BuildConfig)

# Composite mode with large version bubble (inputbubble)
- template: /eng/pipelines/common/platform-matrix.yml
parameters:
jobTemplate: /eng/pipelines/common/templates/runtimes/run-test-job.yml
helixQueuesTemplate: /eng/pipelines/coreclr/templates/helix-queues-setup.yml
Comment thread
jtschuster marked this conversation as resolved.
buildConfig: checked
platforms:
- linux_x64
- windows_x64
jobParameters:
testGroup: outerloop
readyToRun: true
compositeBuildMode: true
largeVersionBubble: true
displayNameArgs: R2R_Composite_LargeVersionBubble
liveLibrariesBuildConfig: Release
unifiedArtifactsName: Checked_CoreCLR_$(osGroup)$(osSubgroup)_$(archType)_$(_BuildConfig)

# Outerloop testing in non-composite mode
- template: /eng/pipelines/common/platform-matrix.yml
parameters:
Expand Down
80 changes: 0 additions & 80 deletions eng/pipelines/coreclr/r2r.yml

This file was deleted.

Loading