@@ -332,47 +332,46 @@ jobs:
332332 eq(variables['isManualOrIsNotPR'], true),
333333 eq(variables['isFullMatrix'], true))
334334
335- # Disabled due to https://github.com/dotnet/runtime/issues/61721
336- # - template: /eng/pipelines/common/platform-matrix.yml
337- # parameters:
338- # jobTemplate: /eng/pipelines/common/global-build-job.yml
339- # helixQueuesTemplate: /eng/pipelines/libraries/helix-queues-setup.yml
340- # buildConfig: release
341- # runtimeFlavor: mono
342- # platforms:
343- # - Browser_wasm_win
344- # variables:
345- # # map dependencies variables to local variables
346- # - name: librariesContainsChange
347- # value: $[ dependencies.evaluate_paths.outputs['SetPathVars_libraries.containsChange'] ]
348- # - name: monoContainsChange
349- # value: $[ dependencies.evaluate_paths.outputs['SetPathVars_mono.containsChange'] ]
350- # jobParameters:
351- # testGroup: innerloop
352- # nameSuffix: Windows_wasm_AOT
353- # buildArgs: -s mono+libs+host+packs+libs.tests -c $(_BuildConfig) /p:ArchiveTests=true /p:BrowserHost=windows /p:EnableAggressiveTrimming=true /p:BuildAOTTestsOnHelix=true /p:RunAOTCompilation=true $(_runSmokeTestsOnlyArg)
354- # timeoutInMinutes: 180
355- # condition: >-
356- # or(
357- # eq(dependencies.evaluate_paths.outputs['SetPathVars_libraries.containsChange'], true),
358- # eq(dependencies.evaluate_paths.outputs['SetPathVars_mono.containsChange'], true),
359- # eq(dependencies.evaluate_paths.outputs['SetPathVars_installer.containsChange'], true),
360- # eq(variables['isManualOrIsNotPR'], true),
361- # eq(variables['isFullMatrix'], true))
362- # # extra steps, run tests
363- # extraStepsTemplate: /eng/pipelines/libraries/helix.yml
364- # extraStepsParameters:
365- # creator: dotnet-bot
366- # testRunNamePrefixSuffix: Mono_$(_BuildConfig)
367- # extraHelixArguments: /p:BrowserHost=windows /p:NeedsToBuildWasmAppsOnHelix=true $(_runSmokeTestsOnlyArg)
368- # scenarios:
369- # - normal
370- # condition: >-
371- # or(
372- # eq(variables['librariesContainsChange'], true),
373- # eq(variables['monoContainsChange'], true),
374- # eq(variables['isManualOrIsNotPR'], true),
375- # eq(variables['isFullMatrix'], true))
335+ - template : /eng/pipelines/common/platform-matrix.yml
336+ parameters :
337+ jobTemplate : /eng/pipelines/common/global-build-job.yml
338+ helixQueuesTemplate : /eng/pipelines/libraries/helix-queues-setup.yml
339+ buildConfig : release
340+ runtimeFlavor : mono
341+ platforms :
342+ - Browser_wasm_win
343+ variables :
344+ # map dependencies variables to local variables
345+ - name : librariesContainsChange
346+ value : $[ dependencies.evaluate_paths.outputs['SetPathVars_libraries.containsChange'] ]
347+ - name : monoContainsChange
348+ value : $[ dependencies.evaluate_paths.outputs['SetPathVars_mono.containsChange'] ]
349+ jobParameters :
350+ testGroup : innerloop
351+ nameSuffix : Windows_wasm_AOT
352+ buildArgs : -s mono+libs+host+packs+libs.tests -c $(_BuildConfig) /p:ArchiveTests=true /p:BrowserHost=windows /p:EnableAggressiveTrimming=true /p:BuildAOTTestsOnHelix=true /p:RunAOTCompilation=true $(_runSmokeTestsOnlyArg)
353+ timeoutInMinutes : 180
354+ condition : >-
355+ or(
356+ eq(dependencies.evaluate_paths.outputs['SetPathVars_libraries.containsChange'], true),
357+ eq(dependencies.evaluate_paths.outputs['SetPathVars_mono.containsChange'], true),
358+ eq(dependencies.evaluate_paths.outputs['SetPathVars_installer.containsChange'], true),
359+ eq(variables['isManualOrIsNotPR'], true),
360+ eq(variables['isFullMatrix'], true))
361+ # extra steps, run tests
362+ extraStepsTemplate : /eng/pipelines/libraries/helix.yml
363+ extraStepsParameters :
364+ creator : dotnet-bot
365+ testRunNamePrefixSuffix : Mono_$(_BuildConfig)
366+ extraHelixArguments : /p:BrowserHost=windows /p:NeedsToBuildWasmAppsOnHelix=true $(_runSmokeTestsOnlyArg)
367+ scenarios :
368+ - normal
369+ condition : >-
370+ or(
371+ eq(variables['librariesContainsChange'], true),
372+ eq(variables['monoContainsChange'], true),
373+ eq(variables['isManualOrIsNotPR'], true),
374+ eq(variables['isFullMatrix'], true))
376375
377376#
378377# Build for Browser/wasm, with EnableAggressiveTrimming=true
0 commit comments