mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-01 22:40:09 +01:00
anv/ci: Increase parallelism of zink-anv-adl
With some of the jobs migrated to the new brask and nissa devices, we can increase zink-on-anv coverage on brya. Reduce the fraction of Piglit tests and introduce fractional GLESCTS testing. Also increase the parallelism of the zink nightly job, but lower its FDO_CI_CONCURRENT variable to avoid OOMkills. To accommodate this, decrease the parallelism of the anv-adl-full job. Additionally, drop redundant HWCI_START_WESTON from full runs that inherit the variable from their pre-merge jobs. Signed-off-by: Valentine Burley <valentine.burley@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33671>
This commit is contained in:
parent
318bc2ef03
commit
5a510aede7
4 changed files with 54 additions and 43 deletions
|
|
@ -1,40 +1,43 @@
|
|||
#[[deqp]]
|
||||
#deqp = "/deqp-gles/modules/gles2/deqp-gles2"
|
||||
#caselists = ["/deqp-gles/mustpass/gles2-main.txt"]
|
||||
#deqp_args = [
|
||||
# "--deqp-surface-width=256",
|
||||
# "--deqp-surface-height=256",
|
||||
# "--deqp-surface-type=pbuffer",
|
||||
# "--deqp-gl-config-name=rgba8888d24s8ms0",
|
||||
# "--deqp-visibility=hidden"
|
||||
#]
|
||||
#timeout = 180.0
|
||||
#version_check = "GL ES 3.2.*git"
|
||||
#renderer_check = "zink.*Intel.*"
|
||||
#
|
||||
#[[deqp]]
|
||||
#deqp = "/deqp-gles/modules/gles3/deqp-gles3"
|
||||
#caselists = ["/deqp-gles/mustpass/gles3-main.txt"]
|
||||
#deqp_args = [
|
||||
# "--deqp-surface-width=256",
|
||||
# "--deqp-surface-height=256",
|
||||
# "--deqp-surface-type=pbuffer",
|
||||
# "--deqp-gl-config-name=rgba8888d24s8ms0",
|
||||
# "--deqp-visibility=hidden"
|
||||
#]
|
||||
#timeout = 180.0
|
||||
#
|
||||
#[[deqp]]
|
||||
#deqp = "/deqp-gles/modules/gles31/deqp-gles31"
|
||||
#caselists = ["/deqp-gles/mustpass/gles31-main.txt"]
|
||||
#deqp_args = [
|
||||
# "--deqp-surface-width=256",
|
||||
# "--deqp-surface-height=256",
|
||||
# "--deqp-surface-type=pbuffer",
|
||||
# "--deqp-gl-config-name=rgba8888d24s8ms0",
|
||||
# "--deqp-visibility=hidden"
|
||||
#]
|
||||
#timeout = 180.0
|
||||
[[deqp]]
|
||||
deqp = "/deqp-gles/modules/gles2/deqp-gles2"
|
||||
caselists = ["/deqp-gles/mustpass/gles2-main.txt"]
|
||||
deqp_args = [
|
||||
"--deqp-surface-width=256",
|
||||
"--deqp-surface-height=256",
|
||||
"--deqp-surface-type=pbuffer",
|
||||
"--deqp-gl-config-name=rgba8888d24s8ms0",
|
||||
"--deqp-visibility=hidden"
|
||||
]
|
||||
timeout = 180.0
|
||||
version_check = "GL ES 3.2.*git"
|
||||
renderer_check = "zink.*Intel.*"
|
||||
fraction = 2
|
||||
|
||||
[[deqp]]
|
||||
deqp = "/deqp-gles/modules/gles3/deqp-gles3"
|
||||
caselists = ["/deqp-gles/mustpass/gles3-main.txt"]
|
||||
deqp_args = [
|
||||
"--deqp-surface-width=256",
|
||||
"--deqp-surface-height=256",
|
||||
"--deqp-surface-type=pbuffer",
|
||||
"--deqp-gl-config-name=rgba8888d24s8ms0",
|
||||
"--deqp-visibility=hidden"
|
||||
]
|
||||
timeout = 180.0
|
||||
fraction = 2
|
||||
|
||||
[[deqp]]
|
||||
deqp = "/deqp-gles/modules/gles31/deqp-gles31"
|
||||
caselists = ["/deqp-gles/mustpass/gles31-main.txt"]
|
||||
deqp_args = [
|
||||
"--deqp-surface-width=256",
|
||||
"--deqp-surface-height=256",
|
||||
"--deqp-surface-type=pbuffer",
|
||||
"--deqp-gl-config-name=rgba8888d24s8ms0",
|
||||
"--deqp-visibility=hidden"
|
||||
]
|
||||
timeout = 180.0
|
||||
fraction = 2
|
||||
|
||||
[[deqp]]
|
||||
deqp = "/deqp-gl/external/openglcts/modules/glcts"
|
||||
|
|
@ -97,5 +100,3 @@ piglit_folder = "/piglit"
|
|||
profile = "quick_gl"
|
||||
process_isolation = true
|
||||
timeout = 180.0
|
||||
fraction = 3
|
||||
|
||||
|
|
|
|||
|
|
@ -58,7 +58,7 @@ zink-anv-adl:
|
|||
# We use gbm because its a copy of tgl job
|
||||
PIGLIT_PLATFORM: gbm
|
||||
timeout: 30m
|
||||
parallel: 2
|
||||
parallel: 4
|
||||
|
||||
# Manual full run when you want to double-check the full status.
|
||||
zink-anv-adl-full:
|
||||
|
|
@ -67,8 +67,9 @@ zink-anv-adl-full:
|
|||
- .zink-anv-manual-rules
|
||||
variables:
|
||||
DEQP_SUITE: zink-anv-adl-full
|
||||
HWCI_START_WESTON: 1
|
||||
FDO_CI_CONCURRENT: 6 # higher is too much, and leads to OOM
|
||||
timeout: 2h
|
||||
parallel: 5
|
||||
|
||||
zink-anv-tgl:
|
||||
extends:
|
||||
|
|
@ -91,7 +92,6 @@ zink-anv-tgl-full:
|
|||
- .zink-anv-manual-rules
|
||||
variables:
|
||||
DEQP_SUITE: zink-anv-tgl-full
|
||||
HWCI_START_WESTON: 1
|
||||
timeout: 1h 45m
|
||||
parallel: 3
|
||||
|
||||
|
|
|
|||
|
|
@ -844,3 +844,13 @@ spec@arb_tessellation_shader@execution@variable-indexing@tcs-patch-vec4-index-wr
|
|||
|
||||
# Fails in the pre-merge job and passes in the nightly
|
||||
KHR-GL46.shader_viewport_layer_array.ShaderViewportIndexTestCase
|
||||
|
||||
# Discovered after decreasing the fraction
|
||||
spec@arb_timer_query@timestamp-get
|
||||
|
||||
# These can fail after a GuC engine reset request failure
|
||||
https://gitlab.freedesktop.org/mesa/mesa/-/jobs/71634375#L3564
|
||||
glx@glx-fbconfig-bad
|
||||
glx@glx-query-drawable-glxpixmap-glx_width
|
||||
glx@glx_arb_create_context@invalid opengl version
|
||||
glx@glx_arb_create_context_profile@invalid profile
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ anv-adl-full:
|
|||
variables:
|
||||
DEQP_SUITE: anv-adl-full
|
||||
timeout: 1h 40m
|
||||
parallel: 5
|
||||
parallel: 3
|
||||
|
||||
anv-tgl:
|
||||
extends:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue