-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Add runtime-coreclr gcstress-extra pipeline to build analysis #121892
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
…onfiguration.json Co-authored-by: agocke <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR adds the runtime-coreclr gcstress-extra pipeline (ID: 113) to the build analysis configuration to enable failure tracking for GCStress extra validation runs.
Key Changes
- Added new pipeline configuration entry for "runtime-coreclr gcstress-extra" with PipelineId 113
| { | ||
| "PipelineId": 113, | ||
| "PipelineName": "runtime-coreclr gcstress-extra" | ||
| }, |
Copilot
AI
Nov 22, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The pipeline entries appear to be ordered by PipelineId in descending order (highest to lowest: 265, 157, 154, 139, 133, 129). The new entry with PipelineId 113 should be placed after PipelineId 129 to maintain this ordering pattern, not between 108 and 324.
Adds pipeline 113 (runtime-coreclr gcstress-extra) to the build analysis configuration to enable failure tracking for GCStress extra validation runs.
Changes
eng/build-analysis-configuration.json:{ "PipelineId": 113, "PipelineName": "runtime-coreclr gcstress-extra" }Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.