ci/intel: Rebalance jobs via parallel

Take advantage of 3 spare JSL in Collabora lab to load the balance of
those jobs:

job name	avg duation (min)

Signed-off-by: Guilherme Gallo <guilherme.gallo@collabora.com>
---		---
anv-jsl		15
anv-jsl-angle	20
iris-jsl-deqp	18

Signed-off-by: Guilherme Gallo <guilherme.gallo@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31414>
This commit is contained in:
Guilherme Gallo 2024-09-27 00:31:40 -03:00 committed by Marge Bot
parent f25fb0c128
commit a06102ca6c

View file

@ -9,7 +9,7 @@ anv-jsl:
DEQP_SUITE: anv-jsl
VK_DRIVER: intel
DEQP_FRACTION: 2
parallel: 4
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.
@ -92,6 +92,7 @@ anv-jsl-angle:
variables:
DEQP_SUITE: anv-jsl-angle
GPU_VERSION: angle-anv-jsl
parallel: 2
anv-jsl-angle-full:
extends:
@ -198,7 +199,7 @@ iris-jsl-deqp:
- .iris-test
variables:
DEQP_SUITE: iris-jsl
DEQP_FRACTION: 4
DEQP_FRACTION: 8
parallel: 2
iris-amly-egl: