summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVignesh Raman <vignesh.raman@collabora.com>2025-04-30 07:21:00 +0530
committerRob Clark <robin.clark@oss.qualcomm.com>2025-06-28 20:02:33 -0700
commitb5301c8ed71e424bafec3ad79fdd838425b9d281 (patch)
tree62334fe35f14176df04456b9f673b5d95140e4e9
parent74f1af95820fc2ee580a775a3a17c416db30b38c (diff)
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: Daniel Stone <daniels@collabora.com> Acked-by: Helen Koike <helen.fornazier@gmail.com> Signed-off-by: Vignesh Raman <vignesh.raman@collabora.com> Signed-off-by: Rob Clark <robin.clark@oss.qualcomm.com>
-rw-r--r--drivers/gpu/drm/ci/gitlab-ci.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/gpu/drm/ci/gitlab-ci.yml b/drivers/gpu/drm/ci/gitlab-ci.yml
index 9a32cd736f2f..e38c4759588d 100644
--- a/drivers/gpu/drm/ci/gitlab-ci.yml
+++ b/drivers/gpu/drm/ci/gitlab-ci.yml
@@ -236,6 +236,11 @@ stages:
- _build/meson-logs/strace
+python-artifacts:
+ variables:
+ GIT_DEPTH: 10
+
+
# Git archive
make git archive:
extends: