metrics: Further reduce repeats for boot time tests on qemu

I've seen failures on the third run, so reduce it further to
just run twice on qemu

Signed-off-by: stevenhorsman <steven@uk.ibm.com>
This commit is contained in:
stevenhorsman 2025-03-12 15:54:05 +00:00
parent 97151cce4e
commit d77008b817

View File

@ -57,7 +57,7 @@ function run_test_launchtimes() {
repetitions=20
if [[ ${KATA_HYPERVISOR} == "qemu" ]]; then
# The qemu workload seems to fail before it can run ~5-7 repetitions of the workload
repetitions=3
repetitions=2
fi
info "Running Launch Time test using ${KATA_HYPERVISOR} hypervisor"