projects
/
platform
/
upstream
/
dotnet
/
runtime.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea1707c
)
Disable MacCatalyst arm64 PR test runs on staging pipeline (#54678)
author
Alexander Köplinger
<alex.koeplinger@outlook.com>
Thu, 24 Jun 2021 15:43:55 +0000
(17:43 +0200)
committer
GitHub
<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
patch
|
blob
|
history
diff --git
a/eng/pipelines/runtime-staging.yml
b/eng/pipelines/runtime-staging.yml
index
2352995
..
6666413
100644
(file)
--- 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