DNM: Test OTE test rebasebot integration#81401
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: Enterprise Run ID: 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
WalkthroughThis change updates a CI periodic rebasebot configuration by changing the destination and rebase image tags and replacing the direct go-modules update flag with a post-rebase hook. ChangesRebasebot Config Update
Estimated code review effort: 1 (Trivial) | ~3 minutes Suggested labels: 🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: mdbooth The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
/pj-rehearse |
|
@mdbooth: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
(GH permissions issue) /pj-rehearse |
|
@mdbooth: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
6ec9779 to
85c44f2
Compare
|
/pj-rehearse |
|
@mdbooth: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
[REHEARSALNOTIFIER]
Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
@mdbooth: 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. |
Tests OTE rebasebot integration in openshift/cloud-provider-gcp#121
I have manually created https://github.com/mdbooth/cloud-provider-gcp/tree/rebase-test. This is cloud-provider-gcp from release-4.21 + the 2 commits from openshift/cloud-provider-gcp#121 which add the OTE and the rebasebot integration, and the following 3 carry patches removed:
The reason for removing these 3 carry patches is that they required manual fixes when we did this for real. This isn't the focus of this test, so they're removed.
The test invocation rebases this branch on the upstream master branch.
We expect that:
Summary by CodeRabbit
Updates the OpenShift cloud-provider-gcp rebasebot periodic CI job so it now uses the test branch/image pair for the OTE rebasebot integration flow. In practical terms, this switches the rebasebot input from the mainline branch to the manually prepared rebase-test setup and moves post-rebase dependency updates into the built-in go-modules update hook, matching the expected rebasebot test behavior for the cloud-provider-gcp repository.