Skip to content

Commit a438d08

Browse files
committed
Setup testing.
1 parent df6fa18 commit a438d08

File tree

1 file changed

+150
-150
lines changed

1 file changed

+150
-150
lines changed

azure-pipelines.yml

Lines changed: 150 additions & 150 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
jobTemplate: /eng/performance/scenarios.yml
6666
buildMachines:
6767
- win-x64
68-
- ubuntu-x64
68+
# - ubuntu-x64
6969
isPublic: true
7070
jobParameters:
7171
kind: scenarios
@@ -93,7 +93,7 @@ jobs:
9393
jobTemplate: /eng/performance/scenarios.yml
9494
buildMachines:
9595
- win-x64
96-
- ubuntu-x64
96+
# - ubuntu-x64
9797
isPublic: true
9898
jobParameters:
9999
kind: blazor_scenarios
@@ -108,161 +108,161 @@ jobs:
108108
buildMachines:
109109
- win-x64
110110
- win-x86
111-
- ubuntu-x64
111+
# - ubuntu-x64
112112
isPublic: true
113113
jobParameters:
114114
kind: sdk_scenarios
115115
projectFile: sdk_scenarios.proj
116116
channels: # for public jobs we want to make sure that the PRs don't break any of the supported frameworks
117117
- main
118118

