]> git.ipfire.org Git - thirdparty/linux.git/commit
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)
commitb5301c8ed71e424bafec3ad79fdd838425b9d281
tree62334fe35f14176df04456b9f673b5d95140e4e9
parent74f1af95820fc2ee580a775a3a17c416db30b38c
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>
drivers/gpu/drm/ci/gitlab-ci.yml