@@ -132,94 +132,4 @@ jobs:
132132 extraStepsTemplate : /eng/pipelines/common/templates/runtimes/android-runtime-and-send-to-helix.yml
133133 extraStepsParameters :
134134 creator : dotnet-bot
135- testRunNamePrefixSuffix : Mono_$(_BuildConfig)
136-
137- #
138- # Mono Test builds with CoreCLR runtime tests using live libraries debug build
139- - template : /eng/pipelines/common/platform-matrix.yml
140- parameters :
141- jobTemplate : /eng/pipelines/common/templates/runtimes/build-test-job.yml
142- buildConfig : release
143- runtimeFlavor : mono
144- platforms :
145- - CoreClrTestBuildHost # Either OSX_x64 or Linux_x64
146- jobParameters :
147- testGroup : innerloop
148- liveLibrariesBuildConfig : ${{ variables.debugOnPrReleaseOnRolling }}
149- liveRuntimeBuildConfig : release
150-
151- #
152- # Mono CoreCLR runtime Test executions using live libraries in jit mode
153- - template : /eng/pipelines/common/platform-matrix.yml
154- parameters :
155- jobTemplate : /eng/pipelines/common/templates/runtimes/run-test-job.yml
156- buildConfig : release
157- runtimeFlavor : mono
158- platforms :
159- - OSX_x64
160- - Linux_arm64
161- helixQueueGroup : pr
162- helixQueuesTemplate : /eng/pipelines/coreclr/templates/helix-queues-setup.yml
163- jobParameters :
164- testGroup : innerloop
165- liveLibrariesBuildConfig : ${{ variables.debugOnPrReleaseOnRolling }}
166- liveRuntimeBuildConfig : release
167- runtimeVariant : minijit
168-
169- #
170- # Mono CoreCLR runtime Test executions using live libraries in interpreter mode
171- - template : /eng/pipelines/common/platform-matrix.yml
172- parameters :
173- jobTemplate : /eng/pipelines/common/templates/runtimes/run-test-job.yml
174- buildConfig : release
175- runtimeFlavor : mono
176- platforms :
177- - OSX_x64
178- - Linux_arm64
179- helixQueueGroup : pr
180- helixQueuesTemplate : /eng/pipelines/coreclr/templates/helix-queues-setup.yml
181- jobParameters :
182- testGroup : innerloop
183- liveLibrariesBuildConfig : ${{ variables.debugOnPrReleaseOnRolling }}
184- liveRuntimeBuildConfig : release
185- runtimeVariant : monointerpreter
186-
187- #
188- # Mono CoreCLR runtime Test executions using live libraries and LLVM AOT
189- #
190- - template : /eng/pipelines/common/platform-matrix.yml
191- parameters :
192- jobTemplate : /eng/pipelines/common/templates/runtimes/run-test-job.yml
193- buildConfig : release
194- runtimeFlavor : mono
195- platforms :
196- - Linux_x64
197- # Disabled pending outcome of https://github.com/dotnet/runtime/issues/60234 investigation
198- # - Linux_arm64
199- helixQueueGroup : pr
200- helixQueuesTemplate : /eng/pipelines/coreclr/templates/helix-queues-setup.yml
201- jobParameters :
202- testGroup : innerloop
203- liveLibrariesBuildConfig : ${{ variables.debugOnPrReleaseOnRolling }}
204- liveRuntimeBuildConfig : release
205- runtimeVariant : llvmaot
206-
207- #
208- # Mono CoreCLR runtime Test executions using live libraries and LLVM Full AOT
209- #
210- - template : /eng/pipelines/common/platform-matrix.yml
211- parameters :
212- jobTemplate : /eng/pipelines/common/templates/runtimes/run-test-job.yml
213- buildConfig : release
214- runtimeFlavor : mono
215- platforms :
216- - Linux_x64
217- # Disabled pending outcome of https://github.com/dotnet/runtime/issues/60234 investigation
218- # - Linux_arm64
219- helixQueueGroup : pr
220- helixQueuesTemplate : /eng/pipelines/coreclr/templates/helix-queues-setup.yml
221- jobParameters :
222- testGroup : innerloop
223- liveLibrariesBuildConfig : ${{ variables.debugOnPrReleaseOnRolling }}
224- liveRuntimeBuildConfig : release
225- runtimeVariant : llvmfullaot
135+ testRunNamePrefixSuffix : Mono_$(_BuildConfig)
0 commit comments