Commit bad928d2 authored by Vignesh Raman's avatar Vignesh Raman Committed by Helen Koike

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: default avatarVignesh Raman <vignesh.raman@collabora.com>
Acked-by: default avatarHelen Koike <helen.koike@collabora.com>
Acked-by: default avatarRob Clark <robdclark@gmail.com>
Signed-off-by: default avatarHelen Koike <helen.koike@collabora.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240820070818.1124403-1-vignesh.raman@collabora.com
parent aec8485f
...@@ -10,6 +10,7 @@ ...@@ -10,6 +10,7 @@
.lava-test: .lava-test:
extends: extends:
- .test-rules - .test-rules
timeout: "1h30m"
script: script:
# Note: Build dir (and thus install) may be dirty due to GIT_STRATEGY # Note: Build dir (and thus install) may be dirty due to GIT_STRATEGY
- rm -rf install - rm -rf install
...@@ -71,6 +72,7 @@ ...@@ -71,6 +72,7 @@
- .baremetal-test-arm64 - .baremetal-test-arm64
- .use-debian/baremetal_arm64_test - .use-debian/baremetal_arm64_test
- .test-rules - .test-rules
timeout: "1h30m"
variables: variables:
FDO_CI_CONCURRENT: 10 FDO_CI_CONCURRENT: 10
HWCI_TEST_SCRIPT: "/install/igt_runner.sh" HWCI_TEST_SCRIPT: "/install/igt_runner.sh"
...@@ -215,7 +217,6 @@ panfrost:rk3399: ...@@ -215,7 +217,6 @@ panfrost:rk3399:
extends: extends:
- .lava-igt:x86_64 - .lava-igt:x86_64
stage: i915 stage: i915
timeout: "1h30m"
variables: variables:
DRIVER_NAME: i915 DRIVER_NAME: i915
DTB: "" DTB: ""
...@@ -414,6 +415,7 @@ panfrost:g12b: ...@@ -414,6 +415,7 @@ panfrost:g12b:
virtio_gpu:none: virtio_gpu:none:
stage: software-driver stage: software-driver
timeout: "1h30m"
variables: variables:
CROSVM_GALLIUM_DRIVER: llvmpipe CROSVM_GALLIUM_DRIVER: llvmpipe
DRIVER_NAME: virtio_gpu DRIVER_NAME: virtio_gpu
...@@ -436,6 +438,7 @@ virtio_gpu:none: ...@@ -436,6 +438,7 @@ virtio_gpu:none:
vkms:none: vkms:none:
stage: software-driver stage: software-driver
timeout: "1h30m"
variables: variables:
DRIVER_NAME: vkms DRIVER_NAME: vkms
GPU_VERSION: none GPU_VERSION: none
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment