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 <gabriela.cervantes.tellez@intel.com>
This commit is contained in:
Gabriela Cervantes 2024-05-21 20:27:55 +00:00
parent f41f642b90
commit 29a10f1373

View File

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