lima/ci: temporarily disable deqp-egl tests due to timeouts

A regression causing these tests to become unstable was introduced while
lima CI was disabled in the last days. It seems to be caused by the
latest kernel bump, but still needs more investigation.

Signed-off-by: Erico Nunes <nunes.erico@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22531>
This commit is contained in:
Erico Nunes
2023-04-17 16:06:02 +02:00
committed by Marge Bot
parent d0d6d90ccf
commit be2619766b
@@ -10,26 +10,27 @@ deqp_args = [
version_check = "GL ES 2.0.*git"
renderer_check = "Mali450"
# wayland
[[deqp]]
deqp = "/deqp/modules/egl/deqp-egl-wayland"
caselists = ["/deqp/mustpass/egl-master.txt"]
tests_per_group = 250
deqp_args = [
"--deqp-surface-width=256", "--deqp-surface-height=256",
"--deqp-surface-type=pbuffer", "--deqp-visibility=hidden",
"--deqp-gl-config-name=rgba8888d24s8ms0",
]
prefix = "wayland-"
# deqp-egl temporarily disabled due to regression causing unstable timeouts
## wayland
#[[deqp]]
#deqp = "/deqp/modules/egl/deqp-egl-wayland"
#caselists = ["/deqp/mustpass/egl-master.txt"]
#tests_per_group = 250
#deqp_args = [
# "--deqp-surface-width=256", "--deqp-surface-height=256",
# "--deqp-surface-type=pbuffer", "--deqp-visibility=hidden",
# "--deqp-gl-config-name=rgba8888d24s8ms0",
#]
#prefix = "wayland-"
# x11
[[deqp]]
deqp = "/deqp/modules/egl/deqp-egl-x11"
caselists = ["/deqp/mustpass/egl-master.txt"]
tests_per_group = 250
deqp_args = [
"--deqp-surface-width=256", "--deqp-surface-height=256",
"--deqp-surface-type=pbuffer", "--deqp-visibility=hidden",
"--deqp-gl-config-name=rgba8888d24s8ms0",
]
prefix = "x11-"
## x11
#[[deqp]]
#deqp = "/deqp/modules/egl/deqp-egl-x11"
#caselists = ["/deqp/mustpass/egl-master.txt"]
#tests_per_group = 250
#deqp_args = [
# "--deqp-surface-width=256", "--deqp-surface-height=256",
# "--deqp-surface-type=pbuffer", "--deqp-visibility=hidden",
# "--deqp-gl-config-name=rgba8888d24s8ms0",
#]
#prefix = "x11-"