Re: [PATCH] drm/ci: extend python-artifacts timeout

2025-02-26 Thread Daniel Stone
On Wed, 26 Feb 2025 at 08:35, Dmitry Baryshkov wrote: > The job has a timeout of 10 minutes, which causes a build failures as it > is even unable to clone the repo within the specified limits. Extend > the job's timeout to 1 hour. This is neither expected nor sensible. We should fix this some oth

Re: [PATCH] drm/ci: extend python-artifacts timeout

2025-02-26 Thread Vignesh Raman
Hi, On 26/02/25 14:05, Dmitry Baryshkov wrote: The job has a timeout of 10 minutes, which causes a build failures as it is even unable to clone the repo within the specified limits. Extend the job's timeout to 1 hour. Signed-off-by: Dmitry Baryshkov --- drivers/gpu/drm/ci/build.yml | 3 +++

[PATCH] drm/ci: extend python-artifacts timeout

2025-02-26 Thread Dmitry Baryshkov
The job has a timeout of 10 minutes, which causes a build failures as it is even unable to clone the repo within the specified limits. Extend the job's timeout to 1 hour. Signed-off-by: Dmitry Baryshkov --- drivers/gpu/drm/ci/build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drive