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: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13779>
This commit is contained in:
Emma Anholt 2022-02-02 09:51:30 -08:00 committed by Marge Bot
parent 4f22f4ca1a
commit 47d0e63c59
1 changed files with 3 additions and 3 deletions

View File

@ -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"