Skip to content

Commit bad928d

Browse files
vigneshramanHelen Koike
authored andcommitted
drm/ci: increase timeout for all jobs
Set the timeout of all drm-ci jobs to 1h30m since some jobs takes more than 1 hour to complete. Signed-off-by: Vignesh Raman <vignesh.raman@collabora.com> Acked-by: Helen Koike <helen.koike@collabora.com> Acked-by: Rob Clark <robdclark@gmail.com> Signed-off-by: Helen Koike <helen.koike@collabora.com> Link: https://patchwork.freedesktop.org/patch/msgid/20240820070818.1124403-1-vignesh.raman@collabora.com
1 parent aec8485 commit bad928d

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

drivers/gpu/drm/ci/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
.lava-test:
1111
extends:
1212
- .test-rules
13+
timeout: "1h30m"
1314
script:
1415
# Note: Build dir (and thus install) may be dirty due to GIT_STRATEGY
1516
- rm -rf install
@@ -71,6 +72,7 @@
7172
- .baremetal-test-arm64
7273
- .use-debian/baremetal_arm64_test
7374
- .test-rules
75+
timeout: "1h30m"
7476
variables:
7577
FDO_CI_CONCURRENT: 10
7678
HWCI_TEST_SCRIPT: "/install/igt_runner.sh"
@@ -215,7 +217,6 @@ panfrost:rk3399:
215217
extends:
216218
- .lava-igt:x86_64
217219
stage: i915
218-
timeout: "1h30m"
219220
variables:
220221
DRIVER_NAME: i915
221222
DTB: ""
@@ -414,6 +415,7 @@ panfrost:g12b:
414415

415416
virtio_gpu:none:
416417
stage: software-driver
418+
timeout: "1h30m"
417419
variables:
418420
CROSVM_GALLIUM_DRIVER: llvmpipe
419421
DRIVER_NAME: virtio_gpu
@@ -436,6 +438,7 @@ virtio_gpu:none:
436438

437439
vkms:none:
438440
stage: software-driver
441+
timeout: "1h30m"
439442
variables:
440443
DRIVER_NAME: vkms
441444
GPU_VERSION: none

0 commit comments

Comments
 (0)