fix: migrate autobump jobs to GitHub App auth - #80034
Conversation
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
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: Enterprise Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (2)
WalkthroughTwo Prow bumper configuration files update their bot identity and credentials. CI tools bumper and release bumper YAML configurations replace the ChangesBot identity migration in bumper configs
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Suggested labels
Suggested reviewers
🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Prucek 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 |
|
[REHEARSALNOTIFIER] Note: If this PR includes changes to step registry files ( |
|
/hold |
|
@Prucek: 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. |
Summary
openshift-botOAuth token toopenshift-prow-github-appGitHub App credentials--github-app-idand--github-app-private-key-pathargs togeneric-autobumperand update volume/secret references accordinglyopenshift-ci[bot]identity and remove deprecatedgitHubToken/gitHubLoginfields🤖 Generated with Claude Code
Summary by CodeRabbit
This PR migrates the OpenShift CI infrastructure's automated dependency bumper jobs from OAuth token authentication to GitHub App authentication.
Infrastructure Changes:
Release Bumper Job (
_release-bumper.yaml): Updates the automated release repository bumper to use theopenshift-ci[bot]GitHub App identity instead of the legacyopenshift-botOAuth credentials. This service periodically updates upstream Prow, Boskos, and TestInfra image references in the OpenShift release repository.CI Tools Bumper Job (
_ci-tools-bumper.yaml): Similarly migrates the CI tools repository bumper to the new GitHub App identity for automated updates to cluster initialization manifests and integration test configurations.Key Updates:
openshift-botcredentials with theopenshift-ci[bot]GitHub App accountgitHubOrg: "openshift"configuration in both bumper definitionsgitHubToken,gitHubLogin)openshift/test-platform)This change modernizes the authentication mechanism for these critical infrastructure jobs, aligning them with GitHub App-based authentication standards while preserving their operational behavior.