Re: [PATCH v2 1/2] drm/ci: python-artifacts: use shallow clone

2025-05-06 Thread Helen Koike
On 05/05/2025 11:11, 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 10 to speed up cloning and avoid build failures due to timeouts when fetching the f

[PATCH v2 1/2] drm/ci: python-artifacts: use shallow clone

2025-05-05 Thread Vignesh Raman
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 10 to speed up cloning and avoid build failures due to timeouts when fetching the full repository. Signed-off-by: Vignesh Raman