119-
# micro benchmarks
120-
- template: /eng/performance/build_machine_matrix.yml
121-
parameters:
122-
jobTemplate: /eng/performance/benchmark_jobs.yml
123-
buildMachines:
124-
- win-x64
125-
- win-x86
126-
isPublic: true
127-
jobParameters:
128-
kind: micro
129-
csproj: src\benchmarks\micro\MicroBenchmarks.csproj
130-
runCategories: 'runtime libraries'
131-
channels:
132-
- main
133-
134-
# Ubuntux64 Default and NativeAOT micro benchmarks
135-
- template: /eng/performance/build_machine_matrix.yml
136-
parameters:
137-
jobTemplate: /eng/performance/benchmark_jobs.yml
138-
buildMachines:
139-
- ubuntu-x64
140-
isPublic: true
141-
jobParameters:
142-
kind: micro
143-
csproj: src\benchmarks\micro\MicroBenchmarks.csproj
144-
runCategories: 'runtime libraries'
145-
channels:
146-
- main
147-
- nativeaot8.0
148-
149-
# net462 micro benchmarks
150-
- template: /eng/performance/build_machine_matrix.yml
151-
parameters:
152-
jobTemplate: /eng/performance/benchmark_jobs.yml
153-
buildMachines:
154-
- win-rs5-x64
155-
isPublic: true
156-
jobParameters:
157-
kind: micro_net462
158-
csproj: src\benchmarks\micro\MicroBenchmarks.csproj
159-
runCategories: 'runtime libraries'
160-
channels:
161-
- net462
162-
163-
# ML.NET benchmarks
164-
- template: /eng/performance/build_machine_matrix.yml
165-
parameters:
166-
jobTemplate: /eng/performance/benchmark_jobs.yml
167-
buildMachines:
168-
- win-x64
169-
- ubuntu-x64
170-
isPublic: true
171-
jobParameters:
172-
kind: mlnet
173-
csproj: src\benchmarks\real-world\Microsoft.ML.Benchmarks\Microsoft.ML.Benchmarks.csproj
174-
runCategories: 'mldotnet'
175-
channels:
176-
- main
177-
178-
# F# benchmarks
179-
- template: /eng/performance/build_machine_matrix.yml
180-
parameters:
181-
jobTemplate: /eng/performance/benchmark_jobs.yml
182-
buildMachines:
183-
- win-x64
184-
- ubuntu-x64
185-
isPublic: true
186-
jobParameters:
187-
kind: fsharp
188-
csproj: src\benchmarks\real-world\FSharp\FSharp.fsproj
189-
runCategories: 'fsharp'
190-
channels:
191-
- main
192-
193-
# bepuphysics benchmarks
194-
- template: /eng/performance/build_machine_matrix.yml
195-
parameters:
196-
jobTemplate: /eng/performance/benchmark_jobs.yml
197-
buildMachines:
198-
- win-x64
199-
- ubuntu-x64
200-
isPublic: true
201-
jobParameters:
202-
kind: bepuphysics
203-
csproj: src\benchmarks\real-world\bepuphysics2\DemoBenchmarks.csproj
204-
runCategories: 'BepuPhysics'
205-
channels:
206-
- main
207-
208-
# ImageSharp benchmarks
209-
- template: /eng/performance/build_machine_matrix.yml
210-
parameters:
211-
jobTemplate: /eng/performance/benchmark_jobs.yml
212-
buildMachines:
213-
- win-x64
214-
- ubuntu-x64
215-
isPublic: true
216-
jobParameters:
217-
kind: imagesharp
218-
csproj: src\benchmarks\real-world\ImageSharp\ImageSharp.Benchmarks.csproj
219-
runCategories: 'ImageSharp'
220-
channels:
221-
- main
222-
223-
# Roslyn benchmarks
224-
- template: /eng/performance/build_machine_matrix.yml
225-
parameters:
226-
jobTemplate: /eng/performance/benchmark_jobs.yml
227-
buildMachines:
228-
- win-x64
229-
- ubuntu-x64
230-
isPublic: true
231-
jobParameters:
232-
kind: roslyn
233-
csproj: src\benchmarks\real-world\Roslyn\CompilerBenchmarks.csproj
234-
runCategories: 'roslyn'
235-
channels: # for Roslyn jobs we want to check .NET Core 3.1 and 5.0 only
236-
- main
237-
238-
# ILLink benchmarks
239-
- template: /eng/performance/build_machine_matrix.yml
240-
parameters:
241-
jobTemplate: /eng/performance/benchmark_jobs.yml
242-
buildMachines:
243-
- win-x64
244-
- ubuntu-x64
245-
isPublic: true
246-
jobParameters:
247-
kind: illink
248-
csproj: src\benchmarks\real-world\ILLink\ILLinkBenchmarks.csproj
249-
runCategories: 'illink'
250-
channels: # for Roslyn jobs we want to check .NET Core 3.1 and 5.0 only
251-
- main
252-
253-
# NativeAOT scenario benchmarks
254-
- template: /eng/performance/build_machine_matrix.yml
255-
parameters:
256-
jobTemplate: /eng/performance/scenarios.yml
257-
buildMachines:
258-
- win-x64
259-
- ubuntu-x64
260-
isPublic: true
261-
jobParameters:
262-
kind: nativeaot_scenarios
263-
projectFile: nativeaot_scenarios.proj
264-
channels: # for public jobs we want to make sure that the PRs don't break any of the supported frameworks
265-
- main
119+
# # micro benchmarks
120+
# - template: /eng/performance/build_machine_matrix.yml
121+
# parameters:
122+
# jobTemplate: /eng/performance/benchmark_jobs.yml
123+
# buildMachines:
124+
# - win-x64
125+
# - win-x86
126+
# isPublic: true
127+
# jobParameters:
128+
# kind: micro
129+
# csproj: src\benchmarks\micro\MicroBenchmarks.csproj
130+
# runCategories: 'runtime libraries'
131+
# channels:
132+
# - main
133+
134+
# # Ubuntux64 Default and NativeAOT micro benchmarks
135+
# - template: /eng/performance/build_machine_matrix.yml
136+
# parameters:
137+
# jobTemplate: /eng/performance/benchmark_jobs.yml
138+
# buildMachines:
139+
# - ubuntu-x64
140+
# isPublic: true
141+
# jobParameters:
142+
# kind: micro
143+
# csproj: src\benchmarks\micro\MicroBenchmarks.csproj
144+
# runCategories: 'runtime libraries'
145+
# channels:
146+
# - main
147+
# - nativeaot8.0
148+
149+
# # net462 micro benchmarks
150+
# - template: /eng/performance/build_machine_matrix.yml
151+
# parameters:
152+
# jobTemplate: /eng/performance/benchmark_jobs.yml
153+
# buildMachines:
154+
# - win-rs5-x64
155+
# isPublic: true
156+
# jobParameters:
157+
# kind: micro_net462
158+
# csproj: src\benchmarks\micro\MicroBenchmarks.csproj
159+
# runCategories: 'runtime libraries'
160+
# channels:
161+
# - net462
162+
163+
# # ML.NET benchmarks
164+
# - template: /eng/performance/build_machine_matrix.yml
165+
# parameters:
166+
# jobTemplate: /eng/performance/benchmark_jobs.yml
167+
# buildMachines:
168+
# - win-x64
169+
# - ubuntu-x64
170+
# isPublic: true
171+
# jobParameters:
172+
# kind: mlnet
173+
# csproj: src\benchmarks\real-world\Microsoft.ML.Benchmarks\Microsoft.ML.Benchmarks.csproj
174+
# runCategories: 'mldotnet'
175+
# channels:
176+
# - main
177+
178+
# # F# benchmarks
179+
# - template: /eng/performance/build_machine_matrix.yml
180+
# parameters:
181+
# jobTemplate: /eng/performance/benchmark_jobs.yml
182+
# buildMachines:
183+
# - win-x64
184+
# - ubuntu-x64
185+
# isPublic: true
186+
# jobParameters:
187+
# kind: fsharp
188+
# csproj: src\benchmarks\real-world\FSharp\FSharp.fsproj
189+
# runCategories: 'fsharp'
190+
# channels:
191+
# - main
192+
193+
# # bepuphysics benchmarks
194+
# - template: /eng/performance/build_machine_matrix.yml
195+
# parameters:
196+
# jobTemplate: /eng/performance/benchmark_jobs.yml
197+
# buildMachines:
198+
# - win-x64
199+
# - ubuntu-x64
200+
# isPublic: true
201+
# jobParameters:
202+
# kind: bepuphysics
203+
# csproj: src\benchmarks\real-world\bepuphysics2\DemoBenchmarks.csproj
204+
# runCategories: 'BepuPhysics'
205+
# channels:
206+
# - main
207+
208+
# # ImageSharp benchmarks
209+
# - template: /eng/performance/build_machine_matrix.yml
210+
# parameters:
211+
# jobTemplate: /eng/performance/benchmark_jobs.yml
212+
# buildMachines:
213+
# - win-x64
214+
# - ubuntu-x64
215+
# isPublic: true
216+
# jobParameters:
217+
# kind: imagesharp
218+
# csproj: src\benchmarks\real-world\ImageSharp\ImageSharp.Benchmarks.csproj
219+
# runCategories: 'ImageSharp'
220+
# channels:
221+
# - main
222+
223+
# # Roslyn benchmarks
224+
# - template: /eng/performance/build_machine_matrix.yml
225+
# parameters:
226+
# jobTemplate: /eng/performance/benchmark_jobs.yml
227+
# buildMachines:
228+
# - win-x64
229+
# - ubuntu-x64
230+
# isPublic: true
231+
# jobParameters:
232+
# kind: roslyn
233+
# csproj: src\benchmarks\real-world\Roslyn\CompilerBenchmarks.csproj
234+
# runCategories: 'roslyn'
235+
# channels: # for Roslyn jobs we want to check .NET Core 3.1 and 5.0 only
236+
# - main
237+
238+
# # ILLink benchmarks
239+
# - template: /eng/performance/build_machine_matrix.yml
240+
# parameters:
241+
# jobTemplate: /eng/performance/benchmark_jobs.yml
242+
# buildMachines:
243+
# - win-x64
244+
# - ubuntu-x64
245+
# isPublic: true
246+
# jobParameters:
247+
# kind: illink
248+
# csproj: src\benchmarks\real-world\ILLink\ILLinkBenchmarks.csproj
249+
# runCategories: 'illink'
250+
# channels: # for Roslyn jobs we want to check .NET Core 3.1 and 5.0 only
251+
# - main
252+
253+
# # NativeAOT scenario benchmarks
254+
# - template: /eng/performance/build_machine_matrix.yml
255+
# parameters:
256+
# jobTemplate: /eng/performance/scenarios.yml
257+
# buildMachines:
258+
# - win-x64
259+
# - ubuntu-x64
260+
# isPublic: true
261+
# jobParameters:
262+
# kind: nativeaot_scenarios
263+
# projectFile: nativeaot_scenarios.proj
264+
# channels: # for public jobs we want to make sure that the PRs don't break any of the supported frameworks
265+
# - main
266266

267267
###########################################
268268
# Private Jobs

0 commit comments

Comments
 (0)