Skip to content

Commit

Permalink
Disable MacCatalyst arm64 PR test runs on staging pipeline (dotnet#54678
Browse files Browse the repository at this point in the history
)

We don't have enough capacity right now on Helix to handle the load.
  • Loading branch information
akoeplinger authored Jun 24, 2021
1 parent ea1707c commit abccfad
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion eng/pipelines/runtime-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit abccfad

Please sign in to comment.