ci-operator: disable sparse checkout for submodule repos#79756
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository: openshift/coderabbit/.coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (51)
✅ Files skipped from review due to trivial changes (3)
🚧 Files skipped from review as they are similar to previous changes (14)
WalkthroughAdds top-level ChangesProwGen sparse checkout configuration updates
Decoration config / sparse_checkout_files removal
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes Suggested labels
🚥 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)
Warning Review ran into problems🔥 ProblemsGit: Failed to clone repository. Please run the Comment |
|
@Prucek, Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
b81d280 to
33e14bd
Compare
4078672 to
7cb3aee
Compare
Adds prowgen.disable_sparse_checkout: true to ci-operator configs for openshift/kueue-operator and openshift-kni/cnf-features-deploy. These repos use git submodules, which fail with sparse checkout's blobless fetches (--filter=blob:none) when submodule gitlink entries are excluded from the sparse working tree. Depends on openshift/ci-tools#5207. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
7cb3aee to
845d284
Compare
|
[REHEARSALNOTIFIER]
A total of 155 jobs have been affected by this change. The above listing is non-exhaustive and limited to 25 jobs. A full list of affected jobs can be found here Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kannon92, 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 |
|
/pj-rehearse pull-ci-openshift-kueue-operator-main-images pull-ci-openshift-kni-cnf-features-deploy-master-images |
|
@Prucek: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/pj-rehearse ack |
|
@Prucek: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
a8dc22c
into
openshift:main
Summary
prowgen.disable_sparse_checkout: trueto ci-operator configs foropenshift/kueue-operatorandopenshift-kni/cnf-features-deploy--filter=blob:none) when submodule gitlink entries are excluded from the sparse working treeDepends on openshift/ci-tools#5207.
Summary by CodeRabbit
Chores
Bug Fixes