@@ -80,80 +80,87 @@ jobs:
8080 testGroup : innerloop
8181
8282#
83- # Checked test builds
83+ # Release library builds
8484#
8585- template : /eng/pipelines/common/platform-matrix.yml
8686 parameters :
87- jobTemplate : /eng/pipelines/coreclr/templates/ build-test -job.yml
88- buildConfig : checked
87+ jobTemplate : /eng/pipelines/libraries/ build-job.yml
88+ buildConfig : Release
8989 platforms :
9090 - Linux_arm
9191 - Linux_arm64
92+ - Linux_musl_x64
93+ - Linux_x64
9294 - OSX_x64
9395 - Windows_NT_arm
9496 - Windows_NT_arm64
9597 - Windows_NT_x64
9698 - Windows_NT_x86
9799 jobParameters :
98- testGroup : innerloop
100+ isOfficialBuild : false
101+ liveCoreClrBuildConfig : checked
99102
100103#
101- # Checked JIT test executions
104+ # Checked test builds
102105#
103106- template : /eng/pipelines/common/platform-matrix.yml
104107 parameters :
105- jobTemplate : /eng/pipelines/coreclr/templates/run -test-job.yml
108+ jobTemplate : /eng/pipelines/coreclr/templates/build -test-job.yml
106109 buildConfig : checked
107110 platforms :
108111 - Linux_arm
109112 - Linux_arm64
110- - Linux_musl_x64
111- - Linux_x64
112113 - OSX_x64
113114 - Windows_NT_arm
114115 - Windows_NT_arm64
115116 - Windows_NT_x64
116117 - Windows_NT_x86
117- helixQueueGroup : pr
118- helixQueuesTemplate : /eng/pipelines/coreclr/templates/helix-queues-setup.yml
119118 jobParameters :
120119 testGroup : innerloop
120+ liveLibrariesBuildConfig : Release
121121
122122#
123- # Checked R2R test executions
123+ # Checked JIT test executions
124124#
125125- template : /eng/pipelines/common/platform-matrix.yml
126126 parameters :
127127 jobTemplate : /eng/pipelines/coreclr/templates/run-test-job.yml
128128 buildConfig : checked
129129 platforms :
130+ - Linux_arm
131+ - Linux_arm64
132+ - Linux_musl_x64
130133 - Linux_x64
131134 - OSX_x64
135+ - Windows_NT_arm
136+ - Windows_NT_arm64
132137 - Windows_NT_x64
133138 - Windows_NT_x86
134139 helixQueueGroup : pr
135140 helixQueuesTemplate : /eng/pipelines/coreclr/templates/helix-queues-setup.yml
136141 jobParameters :
137142 testGroup : innerloop
138- readyToRun : true
139- displayNameArgs : R2R
143+ liveLibrariesBuildConfig : Release
140144
141145#
142- # CoreFX test runs against CoreCLR
146+ # Checked R2R test executions
143147#
144148- template : /eng/pipelines/common/platform-matrix.yml
145149 parameters :
146150 jobTemplate : /eng/pipelines/coreclr/templates/run-test-job.yml
147151 buildConfig : checked
148152 platforms :
149153 - Linux_x64
154+ - OSX_x64
150155 - Windows_NT_x64
156+ - Windows_NT_x86
151157 helixQueueGroup : pr
152158 helixQueuesTemplate : /eng/pipelines/coreclr/templates/helix-queues-setup.yml
153159 jobParameters :
154160 testGroup : innerloop
155- corefxTests : true
156- displayNameArgs : CoreFX
161+ readyToRun : true
162+ displayNameArgs : R2R
163+ liveLibrariesBuildConfig : Release
157164
158165#
159166# Crossgen-comparison jobs
@@ -178,6 +185,7 @@ jobs:
178185 - OSX_x64
179186 jobParameters :
180187 testGroup : innerloop
188+ liveLibrariesBuildConfig : Release
181189
182190#
183191# Release test builds
@@ -192,6 +200,7 @@ jobs:
192200 helixQueuesTemplate : /eng/pipelines/coreclr/templates/helix-queues-setup.yml
193201 jobParameters :
194202 testGroup : innerloop
203+ liveLibrariesBuildConfig : Release
195204
196205#
197206# Formatting
0 commit comments