Skip to content

Commit

Permalink
Add Library builds for release-testing job (dotnet#1596)
Browse files Browse the repository at this point in the history
* Add Library builds for release-testing job

Add library-build steps to the release-testing job
to adapt live-live builds.

Use Common template for CoreCLR and Library builds
  • Loading branch information
swaroop-sridhar authored Jan 11, 2020
1 parent dc66400 commit ff03a08
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions eng/pipelines/coreclr/release-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ jobs:
- template: /eng/pipelines/common/checkout-job.yml

#
# Release builds
# Release CoreCLR and Library builds
#
- template: /eng/pipelines/common/platform-matrix.yml
parameters:
jobTemplate: /eng/pipelines/coreclr/templates/build-job.yml
jobTemplate: /eng/pipelines/common/build-coreclr-and-libraries-job.yml
buildConfig: release
platformGroup: all
jobParameters:
timeoutInMinutes: 120
isOfficialBuild: false

#
# Release test builds
Expand All @@ -35,7 +35,9 @@ jobs:
jobTemplate: /eng/pipelines/coreclr/templates/build-test-job.yml
buildConfig: release
platformGroup: all
testGroup: outerloop
jobParameters:
testGroup: outerloop
liveLibrariesBuildConfig: Release

#
# Release test runs
Expand All @@ -49,6 +51,7 @@ jobs:
helixQueuesTemplate: /eng/pipelines/coreclr/templates/helix-queues-setup.yml
jobParameters:
testGroup: outerloop
liveLibrariesBuildConfig: Release

#
# Release R2R test runs
Expand All @@ -62,10 +65,10 @@ jobs:
helixQueuesTemplate: /eng/pipelines/coreclr/templates/helix-queues-setup.yml
jobParameters:
testGroup: outerloop
liveLibrariesBuildConfig: Release
readyToRun: true
displayNameArgs: R2R


#
# Crossgen-comparison jobs
#
Expand All @@ -77,3 +80,6 @@ jobs:
- Linux_arm
helixQueueGroup: ci
helixQueuesTemplate: /eng/pipelines/coreclr/templates/helix-queues-setup.yml
jobParameters:
testGroup: outerloop
liveLibrariesBuildConfig: Release

0 comments on commit ff03a08

Please sign in to comment.