Re: [PATCH v1] drm/ci: remove CI_PRE_CLONE_SCRIPT

2025-02-27 Thread Vignesh Raman
Hi Dmitry, On 27/02/25 11:21, Dmitry Baryshkov wrote: On Thu, Feb 27, 2025 at 10:06:24AM +0530, Vignesh Raman wrote: If we are not caching the git archive, do not set CI_PRE_CLONE_SCRIPT. Setting it makes CI try to download the cache first, and if it is missing, it tries to clone the repo withi

Re: [PATCH v1] drm/ci: remove CI_PRE_CLONE_SCRIPT

2025-02-26 Thread Dmitry Baryshkov
On Thu, Feb 27, 2025 at 10:06:24AM +0530, Vignesh Raman wrote: > If we are not caching the git archive, do not > set CI_PRE_CLONE_SCRIPT. Setting it makes CI > try to download the cache first, and if it is > missing, it tries to clone the repo within a > time limit, which can cause build failures.