@@ -492,40 +492,40 @@ jobs:
492
492
#
493
493
# Build the whole product using Mono for Android and run runtime tests with Android emulator
494
494
#
495
- - template : /eng/pipelines/common/platform-matrix.yml
496
- parameters :
497
- jobTemplate : /eng/pipelines/common/global-build-job.yml
498
- helixQueuesTemplate : /eng/pipelines/coreclr/templates/helix-queues-setup.yml
499
- buildConfig : Release
500
- runtimeFlavor : mono
501
- platforms :
502
- - Android_x64
503
- variables :
504
- - ${{ if and(eq(variables['System.TeamProject'], 'public'), eq(variables['Build.Reason'], 'PullRequest')) }} :
505
- - name : _HelixSource
506
- value : pr/dotnet/runtime/$(Build.SourceBranch)
507
- - ${{ if and(eq(variables['System.TeamProject'], 'public'), ne(variables['Build.Reason'], 'PullRequest')) }} :
508
- - name : _HelixSource
509
- value : ci/dotnet/runtime/$(Build.SourceBranch)
510
- - name : timeoutPerTestInMinutes
511
- value : 60
512
- - name : timeoutPerTestCollectionInMinutes
513
- value : 180
514
- jobParameters :
515
- testGroup : innerloop
516
- nameSuffix : AllSubsets_Mono_RuntimeTests
517
- buildArgs : -s mono+libs -c $(_BuildConfig)
518
- timeoutInMinutes : 240
519
- condition : >-
520
- or(
521
- eq(dependencies.evaluate_paths.outputs['SetPathVars_runtimetests.containsChange'], true),
522
- eq(dependencies.evaluate_paths.outputs['SetPathVars_mono.containsChange'], true),
523
- eq(variables['isFullMatrix'], true))
524
- # extra steps, run tests
525
- extraStepsTemplate : /eng/pipelines/common/templates/runtimes/android-runtime-and-send-to-helix.yml
526
- extraStepsParameters :
527
- creator : dotnet-bot
528
- testRunNamePrefixSuffix : Mono_$(_BuildConfig)
495
+ # - template: /eng/pipelines/common/platform-matrix.yml
496
+ # parameters:
497
+ # jobTemplate: /eng/pipelines/common/global-build-job.yml
498
+ # helixQueuesTemplate: /eng/pipelines/coreclr/templates/helix-queues-setup.yml
499
+ # buildConfig: Release
500
+ # runtimeFlavor: mono
501
+ # platforms:
502
+ # - Android_x64
503
+ # variables:
504
+ # - ${{ if and(eq(variables['System.TeamProject'], 'public'), eq(variables['Build.Reason'], 'PullRequest')) }}:
505
+ # - name: _HelixSource
506
+ # value: pr/dotnet/runtime/$(Build.SourceBranch)
507
+ # - ${{ if and(eq(variables['System.TeamProject'], 'public'), ne(variables['Build.Reason'], 'PullRequest')) }}:
508
+ # - name: _HelixSource
509
+ # value: ci/dotnet/runtime/$(Build.SourceBranch)
510
+ # - name: timeoutPerTestInMinutes
511
+ # value: 60
512
+ # - name: timeoutPerTestCollectionInMinutes
513
+ # value: 180
514
+ # jobParameters:
515
+ # testGroup: innerloop
516
+ # nameSuffix: AllSubsets_Mono_RuntimeTests
517
+ # buildArgs: -s mono+libs -c $(_BuildConfig)
518
+ # timeoutInMinutes: 240
519
+ # condition: >-
520
+ # or(
521
+ # eq(dependencies.evaluate_paths.outputs['SetPathVars_runtimetests.containsChange'], true),
522
+ # eq(dependencies.evaluate_paths.outputs['SetPathVars_mono.containsChange'], true),
523
+ # eq(variables['isFullMatrix'], true))
524
+ # # extra steps, run tests
525
+ # extraStepsTemplate: /eng/pipelines/common/templates/runtimes/android-runtime-and-send-to-helix.yml
526
+ # extraStepsParameters:
527
+ # creator: dotnet-bot
528
+ # testRunNamePrefixSuffix: Mono_$(_BuildConfig)
529
529
530
530
#
531
531
# Build Mono and Installer on LLVMJIT mode
0 commit comments