Disable MacCatalyst arm64 PR test runs on staging pipeline (#54678)
authorAlexander Köplinger <alex.koeplinger@outlook.com>
Thu, 24 Jun 2021 15:43:55 +0000 (17:43 +0200)
committerGitHub <noreply@github.com>
Thu, 24 Jun 2021 15:43:55 +0000 (17:43 +0200)
We don't have enough capacity right now on Helix to handle the load.

eng/pipelines/runtime-staging.yml

index 2352995..6666413 100644 (file)
@@ -107,7 +107,9 @@ jobs:
     runtimeFlavor: mono
     platforms:
     - MacCatalyst_x64
-    - MacCatalyst_arm64
+    # don't run tests on MacCatalyst_arm64 PRs until we can get significantly more devices
+    - ${{ if eq(variables['isFullMatrix'], true) }}:
+      - MacCatalyst_arm64
     variables:
       # map dependencies variables to local variables
       - name: librariesContainsChange