Skip to content

Add 10 new pipelines to CI pipeline monitor and match Pipeline Details order in Cached table - #129812

Merged
kotlarmilos merged 3 commits into
mainfrom
copilot/fix-code-review-comment
Jul 3, 2026
Merged

Add 10 new pipelines to CI pipeline monitor and match Pipeline Details order in Cached table#129812
kotlarmilos merged 3 commits into
mainfrom
copilot/fix-code-review-comment

Conversation

CopilotAI commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

Addresses review feedback by adding 9 missing pipelines to both the Pipeline Details and Cached Definition ID Mapping tables in .github/skills/ci-pipeline-monitor/pipelines.md, and reordering the Cached table to match the Pipeline Details table order.

  • Changes made
    • Added 9 new pipelines to the Pipeline Details table in logical groups:

      • runtime-coreclr gc-simulator and gc-standalone after gcstress-extra (GC-related group)
      • runtime-coreclr r2r, runtime-coreclr r2r-extra, runtime-interpreter, runtime-libraries-interpreter, runtime-nativeaot-outerloop, runtime-diagnostics, and runtime-coreclr outerloop after the crossgen2 section
    • Added the same 9 pipelines to the Cached Definition ID Mapping table with their resolved Def IDs:

      Pipeline NameDef IDNotes
      runtime-coreclr gc-simulator123
      gc-standalone146ADO name differs from display name
      runtime-coreclr r2r120
      runtime-coreclr r2r-extra114
      runtime-interpreter316ADO name differs from display name
      runtime-libraries-interpreter330ADO name differs from display name
      runtime-nativeaot-outerloop265
      runtime-diagnostics309
      runtime-coreclr outerloop108
    • Reordered the Cached Definition ID Mapping table to match the order of the Pipeline Details table.

    • Kept the existing Private — skip rows at the end of the Cached table.

Co-authored-by: JulieLeeMSFT <63486087+JulieLeeMSFT@users.noreply.github.com>
CopilotAI requested review from Copilot and removed request for CopilotJune 24, 2026 18:13
CopilotAI changed the title [WIP] Fix code based on review commentSort cached pipeline definition mapping by Def IDJun 24, 2026
CopilotAI requested a review from JulieLeeMSFTJune 24, 2026 18:14
@github-actionsgithub-actionsBot added the area-crossgen2-coreclr only use for closed issues label Jun 24, 2026
@JulieLeeMSFTJulieLeeMSFT added area-skills Agent Skills agentic-workflows and removed area-crossgen2-coreclr only use for closed issues labels Jun 25, 2026
@JulieLeeMSFTJulieLeeMSFT added this to the 11.0.0 milestone Jun 25, 2026
@JulieLeeMSFT
JulieLeeMSFT marked this pull request as ready for review June 25, 2026 13:13
CopilotAI review requested due to automatic review settings June 25, 2026 13:13

CopilotAI left a comment

Copy link
Copy Markdown
Contributor

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 updates the CI pipeline monitor documentation by restoring ascending numeric order for the cached Azure DevOps pipeline definition IDs, keeping the mapping easy to scan while leaving “Private — skip” entries at the end.

Changes:

  • Reordered the “Cached Definition ID Mapping” table rows by ascending numeric Def ID.
  • Kept the “Private — skip” rows grouped at the end of the table.

Comment thread.github/skills/ci-pipeline-monitor/pipelines.md Outdated
…in Cached table
Co-authored-by: JulieLeeMSFT <63486087+JulieLeeMSFT@users.noreply.github.com>
CopilotAI changed the title Sort cached pipeline definition mapping by Def IDAdd 10 new pipelines to CI pipeline monitor and match Pipeline Details order in Cached tableJun 29, 2026
CopilotAI requested a review from JulieLeeMSFTJune 29, 2026 21:11
@kotlarmilos
kotlarmilos merged commit 926aa83 into mainJul 3, 2026
29 checks passed
@kotlarmilos
kotlarmilos deleted the copilot/fix-code-review-comment branch July 3, 2026 11:24
eiriktsarpalis pushed a commit that referenced this pull request Jul 15, 2026
…s order in Cached table (#129812)
Addresses review feedback by adding 9 missing pipelines to both the
**Pipeline Details** and **Cached Definition ID Mapping** tables in
`.github/skills/ci-pipeline-monitor/pipelines.md`, and reordering the
Cached table to match the Pipeline Details table order.
- **Changes made**
- Added 9 new pipelines to the **Pipeline Details** table in logical
groups:
- `runtime-coreclr gc-simulator` and `gc-standalone` after
`gcstress-extra` (GC-related group)
- `runtime-coreclr r2r`, `runtime-coreclr r2r-extra`,
`runtime-interpreter`, `runtime-libraries-interpreter`,
`runtime-nativeaot-outerloop`, `runtime-diagnostics`, and
`runtime-coreclr outerloop` after the crossgen2 section
- Added the same 9 pipelines to the **Cached Definition ID Mapping**
table with their resolved Def IDs:
| Pipeline Name | Def ID | Notes |
|---|---|---|
| runtime-coreclr gc-simulator | 123 | |
| gc-standalone | 146 | ADO name differs from display name |
| runtime-coreclr r2r | 120 | |
| runtime-coreclr r2r-extra | 114 | |
| runtime-interpreter | 316 | ADO name differs from display name |
| runtime-libraries-interpreter | 330 | ADO name differs from display
name |
| runtime-nativeaot-outerloop | 265 | |
| runtime-diagnostics | 309 | |
| runtime-coreclr outerloop | 108 | |
- Reordered the **Cached Definition ID Mapping** table to match the
order of the **Pipeline Details** table.
- Kept the existing **Private — skip** rows at the end of the Cached
table.
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: JulieLeeMSFT <63486087+JulieLeeMSFT@users.noreply.github.com>
@github-actionsgithub-actionsBot locked and limited conversation to collaborators Aug 4, 2026
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@kotlarmilos@JulieLeeMSFT