ci/amd: switch all possible jobs from X11 to Wayland
Saved time is around 3 - 4 minutes per job, decreasing runtime from ~ 19 minutes to ~ 15 minutes. Acked-by: Daniel Stone <daniels@collabora.com> Signed-off-by: David Heidelberg <david.heidelberg@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23964>
This commit is contained in:
@@ -72,7 +72,7 @@ radeonsi-stoney-gl:x86_64:
|
||||
parallel: 11
|
||||
variables:
|
||||
DEQP_SUITE: radeonsi-stoney
|
||||
HWCI_START_XORG: 1
|
||||
HWCI_START_WESTON: 1
|
||||
|
||||
radeonsi-stoney-traces:x86_64:
|
||||
extends:
|
||||
@@ -171,7 +171,7 @@ radeonsi-raven-piglit-quick_gl:x86_64:
|
||||
variables:
|
||||
PIGLIT_PLATFORM: mixed_glx_egl
|
||||
PIGLIT_PROFILES: quick_gl
|
||||
HWCI_START_XORG: 1
|
||||
HWCI_START_WESTON: 1
|
||||
|
||||
radeonsi-raven-piglit-quick_shader:x86_64:
|
||||
extends:
|
||||
|
@@ -2,8 +2,6 @@ glx@glx-make-current,Fail
|
||||
glx@glx-multi-window-single-context,Fail
|
||||
glx@glx-swap-event_async,Fail
|
||||
glx@glx-swap-pixmap-bad,Fail
|
||||
glx@glx-visuals-depth -pixmap,Crash
|
||||
glx@glx-visuals-stencil -pixmap,Crash
|
||||
glx@glx_arb_create_context_es2_profile@invalid opengl es version,Fail
|
||||
glx@glx_arb_create_context_no_error@no error,Fail
|
||||
glx@glx_arb_create_context_robustness@invalid reset notification strategy,Fail
|
||||
@@ -155,3 +153,5 @@ spec@!opengl 1.1@line-smooth-stipple,Fail
|
||||
|
||||
# since Debian 12 (bookworm) uprev
|
||||
spec@arb_viewport_array@display-list,Fail
|
||||
# since transition XORG -> WESTON
|
||||
glx@glx_arb_sync_control@waitformsc,Fail
|
||||
|
@@ -4,3 +4,7 @@ spec@arb_shader_draw_parameters@drawid-single-draw-display-list
|
||||
# The following two case are xfails, but sometimes pass.
|
||||
spec@egl_chromium_sync_control@conformance
|
||||
spec@egl_chromium_sync_control@conformance@eglGetSyncValuesCHROMIUM_msc_and_sbc_test
|
||||
|
||||
# With X11 -> Wayland: Crash -> Flake/Fail
|
||||
glx@glx-visuals-depth -pixmap
|
||||
glx@glx-visuals-stencil -pixmap
|
||||
|
@@ -1,7 +1,5 @@
|
||||
glx@glx-multi-window-single-context,Fail
|
||||
glx@glx-swap-pixmap-bad,Fail
|
||||
glx@glx-visuals-depth -pixmap,Crash
|
||||
glx@glx-visuals-stencil -pixmap,Crash
|
||||
glx@glx_arb_create_context_es2_profile@invalid opengl es version,Fail
|
||||
glx@glx_arb_create_context_no_error@no error,Fail
|
||||
glx@glx_arb_create_context_robustness@invalid reset notification strategy,Fail
|
||||
@@ -234,3 +232,5 @@ spec@!opengl 1.1@line-smooth-stipple,Fail
|
||||
|
||||
# since Debian 12 (bookworm)
|
||||
spec@arb_viewport_array@display-list,Fail
|
||||
# since transition XORG -> WESTON
|
||||
glx@glx_arb_sync_control@waitformsc,Fail
|
||||
|
@@ -7,3 +7,7 @@ spec@egl_chromium_sync_control@conformance@eglGetSyncValuesCHROMIUM_msc_and_sbc_
|
||||
|
||||
# Flaky with a Fail result since the piglit fix made it stop crashing.
|
||||
glx@glx-make-current
|
||||
|
||||
# With X11 -> Wayland: Crash -> Flake/Fail
|
||||
glx@glx-visuals-stencil -pixmap
|
||||
glx@glx-visuals-depth -pixmap
|
||||
|
Reference in New Issue
Block a user