We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1acb35 commit 5896cbcCopy full SHA for 5896cbc
eng/pipelines/libraries/helix-queues-setup.yml
@@ -125,11 +125,11 @@ jobs:
125
126
# tvOS devices
127
- ${{ if in(parameters.platform, 'tvos_arm64') }}:
128
- # 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
129
- ${{ if ne(parameters.jobParameters.isExtraPlatforms, true) }}:
130
- - OSX.1015.Amd64.AppleTV.Open
+ - OSX.13.Amd64.AppleTV.Open
131
- ${{ if eq(parameters.jobParameters.isExtraPlatforms, true) }}:
132
- - OSX.1100.Amd64.AppleTV.Open
133
134
# windows x64
135
- ${{ if eq(parameters.platform, 'windows_x64') }}:
0 commit comments