Skip to content

Commit

Permalink
[release/7.0] Move to new osx test queue for ios devices (#86647)
Browse files Browse the repository at this point in the history
  • Loading branch information
steveisok committed May 23, 2023
1 parent 8a90f22 commit 051ae7d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions eng/pipelines/libraries/helix-queues-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,11 @@ jobs:

# iOS devices
- ${{ if in(parameters.platform, 'iOS_arm64') }}:
# split traffic for runtime-extra-platforms (which mostly runs on rolling builds)
# if necessary, you can split traffic between queues this way for PR's and rolling builds
- ${{ if ne(parameters.jobParameters.isExtraPlatforms, true) }}:
- OSX.1015.Amd64.Iphone.Open
- OSX.13.Amd64.Iphone.Open
- ${{ if eq(parameters.jobParameters.isExtraPlatforms, true) }}:
- OSX.1200.Amd64.Iphone.Open
- OSX.13.Amd64.Iphone.Open

# tvOS devices
- ${{ if in(parameters.platform, 'tvOS_arm64') }}:
Expand Down

0 comments on commit 051ae7d

Please sign in to comment.