UPSTREAM: <drop>: Fix inconsistent vendoring#231
UPSTREAM: <drop>: Fix inconsistent vendoring#231openshift-merge-bot[bot] merged 1 commit intoopenshift:oadp-1.6from
Conversation
Run 'go mod tidy && go mod vendor' to sync vendor directory with go.mod. The postsubmit promotion job was failing due to: - velero replacement mismatch between go.mod and vendor/modules.txt - stale external-snapshotter/client/v7 in vendor (removed from go.mod) - google.golang.org/grpc and genproto not properly marked in modules.txt This blocked image promotion to the CI registry, breaking the periodic-image-mirroring-konveyor job. Signed-off-by: Michal Pryc <mpryc@redhat.com> Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
Important Review skippedAuto reviews are limited based on label configuration. 🚫 Review skipped — only excluded labels are configured. (1)
Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
@mpryc: 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: kaovilai, mpryc 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 |
|
blocked by following this PR will also block others due to kubernetes-sigs/prow#674 |
Summary
go mod tidy && go mod vendorto sync vendor directory with go.modperiodic-image-mirroring-konveyorwhich fails because thehypershift-oadp-plugin-oadp-1.6image was never promotedRoot cause
PR #76132 added image mirroring for
hypershift-oadp-plugin:hypershift-oadp-plugin-oadp-1.6, but the postsubmit promotion job fails with:Failing mirroring job: https://prow.ci.openshift.org/view/gs/test-platform-results/logs/periodic-image-mirroring-konveyor/2039961292726341632
Signed-off-by: Michal Pryc mpryc@redhat.com
🤖 Generated with Claude Code