Add driver-toolkit qualifier for 5.0 nightly verification jobs - #82763
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository YAML (base), Central YAML (inherited) Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
WalkthroughThe release controller defines an enabled ChangesDriver Toolkit qualifier
Estimated code review effort: 1 (Trivial) | ~5 minutes 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 |
|
@petr-muller-reviewer: GitHub didn't allow me to request PR reviews from the following users: petr-muller-reviewer. Note that only openshift members and repo collaborators can review this PR, and authors cannot review their own PRs. 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. |
|
@petr-muller-reviewer: changing LGTM is restricted to collaborators 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. |
|
@redhat-chai-bot address the CI job failure |
Regenerates core-services/release-controller/_releases/priv/release-ocp-5.0.json to include the driver-toolkit qualifier, keeping generated output in sync with the release-qualifiers.yaml and release-ocp-5.0.json changes.
|
[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: |
|
/retest-required |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bradmwilliams, petr-muller, petr-muller-reviewer, redhat-chai-bot 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: 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. |
|
@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. |
…hift#82763) * Add driver-toolkit qualifier for 5.0 nightly verification jobs * Run make release-controllers to regenerate priv 5.0 config Regenerates core-services/release-controller/_releases/priv/release-ocp-5.0.json to include the driver-toolkit qualifier, keeping generated output in sync with the release-qualifiers.yaml and release-ocp-5.0.json changes.
Summary
Adds a new
driver-toolkitrelease qualifier and associates it with thedriver-toolkitanddriver-toolkit-rhel10verification jobs in the 5.0 nightly release configuration.The driver-toolkit jobs have been fixed and are now passing — both succeeded with zero retries in payload
5.0.0-0.nightly-2026-07-31-091606.Changes
core-services/release-controller/release-qualifiers.yamldriver-toolkitqualifier:enabled: truebadgeName: "dtk"summary: "Driver Toolkit Validation"description: "Driver Toolkit Validation"payloadBadgeStatus: "Yes"core-services/release-controller/_releases/release-ocp-5.0.json"qualifiers": { "driver-toolkit": {} }to thedriver-toolkitverify job entry"qualifiers": { "driver-toolkit": {} }to thedriver-toolkit-rhel10verify job entryNo other files or job entries are modified.
@neisw requested via Chai Bot
Summary by CodeRabbit
Adds the enabled
driver-toolkitrelease qualifier with thedtkbadge to the OpenShift 5.0 nightly release configuration. Associates the qualifier with thedriver-toolkitanddriver-toolkit-rhel10verification jobs.