mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-11 03:40:22 +01:00
ci/freedreno: Move skqp testing to a618.
The limozeen runners are quite under-committed, while we had 10 jobs running for our 9 cheza runners, causing an unnecessary wait even when the farms were idle. I've removed the old 630 skqp bits, so we can just track what's being tested on 618. 618 had skqp toml and xfails laying around alreaady. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25790>
This commit is contained in:
parent
a4110026ea
commit
b1eef3094f
3 changed files with 1 additions and 19 deletions
|
|
@ -1,3 +0,0 @@
|
|||
[[skqp]]
|
||||
skqp = "/skqp/skqp"
|
||||
skqp_assets = "/skqp/assets"
|
||||
|
|
@ -350,11 +350,6 @@ spec@arb_query_buffer_object@qbo@query-GL_TESS_CONTROL_SHADER_PATCHES-SYNC_CPU_R
|
|||
spec@arb_query_buffer_object@qbo@query-GL_TESS_CONTROL_SHADER_PATCHES-SYNC_CPU_READ_AFTER_CACHE_TEST-GL_UNSIGNED_INT,Fail
|
||||
spec@arb_query_buffer_object@qbo@query-GL_TESS_CONTROL_SHADER_PATCHES-SYNC_CPU_READ_AFTER_CACHE_TEST-GL_UNSIGNED_INT64_ARB,Fail
|
||||
|
||||
# skqp failure:
|
||||
# SRGBReadWritePixels FAILED (7 errors)
|
||||
# ../../tests/SRGBReadWritePixelsTest.cpp:214 Could not create sRGB surface context. [OpenGL]
|
||||
SRGBReadWritePixels,Fail
|
||||
|
||||
spec@!opengl 1.1@line-smooth-stipple,Fail
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -91,7 +91,7 @@ a618_gl:
|
|||
HWCI_START_WESTON: 1
|
||||
DEQP_SUITE: freedreno-a618-egl
|
||||
|
||||
.a618_skqp: # FIXME disabled due to device outage
|
||||
a618_skqp:
|
||||
extends:
|
||||
- .lava-test-deqp:arm64
|
||||
- .a618-test-limozeen-nots-r5
|
||||
|
|
@ -198,16 +198,6 @@ a630_gles_asan:
|
|||
FDO_CI_CONCURRENT: 2 # We get OOMkills if we go too wide with asan enabled
|
||||
GPU_VERSION: freedreno-a630-asan
|
||||
|
||||
a630_skqp:
|
||||
extends:
|
||||
- .baremetal-deqp-test
|
||||
- .a630-test
|
||||
# SKQP tests both the GL and VK drivers.
|
||||
- .google-freedreno-turnip-rules
|
||||
variables:
|
||||
HWCI_START_WESTON: 1
|
||||
DEQP_SUITE: freedreno-a630-skqp
|
||||
|
||||
a630_vk:
|
||||
extends:
|
||||
- .a630-test
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue