anv/ci: Decrease anv-jsl-angle parallelism

One of the DUTs had to be retired in LAVA a while ago, and the pending
times were high on the dashboard. Decrease the parallelism and increase
the fractions to address this.

Signed-off-by: Valentine Burley <valentine.burley@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33082>
This commit is contained in:
Valentine Burley 2025-01-29 14:23:11 +01:00 committed by Marge Bot
parent 098c81d663
commit e75e9baff8
2 changed files with 4 additions and 5 deletions

View file

@ -9,7 +9,7 @@ deqp_args = [
]
version_check = "GL ES 3.1"
renderer_check = "ANGLE.*JSL"
fraction = 3
fraction = 15
[[deqp]]
deqp = "/deqp-gles/modules/gles3/deqp-gles3"
@ -19,7 +19,7 @@ deqp_args = [
"--deqp-surface-type=pbuffer", "--deqp-visibility=hidden",
"--deqp-gl-config-name=rgba8888d24s8ms0",
]
fraction = 6
fraction = 15
[[deqp]]
deqp = "/deqp-gles/modules/gles31/deqp-gles31"
@ -29,7 +29,7 @@ deqp_args = [
"--deqp-surface-type=pbuffer", "--deqp-visibility=hidden",
"--deqp-gl-config-name=rgba8888d24s8ms0",
]
fraction = 6
fraction = 15
[[deqp]]
deqp = "/deqp-gles/external/openglcts/modules/glcts"
@ -43,7 +43,7 @@ deqp_args = [
"--deqp-surface-type=pbuffer", "--deqp-visibility=hidden",
"--deqp-gl-config-name=rgba8888d24s8ms0",
]
fraction = 2
fraction = 15
# 565-no-depth-no-stencil: Not supported with angle on X11?

View file

@ -85,7 +85,6 @@ anv-jsl-angle:
variables:
DEQP_SUITE: anv-jsl-angle
GPU_VERSION: angle-anv-jsl
parallel: 2
anv-jsl-angle-full:
extends: