Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Nov 22, 2025

Adds pipeline 113 (runtime-coreclr gcstress-extra) to the build analysis configuration to enable failure tracking for GCStress extra validation runs.

Changes

  • Added new entry to eng/build-analysis-configuration.json:
    {
      "PipelineId": 113,
      "PipelineName": "runtime-coreclr gcstress-extra"
    }
Original prompt

Please add the pipeline with ID 113 and name "runtime-coreclr gcstress-extra" to build-analysis-configuration.json


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

…onfiguration.json

Co-authored-by: agocke <515774+agocke@users.noreply.github.com>
Copilot AI changed the title [WIP] Add pipeline with ID 113 to build-analysis-configuration Add runtime-coreclr gcstress-extra pipeline to build analysis Nov 22, 2025
Copilot AI requested a review from agocke November 22, 2025 02:46
Copilot finished work on behalf of agocke November 22, 2025 02:46
@agocke agocke marked this pull request as ready for review November 22, 2025 02:48
Copilot AI review requested due to automatic review settings November 22, 2025 02:48
Copilot finished reviewing on behalf of agocke November 22, 2025 02:49
Copy link
Contributor

Copilot AI left a 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

Comment on lines +31 to +34
{
"PipelineId": 113,
"PipelineName": "runtime-coreclr gcstress-extra"
},
Copy link

Copilot AI Nov 22, 2025

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.

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants