mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
lavapipe/ci: move job timeout definition to jobs
The `.lavapipe-rules` job template cannot know what the job will run and how long it will take. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35683>
This commit is contained in:
parent
686b774952
commit
7f66823fd7
2 changed files with 3 additions and 1 deletions
|
|
@ -1,6 +1,5 @@
|
|||
.lavapipe-rules:
|
||||
stage: software-renderer
|
||||
timeout: 15m
|
||||
rules:
|
||||
- !reference [.test, rules]
|
||||
- !reference [.vulkan-rules, rules]
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@ include:
|
|||
- local: 'src/gallium/frontends/lavapipe/ci/gitlab-ci-inc.yml'
|
||||
|
||||
lavapipe:
|
||||
timeout: 15m
|
||||
variables:
|
||||
DEQP_SUITE: lvp
|
||||
GPU_VERSION: lvp
|
||||
|
|
@ -20,6 +21,7 @@ lavapipe-full:
|
|||
DEQP_FRACTION: 1
|
||||
|
||||
lavapipe-vk-asan:
|
||||
timeout: 15m
|
||||
extends:
|
||||
- .deqp-test
|
||||
- .lavapipe-test
|
||||
|
|
@ -48,6 +50,7 @@ lavapipe-vkd3d:
|
|||
|
||||
# Disabled due to only running a single trace which was using old Wine.
|
||||
.lavapipe-traces:
|
||||
timeout: 15m
|
||||
variables:
|
||||
PIGLIT_TRACES_FILE: traces-lavapipe.yml
|
||||
PIGLIT_REPLAY_DEVICE_NAME: "vk-lvp"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue