[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250514050340.1418448-2-vignesh.raman@collabora.com>
Date: Wed, 14 May 2025 10:33:35 +0530
From: Vignesh Raman <vignesh.raman@...labora.com>
To: dri-devel@...ts.freedesktop.org
Cc: daniels@...labora.com,
daniel@...ishbar.org,
helen.fornazier@...il.com,
airlied@...il.com,
simona.vetter@...ll.ch,
robdclark@...il.com,
guilherme.gallo@...labora.com,
sergi.blanch.torne@...labora.com,
valentine.burley@...labora.com,
lumag@...nel.org,
dmitry.baryshkov@....qualcomm.com,
quic_abhinavk@...cinc.com,
mripard@...nel.org,
maarten.lankhorst@...ux.intel.com,
tzimmermann@...e.de,
linux-kernel@...r.kernel.org
Subject: [PATCH v3 1/2] drm/ci: python-artifacts: use shallow clone
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.
Acked-by: Helen Koike <helen.fornazier@...il.com>
Signed-off-by: Vignesh Raman <vignesh.raman@...labora.com>
---
v2:
- Set GIT_DEPTH only for python-artifacts job.
v3:
- No changes.
---
drivers/gpu/drm/ci/gitlab-ci.yml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/drivers/gpu/drm/ci/gitlab-ci.yml b/drivers/gpu/drm/ci/gitlab-ci.yml
index ba75b3a7eca4..cffcacfd070e 100644
--- a/drivers/gpu/drm/ci/gitlab-ci.yml
+++ b/drivers/gpu/drm/ci/gitlab-ci.yml
@@ -232,6 +232,11 @@ stages:
- _build/meson-logs/strace
+python-artifacts:
+ variables:
+ GIT_DEPTH: 10
+
+
# Git archive
make git archive:
extends:
--
2.47.2
Powered by blists - more mailing lists