Re: [PATCH v2] drm/ci: use shallow clone to avoid timeouts

2025-03-10 Thread Vignesh Raman
Hi Daniel, On 10/03/25 13:55, Daniel Stone wrote: Hi Vignesh, On Fri, 28 Feb 2025 at 15:12, Vignesh Raman wrote: The python-artifacts job has a timeout of 10 minutes, which causes build failures as it was unable to clone the repository within the specified limits. Set GIT_DEPTH to 50 to speed

Re: [PATCH v2] drm/ci: use shallow clone to avoid timeouts

2025-03-10 Thread Daniel Stone
Hi Vignesh, On Fri, 28 Feb 2025 at 15:12, Vignesh Raman wrote: > The python-artifacts job has a timeout of 10 minutes, which causes > build failures as it was unable to clone the repository within the > specified limits. Set GIT_DEPTH to 50 to speed up cloning and avoid > build failures due to ti