mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 11:18:08 +02:00
ci: Disable VK full runs that time out since 1.3.7.0 (hasvk, anv-tgl, a630)
Even the ESO fixes aren't helping, so just disable them for now. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25922>
This commit is contained in:
parent
78da1845fb
commit
920fe469b3
3 changed files with 7 additions and 7 deletions
|
|
@ -1166,8 +1166,6 @@ gmem-dEQP-VK.api.copy_and_blit.dedicated_allocation.image_to_image.dimensions.sr
|
|||
gmem-dEQP-VK.api.maintenance3_check.support_count_input_attachment_extra_bindings,Fail
|
||||
gmem-dEQP-VK.api.maintenance3_check.support_count_input_attachment_no_variable_size,Fail
|
||||
gmem-dEQP-VK.api.maintenance3_check.support_count_storage_buffer_extra_bindings_no_variable_size,Fail
|
||||
gmem-dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.depthstencil_d32_sfloat_s8_uint_load_op_depth_load_stencil_none_store_op_depth_store_stencil_none_stencil_write_off,Fail
|
||||
gmem-dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.depthstencil_d32_sfloat_s8_uint_load_op_depth_load_stencil_none_store_op_depth_store_stencil_none_stencil_write_off,Fail
|
||||
gmem-dEQP-VK.glsl.derivate.dfdx.dynamic_switch.float_highp,Crash
|
||||
gmem-dEQP-VK.glsl.derivate.dfdxcoarse.dynamic_loop.vec3_mediump,Crash
|
||||
gmem-dEQP-VK.glsl.derivate.dfdxfine.dynamic_if.vec3_highp,Crash
|
||||
|
|
|
|||
|
|
@ -212,8 +212,8 @@ a630_vk:
|
|||
variables:
|
||||
DEQP_SUITE: freedreno-a630-vk
|
||||
|
||||
|
||||
a630_vk_full:
|
||||
# Takes too long since the 1.3.7.0 CTS uprev.
|
||||
.a630_vk_full:
|
||||
# We use a longer timeout (3 hour job) to keep the parallel down so that we
|
||||
# don't lock up too many runners for a long time when a dev is testing full VK
|
||||
# status. The full runs are restricted to just 2 runners to keep from
|
||||
|
|
|
|||
|
|
@ -31,7 +31,8 @@ anv-tgl:
|
|||
VK_DRIVER: intel
|
||||
parallel: 6 # 15 - 3 zink - 3 post-merge perf + headroom
|
||||
|
||||
anv-tgl-full:
|
||||
# Takes too long since the 1.3.7.0 CTS uprev.
|
||||
.anv-tgl-full:
|
||||
extends:
|
||||
- anv-tgl
|
||||
- .intel-manual-rules
|
||||
|
|
@ -42,7 +43,8 @@ anv-tgl-full:
|
|||
timeout: 100m
|
||||
parallel: 4
|
||||
|
||||
hasvk-hsw-full:
|
||||
# Takes too long since the 1.3.7.0 CTS uprev.
|
||||
.hasvk-hsw-full:
|
||||
extends:
|
||||
- .anholt-hsw-test
|
||||
- .test-vk
|
||||
|
|
@ -57,7 +59,7 @@ hasvk-hsw-full:
|
|||
|
||||
hasvk-hsw:
|
||||
extends:
|
||||
- hasvk-hsw-full
|
||||
- .hasvk-hsw-full
|
||||
variables:
|
||||
DEQP_FRACTION: 10
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue