Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] tests/intel/gem_exec_balancer: Decrease required load in `full` test
@ 2024-12-17 15:06 Sebastian Brzezinka
  2024-12-17 16:23 ` Kamil Konieczny
                   ` (6 more replies)
  0 siblings, 7 replies; 14+ messages in thread
From: Sebastian Brzezinka @ 2024-12-17 15:06 UTC (permalink / raw)
  To: igt-dev; +Cc: kamil.konieczny, krzysztof.karas

Adjust the minimal load in the `full` test. It's a minor tolerance
issue expected 90% got 86.6%.

Closes: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13003

Signed-off-by: Sebastian Brzezinka <sebastian.brzezinka@intel.com>
---
 tests/intel/gem_exec_balancer.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/intel/gem_exec_balancer.c b/tests/intel/gem_exec_balancer.c
index c3f0c938b..46ea19a2a 100644
--- a/tests/intel/gem_exec_balancer.c
+++ b/tests/intel/gem_exec_balancer.c
@@ -1815,7 +1815,7 @@ static void full(int i915, unsigned int flags)
 
 		free(ci);
 
-		igt_assert_f(load > 0.90,
+		igt_assert_f(load > 0.85,
 			     "minimum load for %d x class:%d was found to be only %.1f%% busy\n",
 			     count, class, load*100);
 		gem_quiescent_gpu(i915);
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2025-01-15 15:01 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-17 15:06 [PATCH] tests/intel/gem_exec_balancer: Decrease required load in `full` test Sebastian Brzezinka
2024-12-17 16:23 ` Kamil Konieczny
2024-12-17 18:08   ` Andi Shyti
2024-12-17 19:07     ` Kamil Konieczny
2025-01-15 15:01     ` Kamil Konieczny
2024-12-18 20:02 ` ✓ i915.CI.BAT: success for " Patchwork
2024-12-18 20:24 ` ✓ Xe.CI.BAT: " Patchwork
2024-12-19  7:59 ` ✗ i915.CI.Full: failure " Patchwork
2024-12-19 17:10   ` Sebastian Brzezinka
2024-12-20 10:36   ` Sebastian Brzezinka
2024-12-23 11:50     ` Ravali, JupallyX
2024-12-19 10:24 ` ✗ Xe.CI.Full: " Patchwork
2024-12-19 10:29 ` [PATCH] " Krzysztof Karas
2024-12-23 10:56 ` ✓ i915.CI.Full: success for " Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox