Revert "prowgen: utilize sparse checkout"#5145
Revert "prowgen: utilize sparse checkout"#5145openshift-merge-robot merged 1 commit intoopenshift:mainfrom
Conversation
This reverts the sparse checkout feature (PR openshift#4990 and fix openshift#5143). Sparse checkout with shallow clones breaks prow's merge strategy for presubmit jobs — git refuses to merge unrelated histories. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
Pipeline controller notification For optional jobs, comment This repository is configured in: automatic mode |
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository YAML (base), Central YAML (inherited) Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (48)
Cache: Disabled due to data retention organization setting Knowledge base: Disabled due to data retention organization setting 📝 WalkthroughWalkthroughThis PR refactors cloning behavior in CI/operator Prow job generation by replacing sparse-checkout-based logic with a simpler Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~35 minutes ✨ Finishing Touches🧪 Generate unit tests (beta)
Review rate limit: 9/10 reviews remaining, refill in 6 minutes. 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 |
|
@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
git mergefails with "refusing to merge unrelated histories" because the shallow sparse clone lacks the merge baseCo-Authored-By: Claude Opus 4.6 noreply@anthropic.com
Summary by CodeRabbit
Release Notes
Refactor
Tests