Uh oh!
There was an error while loading. Please reload this page.
Addressing a couple issues impacting 4.23 nightly releases - #794
Conversation
rh-pre-commit.version: 2.4.0 rh-pre-commit.check-secrets: ENABLED
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (3)
📝 WalkthroughWalkthroughAudit tag filtering now uses computed release phases and constants. Payload acceptance now waits for all informing and upgrade jobs to reach success or failure, with a test covering unset job states. ChangesAudit phase filtering
Payload acceptance gating
Estimated code review effort: 2 (Simple) | ~10 minutes Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
@bradmwilliams: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bradmwilliams, thiagoalessio The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Fix premature acceptance of releases that have only informing jobs and no blocking jobs.
The PayloadAcceptedController checked for pending informing jobs using job.AggregateState == JobStatePending, but newly initialized jobs have an unset (null/empty) aggregate state — not "Pending". The check missed these jobs entirely, causing the controller to accept the release immediately before any verification jobs ran.
This affected release configs with only informing jobs (no blocking jobs), such as 4.23.0-0.nightly, where releases were accepted with zero job results.
Changes
rh-pre-commit.version: 2.4.0
rh-pre-commit.check-secrets: ENABLED
Summary by CodeRabbit