mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-05 19:47:53 +00:00
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:
parent
f41f642b90
commit
29a10f1373
@ -16,7 +16,7 @@ description = "measure container lifecycle timings"
|
|||||||
# within (inclusive)
|
# within (inclusive)
|
||||||
checkvar = ".\"boot-times\".Results | .[] | .\"to-workload\".Result"
|
checkvar = ".\"boot-times\".Results | .[] | .\"to-workload\".Result"
|
||||||
checktype = "mean"
|
checktype = "mean"
|
||||||
midval = 0.69
|
midval = 0.39
|
||||||
minpercent = 40.0
|
minpercent = 40.0
|
||||||
maxpercent = 30.0
|
maxpercent = 30.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user