Skip to content

Add DepGroupUpdate to c9k auto-issue-classes#11747

Merged
sylvainsf merged 1 commit into
mainfrom
add-depgroupupdate-class
Apr 23, 2026
Merged

Add DepGroupUpdate to c9k auto-issue-classes#11747
sylvainsf merged 1 commit into
mainfrom
add-depgroupupdate-class

Conversation

@sylvainsf
Copy link
Copy Markdown
Contributor

What

Adds DepGroupUpdate to auto-issue-classes in .github/workflows/c9k-failure-report.yml so c9k will also auto-file issues for grouped dependency updates (e.g. dependabot grouped PRs), in addition to single major-version bumps.

Why

Grouped dependency updates are a common source of CI breakage in this repo, and v2.0.0 of c9k classifies them as their own root-cause class (DepGroupUpdate). Filing them gives us a per-cause issue instead of burying them in the rolling digest.

Compatibility

FlakyTestRun is intentionally still excluded from this list, flaky groups are handled via auto-close-flaky: true and never get assigned to Copilot.

Per the v2.0.0 action.yml, the default value is CodeChange,BrokenTestRun,DepMajorBump,DepGroupUpdate, so this brings the workflow in line with that default while keeping it explicit.

Include grouped dependency updates (DepGroupUpdate) alongside major bumps when c9k auto-issues. Matches the v2.0.0 default class set minus FlakyTestRun, which is intentionally still excluded from issue creation (handled via auto-close-flaky).
Copilot AI review requested due to automatic review settings April 23, 2026 20:18
@sylvainsf sylvainsf requested review from a team as code owners April 23, 2026 20:18
@github-actions
Copy link
Copy Markdown

This PR requires exactly 1 of the following labels: pr:standard, pr:important.
Currently applied labels: .

Label descriptions:

  • pr:important - Major features, breaking changes, deprecations, or other high-impact changes that need special attention during release.
  • pr:standard - Ongoing maintenance, minor improvements, documentation updates, and routine development work.

@sylvainsf, please add the appropriate label to this PR before merging.

@sylvainsf sylvainsf merged commit 067781e into main Apr 23, 2026
30 of 33 checks passed
@sylvainsf sylvainsf deleted the add-depgroupupdate-class branch April 23, 2026 20:19
@radius-functional-tests
Copy link
Copy Markdown

radius-functional-tests Bot commented Apr 23, 2026

Radius functional test overview

🔍 Go to test action run

Click here to see the test run details
Name Value
Repository radius-project/radius
Commit ref 649a290
Unique ID funcb2b1e9c11f
Image tag pr-funcb2b1e9c11f
  • gotestsum 1.13.0
  • KinD: v0.29.0
  • Dapr: 1.14.4
  • Azure KeyVault CSI driver: 1.4.2
  • Azure Workload identity webhook: 1.3.0
  • Bicep recipe location ghcr.io/radius-project/dev/test/testrecipes/test-bicep-recipes/<name>:pr-funcb2b1e9c11f
  • Terraform recipe location http://tf-module-server.radius-test-tf-module-server.svc.cluster.local/<name>.zip (in cluster)
  • applications-rp test image location: ghcr.io/radius-project/dev/applications-rp:pr-funcb2b1e9c11f
  • dynamic-rp test image location: ghcr.io/radius-project/dev/dynamic-rp:pr-funcb2b1e9c11f
  • controller test image location: ghcr.io/radius-project/dev/controller:pr-funcb2b1e9c11f
  • ucp test image location: ghcr.io/radius-project/dev/ucpd:pr-funcb2b1e9c11f
  • deployment-engine test image location: ghcr.io/radius-project/deployment-engine:latest

Test Status

⌛ Building Radius and pushing container images for functional tests...
✅ Container images build succeeded
⌛ Publishing Bicep Recipes for functional tests...
✅ Recipe publishing succeeded
⌛ Starting corerp-cloud functional tests...
⌛ Starting ucp-cloud functional tests...
✅ ucp-cloud functional tests succeeded
✅ corerp-cloud functional tests succeeded

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.

Pull request overview

Updates the CI failure reporting workflow to include grouped dependency updates in c9k’s auto-issue classification list, so failures caused by grouped dependency PRs can be tracked as their own root-cause issues.

Changes:

  • Add DepGroupUpdate to the auto-issue-classes input for the c9k action in the scheduled failure report workflow.

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 23, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 51.37%. Comparing base (4d7a0ba) to head (649a290).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #11747      +/-   ##
==========================================
- Coverage   51.38%   51.37%   -0.01%     
==========================================
  Files         699      699              
  Lines       44111    44111              
==========================================
- Hits        22665    22663       -2     
- Misses      19278    19279       +1     
- Partials     2168     2169       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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