From 29a10f137361d32e5b6fb00dd493ee89a6e7b8c4 Mon Sep 17 00:00:00 2001 From: Gabriela Cervantes Date: Tue, 21 May 2024 20:27:55 +0000 Subject: [PATCH] metrics: Fix minvalue for boot time This PR fixes the minvalue for boot time to avoid the random failures of the GHA CI. Signed-off-by: Gabriela Cervantes --- .../ci_worker/checkmetrics-json-clh-kata-metric8.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 cfc80eb26..844f9fac9 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 @@ -16,7 +16,7 @@ description = "measure container lifecycle timings" # within (inclusive) checkvar = ".\"boot-times\".Results | .[] | .\"to-workload\".Result" checktype = "mean" -midval = 0.69 +midval = 0.39 minpercent = 40.0 maxpercent = 30.0