mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 04:48:08 +02:00
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:
parent
eb7fb2e919
commit
f42d670ea6
1 changed files with 4 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue