]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
drm/ci: python-artifacts: use shallow clone
authorVignesh Raman <vignesh.raman@collabora.com>
Wed, 30 Apr 2025 01:51:00 +0000 (07:21 +0530)
committerRob Clark <robin.clark@oss.qualcomm.com>
Sun, 29 Jun 2025 03:02:33 +0000 (20:02 -0700)
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>
drivers/gpu/drm/ci/gitlab-ci.yml

index 9a32cd736f2fef43bae291f91e1a2048bf4c597d..e38c4759588dcfaeb0860cd1a9185ef7d7c32da9 100644 (file)
@@ -236,6 +236,11 @@ stages:
       - _build/meson-logs/strace
 
 
+python-artifacts:
+  variables:
+    GIT_DEPTH: 10
+
+
 # Git archive
 make git archive:
   extends: