From ef0e8669fb75023dde90fc345fa8d812d6985bb5 Mon Sep 17 00:00:00 2001 From: stevenhorsman Date: Thu, 27 Feb 2025 14:50:54 +0000 Subject: [PATCH] metrics: Increase minpercent range for clh tests We have a new metrics machine and environment and the fio write.bw and iperf3 parallel.Results tests failed for clh, as below the minimum range, so increase the minpercent to try and get it stable Signed-off-by: stevenhorsman --- .../ci_worker/checkmetrics-json-clh-kata-metric8.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/metrics/cmd/checkmetrics/ci_worker/checkmetrics-json-clh-kata-metric8.toml b/tests/metrics/cmd/checkmetrics/ci_worker/checkmetrics-json-clh-kata-metric8.toml index 90748c8f31..5c9f126dd7 100644 --- a/tests/metrics/cmd/checkmetrics/ci_worker/checkmetrics-json-clh-kata-metric8.toml +++ b/tests/metrics/cmd/checkmetrics/ci_worker/checkmetrics-json-clh-kata-metric8.toml @@ -121,7 +121,7 @@ description = "measure sequential write throughput using fio" checkvar = "[.\"fio\".\"Results sequential\"] | .[] | .[] | .write.bw | select( . != null )" checktype = "mean" midval = 307948 -minpercent = 20.0 +minpercent = 40.0 maxpercent = 20.0 [[metric]] @@ -199,7 +199,7 @@ description = "measure container parallel bandwidth using iperf3" checkvar = ".\"network-iperf3\".Results | .[] | .parallel.Result" checktype = "mean" midval = 57516472021.90 -minpercent = 20.0 +minpercent = 40.0 maxpercent = 20.0 [[metric]] @@ -211,6 +211,6 @@ description = "iperf" # within (inclusive) checkvar = ".\"network-iperf3\".Results | .[] | .jitter.Result" checktype = "mean" -midval = 0.04 +midval = 0.02 minpercent = 70.0 maxpercent = 60.0