Re: [PATCH v1 2/3] drm/ci: check-patch: unshallow repository before fetching

2025-04-03 Thread Vignesh Raman
Hi Daniel, On 28/03/25 17:40, Vignesh Raman wrote: Hi Daniel, On 28/03/25 17:05, Daniel Stone wrote: Hi Vignesh, On Fri, 28 Mar 2025 at 11:03, Vignesh Raman wrote: Ensure the repository is not shallow before fetching branches in check-patch job. This prevents issues where git merge-base fa

Re: [PATCH v1 2/3] drm/ci: check-patch: unshallow repository before fetching

2025-03-28 Thread Vignesh Raman
Hi Daniel, On 28/03/25 17:05, Daniel Stone wrote: Hi Vignesh, On Fri, 28 Mar 2025 at 11:03, Vignesh Raman wrote: Ensure the repository is not shallow before fetching branches in check-patch job. This prevents issues where git merge-base fails due to incomplete history. Set the timeout of chec

Re: [PATCH v1 2/3] drm/ci: check-patch: unshallow repository before fetching

2025-03-28 Thread Daniel Stone
Hi Vignesh, On Fri, 28 Mar 2025 at 11:03, Vignesh Raman wrote: > Ensure the repository is not shallow before fetching branches in > check-patch job. This prevents issues where git merge-base fails > due to incomplete history. Set the timeout of check-patch job to 1h. Ouch - an hour is pretty bru

[PATCH v1 2/3] drm/ci: check-patch: unshallow repository before fetching

2025-03-28 Thread Vignesh Raman
Ensure the repository is not shallow before fetching branches in check-patch job. This prevents issues where git merge-base fails due to incomplete history. Set the timeout of check-patch job to 1h. Signed-off-by: Vignesh Raman --- drivers/gpu/drm/ci/check-patch.py| 16 driv