Skip to content

Commit 142683c

Browse files
authored
[release/6.0] Disable CI job: Android x64 Release AllSubsets_Mono_RuntimeTests
It is causing a lot of flaky failures: #83422 .NET MAUI is already EOL on 6.0 so disabling the tests is fine. Fixes #83422
1 parent 62c2ce4 commit 142683c

File tree

1 file changed

+34
-34
lines changed

1 file changed

+34
-34
lines changed

eng/pipelines/runtime.yml

+34-34
Original file line numberDiff line numberDiff line change
@@ -492,40 +492,40 @@ jobs:
492492
#
493493
# Build the whole product using Mono for Android and run runtime tests with Android emulator
494494
#
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)
529529

530530
#
531531
# Build Mono and Installer on LLVMJIT mode

0 commit comments

Comments
 (0)