Commit a92d749
Fix aspnet2 spmi collection script (#124399)
This PR makes the script less fragile:
* don't allow nuget to use OS disk for cache - the OS disk is too small
on helix
* increase build timeout to 30min, 10min was not enough for OrchardCMS
on some helix machines
* unpin .net 10.0, switch to latest public preview of .net 11.0
* decrease number of bombardier connections to be 16 - helix machines
are too weak
* remove `TieredPGO": "1", "ReadyToRun": "0"` config - it's not too
useful + the whole script takes too long already.
mch size: 892 MB
```
Individual Flag Appearances
43712 98.61% DEBUG_INFO
3 0.01% MIN_OPT
20 0.05% OSR
44326 100.00% FROZEN_ALLOC_ALLOWED
341 0.77% IL_STUB
11298 25.49% BBINSTR
11595 26.16% BBINSTR_IF_LOOPS
29251 65.99% BBOPT
418 0.94% FRAMED
2 0.00% PUBLISH_SECRET_PARAM
6 0.01% REVERSE_PINVOKE
15072 34.00% TIER0
14343 32.36% TIER1
305 0.69% HAS_METHOD_PROFILE
7034 15.87% HAS_DYNAMIC_PROFILE
3000 6.77% HAS_STATIC_PROFILE
1080 2.44% HAS_LIKELY_CLASS
2144 4.84% HAS_CLASS_PROFILE
9708 21.90% HAS_EDGE_PROFILE
10034 22.64% HAS_PGO
```
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>1 parent f704cce commit a92d749
File tree
2 files changed
+19
-18
lines changed- eng/pipelines/coreclr/templates
- src/coreclr/scripts
2 files changed
+19
-18
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
499 | 499 | | |
500 | 500 | | |
501 | 501 | | |
502 | | - | |
| 502 | + | |
503 | 503 | | |
504 | 504 | | |
505 | 505 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
155 | 159 | | |
156 | 160 | | |
157 | 161 | | |
| |||
212 | 216 | | |
213 | 217 | | |
214 | 218 | | |
| 219 | + | |
215 | 220 | | |
216 | 221 | | |
217 | 222 | | |
| |||
227 | 232 | | |
228 | 233 | | |
229 | 234 | | |
| 235 | + | |
230 | 236 | | |
231 | 237 | | |
232 | 238 | | |
| |||
238 | 244 | | |
239 | 245 | | |
240 | 246 | | |
241 | | - | |
242 | | - | |
243 | | - | |
244 | | - | |
245 | | - | |
246 | | - | |
247 | | - | |
248 | | - | |
249 | | - | |
250 | | - | |
251 | | - | |
252 | | - | |
253 | | - | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
254 | 251 | | |
255 | | - | |
256 | | - | |
257 | 252 | | |
| 253 | + | |
258 | 254 | | |
259 | 255 | | |
260 | 256 | | |
| |||
268 | 264 | | |
269 | 265 | | |
270 | 266 | | |
| 267 | + | |
271 | 268 | | |
272 | 269 | | |
273 | 270 | | |
| |||
328 | 325 | | |
329 | 326 | | |
330 | 327 | | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
331 | 333 | | |
332 | 334 | | |
333 | 335 | | |
| |||
360 | 362 | | |
361 | 363 | | |
362 | 364 | | |
363 | | - | |
364 | | - | |
| 365 | + | |
365 | 366 | | |
366 | 367 | | |
367 | 368 | | |
| |||
0 commit comments