anv/ci: Re-enable TGL and JSL manual jobs

Thanks to the speedup achieved by increasing tests_per_group,
nightly jobs are now within reasonable time limits, allowing them
to be re-enabled.

Signed-off-by: Valentine Burley <valentine.burley@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32681>
This commit is contained in:
Valentine Burley 2024-12-13 14:01:12 +01:00 committed by Marge Bot
parent eb7fb2e919
commit f42d670ea6

View file

@ -10,16 +10,15 @@ anv-jsl:
VK_DRIVER: intel
parallel: 5
# We don't enable a full run of anv-jsl nightly because it's about 8 hours of
# runtime, which would take too many boards at once.
.anv-jsl-full:
anv-jsl-full:
extends:
- anv-jsl
- .anv-manual-rules
variables:
DEQP_SUITE: anv-jsl-full
JOB_TIMEOUT: 60
JOB_TIMEOUT: 115
parallel: 4
timeout: 2h
anv-adl:
extends:
@ -50,8 +49,7 @@ anv-tgl:
VK_DRIVER: intel
parallel: 5 # 5 - 5 # -1 for zink, but it's disabled now
# Takes too long since the 1.3.7.0 CTS uprev.
.anv-tgl-full:
anv-tgl-full:
extends:
- anv-tgl
- .anv-manual-rules