turnip/ci: Decrease the fraction on a660-vk-full

With the improved GPU recovery thanks to the new kernel, we can now
complete a full, non-fractioned run on the a660 in just over an hour.
To stay within this runtime, the fractions for the gmem-forced runs
have been increased.

Signed-off-by: Valentine Burley <valentine.burley@collabora.com>
Reviewed-by: David Heidelberg <None>
Reviewed-by: Sergi Blanch Torné <None>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32788>
This commit is contained in:
Valentine Burley 2025-01-16 09:44:03 +05:30 committed by Marge Bot
parent 9e7ca3b86a
commit f7be8e228a
4 changed files with 8 additions and 1 deletions

View file

@ -15,6 +15,7 @@ caselists = ["/deqp-vk/mustpass/vk-main.txt"]
skips = ["install/freedreno-a6xx-skips.txt"]
timeout = 300
prefix = "gmem-"
fraction = 10
tests_per_group = 5000
[deqp.env]
TU_DEBUG = "gmem,forcebin"
@ -26,6 +27,7 @@ caselists = ["/deqp-vk/mustpass/vk-main.txt"]
skips = ["install/freedreno-a6xx-skips.txt"]
timeout = 300
prefix = "nobin-"
fraction = 10
include = ["dEQP-VK.transform_feedback.*"]
tests_per_group = 5000
[deqp.env]

View file

@ -11,6 +11,9 @@ KHR-GL46.texture_lod_bias.texture_lod_bias_all,Fail
# GL tests above, Vulkan tests below
# New fails in 1.3.10.0, appeared after decreasing the fraction
dEQP-VK.dynamic_rendering.primary_cmd_buff.local_read.input_attachments_without_mapping,Fail
dEQP-VK.dynamic_rendering.primary_cmd_buff.local_read.max_input_attachments,Fail
# OpenCL tests below
#

View file

@ -39,6 +39,7 @@ KHR-GL46.texture_view.view_classes
dEQP-VK.binding_model.shader_access.primary_cmd_buf.bind2.with_push_template.sampler_immutable.geometry.multiple_discontiguous_descriptors.1d_array_base_slice
dEQP-VK.clipping.user_defined.clip_distance.vert_geom.4_fragmentshader_read
dEQP-VK.renderpass2.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.static_subsampled_1_2_multiviewport
dEQP-VK.renderpass2.fragment_density_map.2_views.render.divisible_density_size.2_samples.static_subsampled_2_1_multiviewport
dEQP-VK.renderpass2.fragment_density_map.2_views.render.divisible_density_size.2_samples.static_subsampled_2_2_multiviewport
dEQP-VK.subgroups.clustered.compute.subgroupclusteredmin_u64vec4_requiredsubgroupsize
dEQP-VK.subgroups.clustered.compute.subgroupclusteredmul_u64vec4_requiredsubgroupsize

View file

@ -255,9 +255,10 @@ a660-vk-full:
- a660-vk
- .collabora-turnip-manual-rules
parallel: 3
timeout: 1h
timeout: 2h
variables:
DEQP_SUITE: freedreno-a660-vk-full
DEQP_FRACTION: 1
# X11 takes over the screen, wayland is run headless.
a630-gl: