Skip to content

Commit b22d55a

Browse files
authored
Add runtime-report-green pipeline to Build Analysis (#121230)
This PR adds a pipeline to config file that defines which pipelines are taken into consideration during Build Analysis. Contributes to #120752.
1 parent 98f204b commit b22d55a

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
@@ -27,6 +27,10 @@
2727
{
2828
"PipelineId": 108,
2929
"PipelineName": "runtime-coreclr outerloop"
30+
},
31+
{
32+
"PipelineId": 324,
33+
"PipelineName": "runtime-report-green"
3034
}
3135
]
3236
}

0 commit comments

Comments
 (0)