Skip to content

Commit 4601da0

Browse files
committed
run runtime tests on PRs
1 parent b3e4072 commit 4601da0

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

eng/pipelines/extra-platforms/runtime-extra-platforms-android.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -82,15 +82,15 @@ jobs:
8282
runtimeVariant: minijit
8383
buildArgs: -s clr.runtime+clr.alljits+clr.corelib+clr.nativecorelib+clr.tools+clr.packages+libs+host+packs -c $(_BuildConfig)
8484
timeoutInMinutes: 480
85-
${{ if eq(variables['isRollingBuild'], true) }}:
85+
# ${{ if eq(variables['isRollingBuild'], true) }}:
8686
# extra steps, run tests
87-
postBuildSteps:
88-
- template: /eng/pipelines/common/templates/runtimes/build-runtime-tests-and-send-to-helix.yml
89-
parameters:
90-
creator: dotnet-bot
91-
testRunNamePrefixSuffix: Mono_$(_BuildConfig)
92-
extraVariablesTemplates:
93-
- template: /eng/pipelines/common/templates/runtimes/test-variables.yml
87+
postBuildSteps:
88+
- template: /eng/pipelines/common/templates/runtimes/build-runtime-tests-and-send-to-helix.yml
89+
parameters:
90+
creator: dotnet-bot
91+
testRunNamePrefixSuffix: Mono_$(_BuildConfig)
92+
extraVariablesTemplates:
93+
- template: /eng/pipelines/common/templates/runtimes/test-variables.yml
9494

9595
#
9696
# Android devices

0 commit comments

Comments
 (0)