mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 15:20:10 +01:00
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:
parent
f98e91f9b3
commit
679477d83b
1 changed files with 3 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue