From be2619766be3f4ee0b22a10f8db179dc1e3c5773 Mon Sep 17 00:00:00 2001 From: Erico Nunes Date: Mon, 17 Apr 2023 16:06:02 +0200 Subject: [PATCH] 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 Part-of: --- .../lima/ci/deqp-lima-mali450-deqp.toml | 45 ++++++++++--------- 1 file changed, 23 insertions(+), 22 deletions(-) diff --git a/src/gallium/drivers/lima/ci/deqp-lima-mali450-deqp.toml b/src/gallium/drivers/lima/ci/deqp-lima-mali450-deqp.toml index a42b9644066..4c6459536e5 100644 --- a/src/gallium/drivers/lima/ci/deqp-lima-mali450-deqp.toml +++ b/src/gallium/drivers/lima/ci/deqp-lima-mali450-deqp.toml @@ -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-"