Module: Mesa Branch: main Commit: 920fe469b328c7f7b608f1d3c00d1181164dcb47 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=920fe469b328c7f7b608f1d3c00d1181164dcb47
Author: Emma Anholt <e...@anholt.net> Date: Thu Oct 26 10:17:49 2023 -0700 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> --- src/freedreno/ci/freedreno-a618-fails.txt | 2 -- src/freedreno/ci/gitlab-ci.yml | 4 ++-- src/intel/ci/gitlab-ci.yml | 8 +++++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/freedreno/ci/freedreno-a618-fails.txt b/src/freedreno/ci/freedreno-a618-fails.txt index bc00ae9a6f2..e496fc8bb56 100644 --- a/src/freedreno/ci/freedreno-a618-fails.txt +++ b/src/freedreno/ci/freedreno-a618-fails.txt @@ -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 diff --git a/src/freedreno/ci/gitlab-ci.yml b/src/freedreno/ci/gitlab-ci.yml index f3c0b1738e2..9345c9e9fd2 100644 --- a/src/freedreno/ci/gitlab-ci.yml +++ b/src/freedreno/ci/gitlab-ci.yml @@ -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 diff --git a/src/intel/ci/gitlab-ci.yml b/src/intel/ci/gitlab-ci.yml index 57e40992ff6..2e8fa750d86 100644 --- a/src/intel/ci/gitlab-ci.yml +++ b/src/intel/ci/gitlab-ci.yml @@ -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