Skip to content

Commit 2df3923

Browse files
steveisokSteve Pfister
andauthored
[Android] Revert arm and arm64 device PR runs (#53210)
We're still having capacity issues even after doubling the number of devices. Only run device tests on the rolling build for the time being. Co-authored-by: Steve Pfister <[email protected]>
1 parent 508f8a7 commit 2df3923

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

eng/pipelines/runtime-staging.yml

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -162,16 +162,19 @@ jobs:
162162
eq(dependencies.evaluate_paths.outputs['SetPathVars_mono.containsChange'], true),
163163
eq(dependencies.evaluate_paths.outputs['SetPathVars_installer.containsChange'], true),
164164
eq(variables['isFullMatrix'], true))
165-
# extra steps, run tests
166-
extraStepsTemplate: /eng/pipelines/libraries/helix.yml
167-
extraStepsParameters:
168-
creator: dotnet-bot
169-
testRunNamePrefixSuffix: Mono_$(_BuildConfig)
170-
condition: >-
171-
or(
172-
eq(variables['librariesContainsChange'], true),
173-
eq(variables['monoContainsChange'], true),
174-
eq(variables['isFullMatrix'], true))
165+
166+
# don't run tests on PRs until we can get significantly more devices
167+
${{ if eq(variables['isFullMatrix'], true) }}:
168+
# extra steps, run tests
169+
extraStepsTemplate: /eng/pipelines/libraries/helix.yml
170+
extraStepsParameters:
171+
creator: dotnet-bot
172+
testRunNamePrefixSuffix: Mono_$(_BuildConfig)
173+
condition: >-
174+
or(
175+
eq(variables['librariesContainsChange'], true),
176+
eq(variables['monoContainsChange'], true),
177+
eq(variables['isFullMatrix'], true))
175178
176179
#
177180
# Build the whole product using Mono and run libraries tests

0 commit comments

Comments
 (0)