Uh oh!
There was an error while loading. Please reload this page.
[ci-scan] Enable Build Analysis for outer-loop pipelines - #129233
Merged
kotlarmilos merged 4 commits intoJun 15, 2026
Conversation
kotlarmilos
requested review from
JulieLeeMSFT, jeffschwMSFT, premun and vitek-karasJune 10, 2026 13:01
Contributor
There was a problem hiding this comment.
Pull request overview
This PR expands eng/build-analysis-configuration.json so Build Analysis also processes results from the outer-loop Azure DevOps pipelines (JIT/GC stress, PGO, SuperPMI, interpreter, diagnostics, etc.), allowing Known Build Errors to affect PR CI for those pipelines.
Changes:
- Add a large set of outer-loop AzDO pipeline definition IDs/names to
PipelinesToAnalyze.
Show a summary per file
| File | Description |
|---|---|
| eng/build-analysis-configuration.json | Adds outer-loop pipeline definition IDs/names to the Build Analysis configuration so their failures can be classified/ignored via KBEs. |
Copilot's findings
- Files reviewed: 1/1 changed files
- Comments generated: 1
Uh oh!
There was an error while loading. Please reload this page.
kotlarmilosforce-pushed
the
enable-build-analysis-outerloop
branch
from
June 10, 2026 13:03
124b0ec to
fac6987Comparekotlarmilosforce-pushed
the
enable-build-analysis-outerloop
branch
2 times, most recently
from
June 10, 2026 13:05
3c8d9b8 to
b5ed059CompareUh oh!
There was an error while loading. Please reload this page.
Expand eng/build-analysis-configuration.json to add the outer-loop AzDO pipeline definitions scanned by the CI outer-loop failure scanner (.github/workflows/ci-failure-scan.md) so Build Analysis analyzes their results and populates the known-issues table; without these entries the Known Build Errors filed for outer-loop failures have no effect on PR CI. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
kotlarmilosforce-pushed
the
enable-build-analysis-outerloop
branch
from
June 10, 2026 13:11
b5ed059 to
1f27657Compare
This was referenced Jun 10, 2026
Open
vitek-karas
approved these changes
Jun 11, 2026
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
premun
approved these changes
Jun 11, 2026
kotlarmilos
enabled auto-merge (squash)
June 11, 2026 07:49
kotlarmilos
commented
Jun 15, 2026
MemberAuthor
/ba-g linux timeout |
Uh oh!
There was an error while loading. Please reload this page.
eiriktsarpalis pushed a commit
that referenced
this pull request
Jul 15, 2026
## Description Expand eng/build-analysis-configuration.json to add the outer-loop AzDO pipeline definitions scanned by the CI outer-loop failure scanner (.github/workflows/ci-failure-scan.md) so Build Analysis analyzes their results and populates the known-issues table; without these entries the Known Build Errors filed for outer-loop failures have no effect on PR CI. --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Expand eng/build-analysis-configuration.json to add the outer-loop AzDO pipeline definitions scanned by the CI outer-loop failure scanner (.github/workflows/ci-failure-scan.md) so Build Analysis analyzes their results and populates the known-issues table; without these entries the Known Build Errors filed for outer-loop failures have no effect on PR CI.