Eric Engestrom
e1b1114bc2
v3d/ci: add nightly job for rusticl testing
...
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29851 >
2024-06-27 17:49:02 +00:00
Eric Engestrom
70dfe9c6d1
ci: include rusticl in the arm64 build
...
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29851 >
2024-06-27 17:49:02 +00:00
Mike Blumenkrantz
332252966b
ci: kill filament trace globally
...
this one is flaky and pointless
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29937 >
2024-06-27 14:36:13 +00:00
Juan A. Suarez Romero
5f27c4cc4e
v3dv/ci: add new timeouts
...
Add a set of tests that takes too much time to run in rpi5.
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29788 >
2024-06-19 18:04:36 +02:00
Juan A. Suarez Romero
7dcba7e873
v3dv/ci: fix spurious line in expected
...
Fixes: c8c9d1a802 ("v3dv/ci: add expected failure")
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29763 >
2024-06-18 08:48:38 +02:00
Juan A. Suarez Romero
c8c9d1a802
v3dv/ci: add expected failure
...
This was caused when enabling VK_KHR_maintenance5 extension, but the
problem is fixed using a new Vulkan Loader.
Fixes: a589901328 ("v3dv: expose VK_KHR_maintenance5")
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29756 >
2024-06-17 22:03:01 +00:00
Juan A. Suarez Romero
bb15ecfc0b
broadcom/ci: update expected results
...
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29551 >
2024-06-05 16:55:46 +00:00
Sergi Blanch Torne
dfabed2fc9
Uprev Piglit to cf8daaf5ba90fc9b8a0e144355026e2a14c79944
...
e180f96239...cf8daaf5ba
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29364 >
2024-06-03 06:58:28 +00:00
Eric Engestrom
8e60f26016
vc4/ci: skip VK piglit tests
...
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29442 >
2024-05-28 20:24:44 +00:00
Eric Engestrom
e6d9201c6c
v3dv/ci: fix typo in renderer_check
...
Fixes: 993dd0832f ("rpi4/ci: use deqp-runner suite for vk job as well")
Fixes: c0e6a72b00 ("rpi5/ci: use deqp-runner suite for vk job")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29412 >
2024-05-28 18:04:22 +00:00
Jose Maria Casanova Crespo
7cb2831ef5
v3dv/ci: Add more dEQP-VK subgroups that are currently skipped
...
We are skipping additional 357684 tests for the following subgroups
where all tests results are skip to reduce CI usage testing skipped
tests. It reduces the CI time execution by a 2%.
14304 dEQP-VK.binding_model.mutable_descriptor.*
22948 dEQP-VK.binding_model.shader_access.primary_cmd_buf.bind2.*
20258 dEQP-VK.binding_model.shader_access.secondary_cmd_buf.bind2.*
11662 dEQP-VK.compute.shader_object_binary.*
11662 dEQP-VK.compute.shader_object_spirv.*
196299 dEQP-VK.image.host_image_copy.*
14043 dEQP-VK.query_pool.statistics_query.*
54656 dEQP-VK.robustness.robustness2.*
11852 dEQP-VK.sparse_resources.*
We are also using alphabetical order these subgroups.
Reviewed-by: Juan A. Suarez <jasuarez@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29328 >
2024-05-23 11:55:26 +02:00
Juan A. Suarez Romero
3990463c48
v3d/vc4/ci: set full renderer version check
...
Include the full expected renderer name, with the version.
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27449 >
2024-05-10 15:00:44 +00:00
Eric Engestrom
c0e6a72b00
rpi5/ci: use deqp-runner suite for vk job
...
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27449 >
2024-05-10 15:00:44 +00:00
Eric Engestrom
993dd0832f
rpi4/ci: use deqp-runner suite for vk job as well
...
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27449 >
2024-05-10 15:00:44 +00:00
Eric Engestrom
a30e6b9afc
ci: backport fix for gl_PointSize bug in CTS
...
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29076 >
2024-05-07 09:43:57 +00:00
Juan A. Suarez Romero
23368f8c0c
vc4: set src type on storing sample mask
...
Otherwise NIR validation will fail.
Fixes: 1632948a76 ("nir: validate src_type of store_output intrinsics, require bit_size >= 16")
Reviewed-by: Iago Toral Quiroga <itoral@igalia.com>
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29038 >
2024-05-06 13:16:45 +00:00
Juan A. Suarez Romero
9e0978cd76
vc4/v3d/ci: update expected list
...
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29061 >
2024-05-06 12:30:02 +00:00
Eric Engestrom
dd171d21dd
vc4/ci: add fails seen overnight
...
Fixes: 03474500b5 ("vc4/ci: update results")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29033 >
2024-05-03 08:47:21 +00:00
Juan A. Suarez Romero
03474500b5
vc4/ci: update results
...
Add new crashes caused by 1632948a76 ("nir: validate src_type of
store_output intrinsics, require bit_size >= 16").
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29024 >
2024-05-02 16:45:07 +00:00
Iago Toral Quiroga
e8f96dd0b0
v3dv: fix VK_KHR_vertex_attribute_divisor
...
When this was promoted to EXT it expanded its properties struct to add a new
supportsNonZeroFirstInstance field.
Fixes: d38ff02c03 ("v3dv: mark some promoted extensions as supported")
Fixes: dEQP-VK.api.info.vulkan1p2_limits_validation.khr_vertex_attribute_divisor
Reviewed-by: Alejandro Piñeiro <apinheiro@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28964 >
2024-04-30 06:27:21 +00:00
Eric Engestrom
bdbcba5269
v3dv/ci: add rpi5 failure
...
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28950 >
2024-04-26 13:47:37 +00:00
Alejandro Piñeiro
499d5cb18d
v3dv/ci: update expected list due VK_EXT_extended_dynamic_state
...
Those crashes are gone if VK_EXT_extended_dynamic_state is supported.
It is worth to note that the previous entry mentioned Ricardo's patch
as tentative. That is already on vk-gl-cts main (not still on the tag
used by the CI), and the code at this point has been tested with and
without that patch.
Reviewed-by: Iago Toral Quiroga <itoral@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27609 >
2024-04-26 12:34:44 +00:00
Eric Engestrom
378bed6fa6
v3dv/ci: skip all the WSI tests, they are way too flaky to be worth it
...
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28934 >
2024-04-26 10:16:11 +00:00
Eric Engestrom
1dadf950c3
rpi3/ci: drop duplicate comment without any corresponding actual skip line
...
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28934 >
2024-04-26 10:16:11 +00:00
Alejandro Piñeiro
42183a9f2b
v3dv/ci: dEQP-VK.dynamic_state.*.double_static_bind are fixed now
...
Reviewed-by: Juan A. Suarez <jasuarez@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28897 >
2024-04-26 09:52:09 +00:00
Christopher Michael
84632dce93
v3d: Move spec@!opengl 1.1@getteximage-formats, Fail in broadcom-rpi4-fails
...
The V3D driver does not support blending for GL_R{GBA}32F formats
which is why this test is failing. Add a comment noting the above and
move the test to a separate section
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28862 >
2024-04-25 14:20:55 +00:00
Christopher Michael
d202953639
v3d: Move spec@arb_texture_view@rendering-formats, Crash in
...
broadcom-rpi4-fails
The arb_texture_view@rendering-formats test crash is caused by V3D not
supporting PIPE_FORMAT_{R16,R16G16,R16G16B16A16}_UNORM for rendering
so move the rendering-formats test to the appropriate section
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28862 >
2024-04-25 14:20:55 +00:00
Samuel Pitoiset
59d3a8ea07
ci: uprev CTS to 1.3.8.2
...
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28871 >
2024-04-24 10:48:11 +00:00
Iago Toral Quiroga
708a635902
broadcom/ci: document external causes for some CTS 1.3.8 failures
...
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28891 >
2024-04-24 06:59:53 +00:00
Eric Engestrom
fac41af93c
rpi4/ci: add new flakes from last night's run
...
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28827 >
2024-04-19 10:14:35 +00:00
Eric Engestrom
2d24561da9
rpi4/ci: sort flakes
...
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28827 >
2024-04-19 10:14:35 +00:00
Eric Engestrom
3432abd611
rpi5/ci: add flakes from last night's run
...
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28827 >
2024-04-19 10:14:35 +00:00
Eric Engestrom
e34850ea23
rpi5/ci: sort flakes
...
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28827 >
2024-04-19 10:14:35 +00:00
Juan A. Suarez Romero
ea1f09a5f2
v3dv/ci: update expected list
...
Add new failures due CTS upgrade.
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28824 >
2024-04-19 09:19:09 +00:00
Samuel Pitoiset
40f39482e1
ci: uprev CTS to vulkan-cts-1.3.8.0
...
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27459 >
2024-04-17 21:22:36 +00:00
Juan A. Suarez Romero
bc32ca929c
broadcom/ci: update expected results
...
Add comments explaining some of the failing tests.
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28758 >
2024-04-16 10:54:47 +00:00
Juan A. Suarez Romero
b3e65c77c4
v3d: configure polygon mode when enabled
...
The hardware do not support setting different polygon modes for front
and back faces at the same time. In this case, unless we are culling one
of the faces, we show a warning to the user.
Reviewed-by: Iago Toral Quiroga <itoral@igalia.com>
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28675 >
2024-04-11 14:44:55 +00:00
Eric Engestrom
e4aa095c6e
ci/deqp: backport fix for dEQP-VK.pipeline.*.render_to_image.*.huge.*
...
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28498 >
2024-04-02 19:49:09 +00:00
Sergi Blanch Torne
35a9e8577c
ci: Nightly run expectations update
...
Reviewer the results from the last nightly run completed using ci-collate tool
(gl.fd.o/gfx-ci/ci-collate) with the 'patch' feature and a bit of human
intervention, these are the changes in the expectations.
Signed-off-by: Sergi Blanch Torne <sergi.blanch.torne@collabora.com>
Reviewed-by: Eric Engestrom <eric@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28350 >
2024-04-02 07:52:42 +00:00
Eric Engestrom
814017103c
rpi/ci: another batch of flakes
...
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28481 >
2024-03-29 22:22:21 +00:00
Eric Engestrom
d92db5e14a
v3dv/ci: another batch of flakes
...
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28449 >
2024-03-28 18:37:22 +00:00
Eric Engestrom
aaf81bd069
v3dv/ci: add more flakes
...
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28437 >
2024-03-28 01:01:05 +00:00
Eric Engestrom
c0875d2156
rpi/ci: add flakes
...
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28423 >
2024-03-27 17:59:18 +00:00
Eric Engestrom
8b707e0301
v3dv/ci: track regression
...
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28420 >
2024-03-27 13:29:43 +00:00
Eric Engestrom
14279087fb
ci/deqp-runner: split gl & gles groups to use the correct binary
...
Now that these can come from different releases, with different sets of
patches backported to them, it matters that we use the correct one.
Fixes: 78ea3bb43d ("ci/deqp: use the proper gl/gles releases for deqp-gl*, deqp-gles*, deqp-egl")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28343 >
2024-03-24 22:14:06 +00:00
Eric Engestrom
197e3f7109
v3dv/ci: assume list of dEQP-VK.wsi.*.maintenance1.present_modes.* flakes is the same between xcb & xlib and between rpi4 & rpi5
...
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28351 >
2024-03-24 20:10:42 +00:00
Eric Engestrom
a856d30b72
v3dv/ci: add more flakes
...
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28351 >
2024-03-24 20:08:06 +00:00
Eric Engestrom
7156575dcb
v3dv/ci: assume dEQP-VK.wsi.wayland.swapchain.simulate_oom.* have been fixed
...
We'll add them back if it turns out 1900617baf was not enough to fix them.
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28351 >
2024-03-24 20:08:06 +00:00
Eric Engestrom
951aa2fa82
v3dv/ci: add other flakes seen during nightly run
...
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28333 >
2024-03-22 10:58:35 +00:00
Eric Engestrom
423e85caf5
v3dv/ci: mark the dEQP-VK.wsi.*.maintenance1.deferred_alloc.* flakes seen so far as happening on all platforms
...
Not all of these have flaked on all platforms yet, but enough that it's
safer to just consider that alloc issues might not be platform-specific.
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28333 >
2024-03-22 10:58:35 +00:00