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>
This commit is contained in:
Vignesh Raman 2025-04-30 07:21:00 +05:30 committed by Rob Clark
parent 74f1af9582
commit b5301c8ed7

View File

@ -236,6 +236,11 @@ stages:
- _build/meson-logs/strace
python-artifacts:
variables:
GIT_DEPTH: 10
# Git archive
make git archive:
extends: