You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Illink.Utilities is not supported on ARM: The type initializer for 'ILLinkBenchmarks.Utilities' threw a NotSupportedException (Unsupported architecture). (06/2023)
Copy file name to clipboardExpand all lines: eng/pipelines/templates/build-machine-matrix.yml
+38-1Lines changed: 38 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ jobs:
66
66
queue: Ubuntu.2204.Amd64.Open
67
67
${{ else }}:
68
68
machinePool: Tiger
69
-
queue: Ubuntu.2204.Amd64.Tiger.Perf# using a dedicated private Helix queue (perftigers)
69
+
queue: Ubuntu.2204.Amd64.Tiger.Perf
70
70
71
71
- ${{ if and(containsValue(parameters.buildMachines, 'win-arm64'), not(eq(parameters.isPublic, true))) }}: # Windows ARM64 only used in private builds currently
72
72
- template: ${{ parameters.jobTemplate }}
@@ -140,3 +140,40 @@ jobs:
140
140
queue: OSX.13.Amd64.Iphone.Perf
141
141
machinePool: iPhoneMini12
142
142
${{ insert }}: ${{ parameters.jobParameters }}
143
+
144
+
- ${{ if and(containsValue(parameters.buildMachines, 'win-x64-viper'), not(eq(parameters.isPublic, true))) }}: # Windows x64 Viper only used in private builds
145
+
- template: ${{ parameters.jobTemplate }}
146
+
parameters:
147
+
osGroup: windows
148
+
osVersion: Win11
149
+
archType: x64
150
+
pool:
151
+
vmImage: windows-2019
152
+
machinePool: Viper
153
+
queue: windows.11.amd64.viper.perf
154
+
${{ insert }}: ${{ parameters.jobParameters }}
155
+
156
+
- ${{ if and(containsValue(parameters.buildMachines, 'win-x86-viper'), not(eq(parameters.isPublic, true))) }}: # Windows x86 Viper only used in private builds
157
+
- template: ${{ parameters.jobTemplate }}
158
+
parameters:
159
+
osGroup: windows
160
+
osVersion: Win11
161
+
archType: x86
162
+
pool:
163
+
vmImage: windows-2019
164
+
machinePool: Viper
165
+
queue: windows.11.amd64.viper.perf
166
+
${{ insert }}: ${{ parameters.jobParameters }}
167
+
168
+
- ${{ if and(containsValue(parameters.buildMachines, 'ubuntu-x64-viper'), not(eq(parameters.isPublic, true))) }}: # Ubuntu x64 Viper only used in private builds
0 commit comments