mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 10:04:04 +02:00
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:
parent
74f1af9582
commit
b5301c8ed7
|
|
@ -236,6 +236,11 @@ stages:
|
|||
- _build/meson-logs/strace
|
||||
|
||||
|
||||
python-artifacts:
|
||||
variables:
|
||||
GIT_DEPTH: 10
|
||||
|
||||
|
||||
# Git archive
|
||||
make git archive:
|
||||
extends:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user