@@ -13,44 +13,44 @@ jobs:
13
13
#
14
14
# Build the whole product using Mono for Android and run runtime tests with Android devices
15
15
#
16
- - template : /eng/pipelines/common/platform-matrix.yml
17
- parameters :
18
- jobTemplate : /eng/pipelines/common/global-build-job .yml
19
- helixQueuesTemplate : /eng/pipelines/coreclr/templates/helix-queues-setup.yml
20
- buildConfig : Release
21
- runtimeFlavor : mono
22
- isExtraPlatformsBuild : ${{ parameters.isExtraPlatformsBuild }}
23
- isAndroidOnlyBuild : ${{ parameters.isAndroidOnlyBuild }}
24
- platforms :
25
- - android_arm64
26
- variables :
27
- - ${{ if and(eq(variables['System.TeamProject'], 'public'), eq(variables['Build.Reason'], 'PullRequest')) }} :
28
- - name : _HelixSource
29
- value : pr/dotnet/runtime/$( Build.SourceBranch)
30
- - ${{ if and(eq(variables['System.TeamProject'], 'public'), ne(variables['Build.Reason'], 'PullRequest')) }} :
31
- - name : _HelixSource
32
- value : ci/dotnet/runtime/$( Build.SourceBranch)
33
- - name : timeoutPerTestInMinutes
34
- value : 60
35
- - name : timeoutPerTestCollectionInMinutes
36
- value : 180
37
- jobParameters :
38
- testGroup : innerloop
39
- nameSuffix : AllSubsets_Mono_RuntimeTests
40
- runtimeVariant : minijit
41
- buildArgs : -s mono+libs -c $(_BuildConfig)
42
- timeoutInMinutes : 480
43
- # don't run tests on PRs until we can get significantly more devices
44
- # Turn off the testing for now, until https://github.com/dotnet/runtime/issues/60128 gets resolved
45
- # ${{ if eq(variables['isRollingBuild'], true) }}:
46
- # # extra steps, run tests
47
- # postBuildSteps:
48
- # - template: /eng/pipelines/common/templates/runtimes/build-runtime-tests-and-send-to-helix.yml
49
- # parameters:
50
- # creator: dotnet-bot
51
- # testRunNamePrefixSuffix: Mono_$(_BuildConfig)
52
- # extraVariablesTemplates:
53
- # - template: /eng/pipelines/common/templates/runtimes/test-variables.yml
16
+ # Turn off the runtime testing for now, until https://github.com/dotnet/runtime/issues/60128 gets resolved
17
+ # don't run tests on PRs until we can get significantly more devices
18
+ # - template : /eng/pipelines/common/platform-matrix .yml
19
+ # parameters:
20
+ # jobTemplate: /eng/pipelines/common/global-build-job.yml
21
+ # helixQueuesTemplate: /eng/pipelines/coreclr/templates/helix-queues-setup.yml
22
+ # buildConfig: Release
23
+ # runtimeFlavor: mono
24
+ # isExtraPlatformsBuild: ${{ parameters.isExtraPlatformsBuild }}
25
+ # isAndroidOnlyBuild: ${{ parameters.isAndroidOnlyBuild }}
26
+ # platforms :
27
+ # - android_arm64
28
+ # variables:
29
+ # - ${{ if and(eq(variables['System.TeamProject'], 'public'), eq(variables[' Build.Reason'], 'PullRequest')) }}:
30
+ # - name: _HelixSource
31
+ # value: pr/dotnet/runtime/$(Build.SourceBranch)
32
+ # - ${{ if and(eq(variables['System.TeamProject'], 'public'), ne(variables[' Build.Reason'], 'PullRequest')) }}:
33
+ # - name: _HelixSource
34
+ # value: ci/dotnet/runtime/$(Build.SourceBranch)
35
+ # - name: timeoutPerTestInMinutes
36
+ # value: 60
37
+ # - name: timeoutPerTestCollectionInMinutes
38
+ # value: 180
39
+ # jobParameters:
40
+ # testGroup: innerloop
41
+ # nameSuffix: AllSubsets_Mono_RuntimeTests
42
+ # runtimeVariant: minijit
43
+ # buildArgs: -s mono+libs -c $(_BuildConfig)
44
+ # timeoutInMinutes: 480
45
+ # ${{ if eq(variables['isRollingBuild'], true) }}:
46
+ # # extra steps, run tests
47
+ # postBuildSteps:
48
+ # - template: /eng/pipelines/common/templates/runtimes/build-runtime-tests-and-send-to-helix.yml
49
+ # parameters:
50
+ # creator: dotnet-bot
51
+ # testRunNamePrefixSuffix: Mono_$(_BuildConfig)
52
+ # extraVariablesTemplates:
53
+ # - template: /eng/pipelines/common/templates/runtimes/test-variables.yml
54
54
55
55
#
56
56
# Android devices
0 commit comments