[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20250226-ci-python-timeout-v1-1-0a9092a3d6fb@linaro.org>
Date: Wed, 26 Feb 2025 10:35:45 +0200
From: Dmitry Baryshkov <dmitry.baryshkov@...aro.org>
To: Helen Koike <helen.koike@...labora.com>,
Maarten Lankhorst <maarten.lankhorst@...ux.intel.com>,
Maxime Ripard <mripard@...nel.org>, Thomas Zimmermann <tzimmermann@...e.de>,
David Airlie <airlied@...il.com>, Simona Vetter <simona@...ll.ch>,
Vignesh Raman <vignesh.raman@...labora.com>
Cc: dri-devel@...ts.freedesktop.org, linux-kernel@...r.kernel.org
Subject: [PATCH] drm/ci: extend python-artifacts timeout
The job has a timeout of 10 minutes, which causes a build failures as it
is even unable to clone the repo within the specified limits. Extend
the job's timeout to 1 hour.
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@...aro.org>
---
drivers/gpu/drm/ci/build.yml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/drivers/gpu/drm/ci/build.yml b/drivers/gpu/drm/ci/build.yml
index 274f118533a7a1a0a4b8a768298fec624bfe67c2..e8d466c319275724687b8581c086b5ab352c3cd1 100644
--- a/drivers/gpu/drm/ci/build.yml
+++ b/drivers/gpu/drm/ci/build.yml
@@ -210,3 +210,6 @@ windows-msvc:
yaml-toml-shell-py-test:
rules:
- when: never
+
+python-artifacts:
+ timeout: 1h
---
base-commit: 130377304ed09e54ff35a8974372498aad7059f3
change-id: 20250226-ci-python-timeout-7167d2c2985a
Best regards,
--
Dmitry Baryshkov <dmitry.baryshkov@...aro.org>
Powered by blists - more mailing lists