mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-21 07:30:33 +01:00
turnip/ci: Adjust some timeouts
Reduce the timeouts for full runs. These values are still quite conservative. Signed-off-by: Valentine Burley <valentine.burley@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32588>
This commit is contained in:
parent
3602e03428
commit
31ac69aebd
1 changed files with 6 additions and 6 deletions
|
|
@ -97,13 +97,13 @@ a618-vk-full:
|
|||
- .collabora-turnip-manual-rules
|
||||
# We use a longer timeout to keep the parallel down so that we don't lock up
|
||||
# too many runners for a long time when a dev is trying out at full VK status.
|
||||
timeout: 4h
|
||||
timeout: 2h
|
||||
parallel: 3
|
||||
variables:
|
||||
# ran into OOM with VK-GL-CTS 1.2.8.0 at 6
|
||||
FDO_CI_CONCURRENT: 4
|
||||
DEQP_SUITE: freedreno-a618-vk-full
|
||||
JOB_TIMEOUT: 180
|
||||
JOB_TIMEOUT: 115
|
||||
DEQP_FRACTION: 1
|
||||
|
||||
a618-gl:
|
||||
|
|
@ -259,10 +259,10 @@ a660-vk-full:
|
|||
- a660-vk
|
||||
- .collabora-turnip-manual-rules
|
||||
parallel: 3
|
||||
timeout: 3h
|
||||
timeout: 1h
|
||||
variables:
|
||||
DEQP_SUITE: freedreno-a660-vk-full
|
||||
JOB_TIMEOUT: 180
|
||||
JOB_TIMEOUT: 55
|
||||
|
||||
# X11 takes over the screen, wayland is run headless.
|
||||
a630-gl:
|
||||
|
|
@ -310,7 +310,7 @@ a630-vk-full:
|
|||
# don't lock up too many runners for a long time when a dev is testing full VK
|
||||
# status. The full runs are restricted to just 2 runners to keep from
|
||||
# blocking up normal merges, so going more parallel doesn't make any sense.
|
||||
timeout: 3h
|
||||
timeout: 2h
|
||||
extends:
|
||||
- a630-vk
|
||||
- .a630-full
|
||||
|
|
@ -318,7 +318,7 @@ a630-vk-full:
|
|||
parallel: 2
|
||||
variables:
|
||||
DEQP_SUITE: freedreno-a630-vk-full
|
||||
TEST_PHASE_TIMEOUT_MINUTES: 175
|
||||
TEST_PHASE_TIMEOUT_MINUTES: 115
|
||||
|
||||
a630-vk-asan:
|
||||
extends:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue