freedreno/ci: Re-enable Adreno 630 for Vulkan nightly jobs

Currently these jobs take just over 2 hours, so they can be re-enabled for nightly
and manual jobs.

Signed-off-by: Valentine Burley <valentine.burley@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30708>
This commit is contained in:
Valentine Burley 2024-08-17 13:36:41 +00:00 committed by Marge Bot
parent f98e91f9b3
commit 679477d83b

View file

@ -250,13 +250,12 @@ a630_vk:
variables:
DEQP_SUITE: freedreno-a630-vk
# Takes too long since the 1.3.7.0 CTS uprev.
.a630_vk_full:
# We use a longer timeout (3 hour job) to keep the parallel down so that we
a630_vk_full:
# We use a longer timeout (2 hour job) to keep the parallel down so that we
# 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: 4.5h
timeout: 3h
extends:
- a630_vk
- .a630-full