Skip to content

Commit

Permalink
Stop running runtime tests on Android arm64 in main build (dotnet#59772)
Browse files Browse the repository at this point in the history
  • Loading branch information
fanyang-mono authored Oct 8, 2021
1 parent 40ea975 commit 2880cc1
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions eng/pipelines/runtime-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -401,12 +401,13 @@ jobs:
eq(dependencies.evaluate_paths.outputs['SetPathVars_mono.containsChange'], true),
eq(variables['isFullMatrix'], true))
# don't run tests on PRs until we can get significantly more devices
${{ if eq(variables['isFullMatrix'], true) }}:
# extra steps, run tests
extraStepsTemplate: /eng/pipelines/common/templates/runtimes/android-runtime-and-send-to-helix.yml
extraStepsParameters:
creator: dotnet-bot
testRunNamePrefixSuffix: Mono_$(_BuildConfig)
# Turn off the testing for now, until https://github.com/dotnet/xharness/issues/663 gets resolved
# ${{ if eq(variables['isFullMatrix'], true) }}:
# # extra steps, run tests
# extraStepsTemplate: /eng/pipelines/common/templates/runtimes/android-runtime-and-send-to-helix.yml
# extraStepsParameters:
# creator: dotnet-bot
# testRunNamePrefixSuffix: Mono_$(_BuildConfig)

# Run disabled installer tests on Linux x64
- template: /eng/pipelines/common/platform-matrix.yml
Expand Down

0 comments on commit 2880cc1

Please sign in to comment.