Mesa (main): ci/freereno: Reduce run-by-default a630-vk coverage.

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Feb 3 23:11:46 UTC 2022


Module: Mesa
Branch: main
Commit: 47d0e63c59412af81c8757828ee10540a6665602
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=47d0e63c59412af81c8757828ee10540a6665602

Author: Emma Anholt <emma at anholt.net>
Date:   Wed Feb  2 09:51:30 2022 -0800

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>

---

 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"
 



More information about the mesa-commit mailing list