Skip to content

Add runtime-diagnostics pipeline to Build Analysis#127174

Open
max-charlamb wants to merge 1 commit intomainfrom
cdac/add-diagnostics-to-build-analysis
Open

Add runtime-diagnostics pipeline to Build Analysis#127174
max-charlamb wants to merge 1 commit intomainfrom
cdac/add-diagnostics-to-build-analysis

Conversation

@max-charlamb
Copy link
Copy Markdown
Member

@max-charlamb max-charlamb commented Apr 20, 2026

Note

This PR was created with the assistance of GitHub Copilot.

Summary

Add the runtime-diagnostics pipeline (Azure DevOps definition ID 309) to the Build Analysis configuration (eng/build-analysis-configuration.json).

Motivation

The runtime-diagnostics pipeline runs SOS integration tests, cDAC no-fallback tests, DAC baseline tests, and cDAC dump tests against a locally-built runtime. It triggers on PRs that touch:

  • src/native/managed/cdac/**
  • src/coreclr/debug/runtimeinfo/**
  • eng/pipelines/**

Currently, failures in this pipeline are not tracked by Build Analysis, meaning they don't block PR merges. This change adds the pipeline to the allowlist so that its results are included in the PR Build Analysis check.

Change

Single-line addition to eng/build-analysis-configuration.json adding pipeline ID 309 (runtime-diagnostics).

Impact

Only PRs that trigger the runtime-diagnostics pipeline (those touching cDAC, runtimeinfo, or pipeline YAML paths) will be affected. Unrelated PRs are not impacted.

Add the runtime-diagnostics pipeline (definition ID 309) to the Build
Analysis configuration so that its failures are tracked and block PR
merges. This pipeline runs SOS integration tests, cDAC no-fallback
tests, DAC baseline tests, and cDAC dump tests against a locally-built
runtime. It triggers on PRs that touch src/native/managed/cdac/,
src/coreclr/debug/runtimeinfo/, or eng/pipelines/.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copy link
Copy Markdown
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.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants