Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/eng
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2021-06-24 18:43:55 +0300
committerGitHub <noreply@github.com>2021-06-24 18:43:55 +0300
commitabccfadbf570033efee8ac9a6992f6f7ee51f474 (patch)
treeace3c78df6912d82f8663ffb1b03fb64ded1f143 /eng
parentea1707cf3a4a513de37a41d89591cca88460e9fa (diff)
Disable MacCatalyst arm64 PR test runs on staging pipeline (#54678)
We don't have enough capacity right now on Helix to handle the load.
Diffstat (limited to 'eng')
-rw-r--r--eng/pipelines/runtime-staging.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/eng/pipelines/runtime-staging.yml b/eng/pipelines/runtime-staging.yml
index 2352995df91..666641354bf 100644
--- a/eng/pipelines/runtime-staging.yml
+++ b/eng/pipelines/runtime-staging.yml
@@ -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