Skip to content

Bump causinator9000 to v2.1.0 and enable c9k auto-issue#11750

Merged
sylvainsf merged 1 commit into
mainfrom
enable-c9k-auto-issue
Apr 23, 2026
Merged

Bump causinator9000 to v2.1.0 and enable c9k auto-issue#11750
sylvainsf merged 1 commit into
mainfrom
enable-c9k-auto-issue

Conversation

@sylvainsf
Copy link
Copy Markdown
Contributor

What

  1. Bumps sylvainsf/causinator9000 to v2.1.0 in both c9k workflows.
  2. Flips auto-issue-dry-run from "true" to "false" in c9k-failure-report.yml so the workflow will actually file root-cause issues.

Pin

Auto-issue rollout

  • auto-issue: true (unchanged)
  • auto-issue-dry-run: false (was true)
  • assign-copilot: false (unchanged, still off for this rollout step)
  • auto-close-flaky: true (unchanged, flaky groups are commented + closed, never assigned)
  • Confidence/member thresholds and class allow-list unchanged.

Verification plan (post-merge)

  1. Manually dispatch the c9k-failure-report workflow from the Actions tab.
  2. Review newly opened issues labelled c9k-auto.
  3. If anything looks wrong (wrong issues filed, noisy titles, mis-classified causes), open a follow-up PR setting auto-issue-dry-run back to "true".

Reference

Pin both c9k workflows to sylvainsf/causinator9000@v2.1.0 (commit ff3e97fcf74f2dd23dc56cf5ddd10f9e1c127eeb), and flip auto-issue-dry-run to false in c9k-failure-report.yml so the action will actually file root-cause issues. assign-copilot remains false.
Copilot AI review requested due to automatic review settings April 23, 2026 22:03
@sylvainsf sylvainsf requested review from a team as code owners April 23, 2026 22:03
@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.

@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 d24068c
Unique ID funca76d120264
Image tag pr-funca76d120264
  • 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-funca76d120264
  • 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-funca76d120264
  • dynamic-rp test image location: ghcr.io/radius-project/dev/dynamic-rp:pr-funca76d120264
  • controller test image location: ghcr.io/radius-project/dev/controller:pr-funca76d120264
  • ucp test image location: ghcr.io/radius-project/dev/ucpd:pr-funca76d120264
  • 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 ucp-cloud functional tests...
⌛ Starting corerp-cloud functional tests...
✅ ucp-cloud functional tests succeeded
✅ corerp-cloud functional tests succeeded

@sylvainsf sylvainsf merged commit 3e6233c into main Apr 23, 2026
44 of 47 checks passed
@sylvainsf sylvainsf deleted the enable-c9k-auto-issue branch April 23, 2026 22:04
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 causinator9000 GitHub Action used by the c9k reporting workflows and enables real issue creation (disables dry-run) for automated root-cause issue filing.

Changes:

  • Bump sylvainsf/causinator9000 from v2.0.0 to v2.1.0 (pinned commit SHA) in both c9k workflows.
  • Switch auto-issue-dry-run to "false" in c9k-failure-report so issues are actually created.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
.github/workflows/c9k-nightly.yml Updates the pinned causinator9000 action SHA to v2.1.0 for nightly reporting.
.github/workflows/c9k-failure-report.yml Updates the pinned action SHA to v2.1.0 and enables non-dry-run auto-issue creation.

sylvainsf added a commit that referenced this pull request Apr 23, 2026
## What

Sets `assign-copilot: "true"` in
[.github/workflows/c9k-failure-report.yml](.github/workflows/c9k-failure-report.yml).

## Why

Follow-up to #11750. We enabled `auto-issue` (non-dry-run) in that PR
but left `assign-copilot` at `"false"`. Now that we're filing issues for
real, also let c9k assign Copilot to the commit/broken-test root-cause
issues so they get picked up automatically.

## Safety

Per the v2.1.0
[`action.yml`](https://github.com/sylvainsf/causinator9000/blob/v2.1.0/action.yml),
Copilot is **never** assigned to flaky-test groups regardless of this
flag, those continue to be commented + closed via `auto-close-flaky:
true`.

No other inputs change.
@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 (067781e) to head (d24068c).
⚠️ Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #11750      +/-   ##
==========================================
- Coverage   51.39%   51.37%   -0.02%     
==========================================
  Files         699      699              
  Lines       44111    44111              
==========================================
- Hits        22669    22663       -6     
- Misses      19276    19279       +3     
- Partials     2166     2169       +3     

☔ 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