File tree Expand file tree Collapse file tree 1 file changed +18
-17
lines changed Expand file tree Collapse file tree 1 file changed +18
-17
lines changed Original file line number Diff line number Diff line change @@ -123,28 +123,29 @@ jobs:
123
123
runCategories : ' runtime libraries'
124
124
channels :
125
125
- main
126
- - nativeaot9.0
127
- - nativeaot8.0
126
+ # - nativeaot9.0 # Disable until I have time to properly fix the issues and can merge https://github.com/dotnet/performance/pull/4741
127
+ # - nativeaot8.0
128
128
- 9.0
129
129
- 8.0
130
130
${{ each parameter in parameters.jobParameters }} :
131
131
${{ parameter.key }} : ${{ parameter.value }}
132
132
133
- # net462 micro benchmarks
134
- - template : /eng/pipelines/templates/build-machine-matrix.yml
135
- parameters :
136
- jobTemplate : /eng/pipelines/templates/run-performance-job.yml
137
- buildMachines :
138
- - win-rs5-x64
139
- isPublic : true
140
- jobParameters :
141
- runKind : micro_net462
142
- targetCsproj : src\benchmarks\micro\MicroBenchmarks.csproj
143
- runCategories : ' runtime libraries'
144
- channels :
145
- - net462
146
- ${{ each parameter in parameters.jobParameters }} :
147
- ${{ parameter.key }} : ${{ parameter.value }}
133
+ # net462 micro benchmarks # Disable until I have time to properly fix the issues and can merge https://github.com/dotnet/performance/pull/4741
134
+ - ${{ if false }} :
135
+ - template : /eng/pipelines/templates/build-machine-matrix.yml
136
+ parameters :
137
+ jobTemplate : /eng/pipelines/templates/run-performance-job.yml
138
+ buildMachines :
139
+ - win-rs5-x64
140
+ isPublic : true
141
+ jobParameters :
142
+ runKind : micro_net462
143
+ targetCsproj : src\benchmarks\micro\MicroBenchmarks.csproj
144
+ runCategories : ' runtime libraries'
145
+ channels :
146
+ - net462
147
+ ${{ each parameter in parameters.jobParameters }} :
148
+ ${{ parameter.key }} : ${{ parameter.value }}
148
149
149
150
# ML.NET benchmarks
150
151
- template : /eng/pipelines/templates/build-machine-matrix.yml
You can’t perform that action at this time.
0 commit comments