Skip to content

Commit 5ec0661

Browse files
Add runtime-nativeaot-outerloop to build analysis (#113520)
We don't collect stats on these pipelines so the hit count on issues like #29383 don't get updated with hits in nativeaot runs. At this point `runtime-nativeaot-outerloop` is more reliable than e.g. `runtime-libraries-coreclr outerloop` that hasn't seen a successful run in years.
1 parent 4f2bcbc commit 5ec0661

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

eng/build-analysis-configuration.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
{
1616
"PipelineId": 157,
1717
"PipelineName": "runtime-llvm"
18+
},
19+
{
20+
"PipelineId": 265,
21+
"PipelineName": "runtime-nativeaot-outerloop"
1822
}
1923
]
2024
}

0 commit comments

Comments
 (0)