From: Vignesh Raman Date: Wed, 30 Apr 2025 01:51:00 +0000 (+0530) Subject: drm/ci: python-artifacts: use shallow clone X-Git-Tag: v6.17-rc1~110^2~9^2~135 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5301c8ed71e424bafec3ad79fdd838425b9d281;p=thirdparty%2Fkernel%2Flinux.git 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 Acked-by: Helen Koike Signed-off-by: Vignesh Raman Signed-off-by: Rob Clark --- diff --git a/drivers/gpu/drm/ci/gitlab-ci.yml b/drivers/gpu/drm/ci/gitlab-ci.yml index 9a32cd736f2fe..e38c4759588dc 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: