Skip to content

Commit

Permalink
roll r2r jobs into crossgen2-outerloop (#58282)
Browse files Browse the repository at this point in the history
* roll r2r jobs into crossgen2-outerloop

* Build win arm libraries

* PR Feedback

* update scehdule comment
  • Loading branch information
mangod9 authored Aug 31, 2021
1 parent 5fc0588 commit a3b83b9
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions eng/pipelines/coreclr/crossgen2-outerloop.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
trigger: none

schedules:
- cron: "0 7 * * 0,2,4"
displayName: Sun, Tue, Thu at 11:00 PM (UTC-8:00)
- cron: "0 5 * * *"
displayName: Mon through Sun at 9:00 PM (UTC-8:00)
branches:
include:
- main
Expand All @@ -15,10 +15,12 @@ jobs:
jobTemplate: /eng/pipelines/coreclr/templates/build-job.yml
buildConfig: checked
platforms:
- Linux_arm
- Linux_x64
- Linux_arm64
- OSX_arm64
- OSX_x64
- windows_x86
- windows_x64
- windows_arm64
- CoreClrTestBuildHost # Either OSX_x64 or Linux_x64
Expand Down Expand Up @@ -83,24 +85,29 @@ jobs:
jobParameters:
testGroup: outerloop
readyToRun: true
crossgen2: true
compositeBuildMode: true
displayNameArgs: Composite
displayNameArgs: R2R_Composite
liveLibrariesBuildConfig: Release

# Limited outerloop testing in non-composite mode
# Outerloop testing in non-composite mode
- 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
buildConfig: checked
platforms:
- Linux_arm
- Linux_arm64
- Linux_x64
- OSX_x64
- OSX_arm64
- windows_arm64
- windows_x64
- windows_x86
jobParameters:
testGroup: outerloop
readyToRun: true
crossgen2: true
displayNameArgs: R2R_CG2
displayNameArgs: R2R
liveLibrariesBuildConfig: Release

# Build Crossgen2 baselines
Expand Down

0 comments on commit a3b83b9

Please sign in to comment.