Move Android arm64 to the staging pipeline (#48064)
authorSteve Pfister <steveisok@users.noreply.github.com>
Wed, 10 Feb 2021 00:42:05 +0000 (19:42 -0500)
committerGitHub <noreply@github.com>
Wed, 10 Feb 2021 00:42:05 +0000 (16:42 -0800)
Co-authored-by: Steve Pfister <steve.pfister@microsoft.com>
eng/pipelines/runtime-staging.yml
eng/pipelines/runtime.yml

index 63ae194..8eb0c67 100644 (file)
@@ -66,6 +66,7 @@ jobs:
     runtimeFlavor: mono
     platforms:
     - Android_x64
+    - Android_arm64
     - iOS_x64
     variables:
       # map dependencies variables to local variables
index a4f3dcd..4082dc2 100644 (file)
@@ -293,46 +293,6 @@ jobs:
           eq(variables['isFullMatrix'], true))
 
 #
-# Build the whole product using Mono and run libraries tests
-#
-- template: /eng/pipelines/common/platform-matrix.yml
-  parameters:
-    jobTemplate: /eng/pipelines/common/global-build-job.yml
-    helixQueuesTemplate: /eng/pipelines/libraries/helix-queues-setup.yml
-    buildConfig: Release
-    runtimeFlavor: mono
-    platforms:
-    - Android_arm64
-    # - iOS_x64 moved to staging pipeline, restore when stable
-    variables:
-      # map dependencies variables to local variables
-      - name: librariesContainsChange
-        value: $[ dependencies.evaluate_paths.outputs['SetPathVars_libraries.containsChange'] ]
-      - name: monoContainsChange
-        value: $[ dependencies.evaluate_paths.outputs['SetPathVars_mono.containsChange'] ]
-    jobParameters:
-      testGroup: innerloop
-      nameSuffix: AllSubsets_Mono
-      buildArgs: -s mono+libs+host+packs+libs.tests -c $(_BuildConfig) /p:ArchiveTests=true
-      timeoutInMinutes: 180
-      condition: >-
-        or(
-          eq(dependencies.evaluate_paths.outputs['SetPathVars_libraries.containsChange'], true),
-          eq(dependencies.evaluate_paths.outputs['SetPathVars_mono.containsChange'], true),
-          eq(dependencies.evaluate_paths.outputs['SetPathVars_installer.containsChange'], true),
-          eq(variables['isFullMatrix'], true))
-      # extra steps, run tests
-      extraStepsTemplate: /eng/pipelines/libraries/helix.yml
-      extraStepsParameters:
-        creator: dotnet-bot
-        testRunNamePrefixSuffix: Mono_$(_BuildConfig)
-        condition: >-
-          or(
-          eq(variables['librariesContainsChange'], true),
-          eq(variables['monoContainsChange'], true),
-          eq(variables['isFullMatrix'], true))
-
-#
 # Build the whole product using Mono and run runtime tests
 #
 - template: /eng/pipelines/common/platform-matrix.yml