Skip to content

Commit aa07135

Browse files
authored
Fixed Viper queue names in build-machine-matrix to be camel case to match the microbenchmarks. (#4897)
1 parent 0496e14 commit aa07135

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

eng/pipelines/templates/build-machine-matrix.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
pool:
139139
vmImage: windows-2025
140140
machinePool: Viper
141-
queue: windows.11.amd64.viper.perf
141+
queue: Windows.11.Amd64.Viper.Perf
142142
${{ insert }}: ${{ parameters.jobParameters }}
143143

144144
- ${{ if and(containsValue(parameters.buildMachines, 'win-x86-viper'), not(eq(parameters.isPublic, true))) }}: # Windows x86 Viper only used in private builds
@@ -150,7 +150,7 @@ jobs:
150150
pool:
151151
vmImage: windows-2025
152152
machinePool: Viper
153-
queue: windows.11.amd64.viper.perf
153+
queue: Windows.11.Amd64.Viper.Perf
154154
${{ insert }}: ${{ parameters.jobParameters }}
155155

156156
- ${{ if and(containsValue(parameters.buildMachines, 'ubuntu-x64-viper'), not(eq(parameters.isPublic, true))) }}: # Ubuntu x64 Viper only used in private builds
@@ -163,5 +163,5 @@ jobs:
163163
vmImage: ubuntu-latest
164164
container: ubuntu_x64_build_container
165165
machinePool: Viper
166-
queue: ubuntu.2204.amd64.viper.perf
166+
queue: Ubuntu.2204.Amd64.Viper.Perf
167167
${{ insert }}: ${{ parameters.jobParameters }}

0 commit comments

Comments
 (0)