From 47d0e63c59412af81c8757828ee10540a6665602 Mon Sep 17 00:00:00 2001 From: Emma Anholt Date: Wed, 2 Feb 2022 09:51:30 -0800 Subject: [PATCH] ci/freereno: Reduce run-by-default a630-vk coverage. In the autotune merge, we added another 1/15th run of a configuration knob, thinking that was small enough to be in the noise. But actually the main run is only 1/9th, so another 1/15th took us from nearly hitting the job runtime target, to totally missing it. Crank things back down to keep MRs flowing. Part-of: --- src/freedreno/ci/deqp-freedreno-a630-vk.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/freedreno/ci/deqp-freedreno-a630-vk.toml b/src/freedreno/ci/deqp-freedreno-a630-vk.toml index 0e9905ba0d1..f42f8ede36a 100644 --- a/src/freedreno/ci/deqp-freedreno-a630-vk.toml +++ b/src/freedreno/ci/deqp-freedreno-a630-vk.toml @@ -3,7 +3,7 @@ deqp = "/deqp/external/vulkancts/modules/vulkan/deqp-vk" caselists = ["/deqp/mustpass/vk-master.txt"] skips = ["install/freedreno-a630-premerge-skips.txt"] -fraction = 9 +fraction = 13 renderer_check = "Turnip Adreno .* 630" # force-gmem testing @@ -13,7 +13,7 @@ deqp = "/deqp/external/vulkancts/modules/vulkan/deqp-vk" caselists = ["/deqp/mustpass/vk-master.txt"] skips = ["install/freedreno-a630-premerge-skips.txt"] prefix = "gmem-" -fraction = 15 +fraction = 30 [deqp.env] TU_DEBUG = "gmem,forcebin" @@ -24,7 +24,7 @@ caselists = ["/deqp/mustpass/vk-master.txt"] skips = ["install/freedreno-a630-premerge-skips.txt"] include = ["dEQP-VK.renderpass.*"] prefix = "bypass-" -fraction = 15 +fraction = 30 [deqp.env] TU_DEBUG = "sysmem"