Add fips qualifier and apply to fips-scan job in 5.0 release config - #82837
Conversation
Add a new "fips" qualifier to release-qualifiers.yaml (enabled, badge "fips", "FIPS Payload Validation" summary/description, payloadBadgeStatus "Yes"), following the existing driver-toolkit qualifier pattern. Reference the fips qualifier from the existing fips-scan verify entry in release-ocp-5.0.json. Regenerated the derived priv config via `make release-controllers`. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
Warning Review limit reached
Next review available in: 36 minutes You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Repository YAML (base), Central YAML (inherited) Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
WalkthroughThe release controller now defines an enabled ChangesFIPS qualifier configuration
Estimated code review effort: 1 (Trivial) | ~3 minutes Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Reference the fips qualifier (added in the previous commit) from the existing fips-scan verify entry in release-ocp-4.23.json, matching the 5.0 wiring. Regenerated the derived priv config via `make release-controllers`. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
[REHEARSALNOTIFIER] Note: If this PR includes changes to step registry files ( Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
@redhat-chai-bot: 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: redhat-chai-bot, smg247 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 |
|
@redhat-chai-bot: Updated the
DetailsIn response to this:
Instructions 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. |
Add a new
fipsqualifier torelease-qualifiers.yamland apply it to the existingfips-scanverify entry in the 5.0 nightly release-controller config.\n\n## Changes\n\n-release-qualifiers.yaml— newfipsqualifier (enabled: true,badgeName: \"fips\",summary/description: \"FIPS Payload Validation\",payloadBadgeStatus: \"Yes\")\n-release-ocp-5.0.json— added\"qualifiers\": { \"fips\": {} }to the existingfips-scanverify entry\n-priv/release-ocp-5.0.json— regenerated viamake release-controllersAI-generated. Review for accuracy.
@neisw requested via Chai Bot
Summary by CodeRabbit
fipsrelease qualifier with FIPS validation metadata.fips-scanverification job in the OpenShift 5.0 nightly release-controller configuration.