Skip to content

Commit

Permalink
[tvOS] Bump to new OSX 13 AppleTV queue (#83272)
Browse files Browse the repository at this point in the history
  • Loading branch information
steveisok authored Mar 21, 2023
1 parent c1acb35 commit 5896cbc
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 @@ -125,11 +125,11 @@ jobs:

# tvOS devices
- ${{ if in(parameters.platform, 'tvos_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.AppleTV.Open
- OSX.13.Amd64.AppleTV.Open
- ${{ if eq(parameters.jobParameters.isExtraPlatforms, true) }}:
- OSX.1100.Amd64.AppleTV.Open
- OSX.13.Amd64.AppleTV.Open

# windows x64
- ${{ if eq(parameters.platform, 'windows_x64') }}:
Expand Down

0 comments on commit 5896cbc

Please sign in to comment.