Skip to content

Commit 1ad036f

Browse files
committed
enable runtime tests on PRs
1 parent b3e4072 commit 1ad036f

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

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

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@ jobs:
4242
runtimeVariant: minijit
4343
buildArgs: -s mono+libs -c $(_BuildConfig)
4444
timeoutInMinutes: 480
45-
${{ if eq(variables['isRollingBuild'], true) }}:
45+
# ${{ if eq(variables['isRollingBuild'], true) }}:
4646
# 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
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
5454

5555
#
5656
# Build the whole product using CoreCLR for Android and run runtime tests with Android devices
@@ -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)