From d77008b8172cd110471f9bef2b07d9fe6d0bb145 Mon Sep 17 00:00:00 2001 From: stevenhorsman Date: Wed, 12 Mar 2025 15:54:05 +0000 Subject: [PATCH] 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 --- tests/metrics/gha-run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/metrics/gha-run.sh b/tests/metrics/gha-run.sh index 9ca6046491..c995e63005 100755 --- a/tests/metrics/gha-run.sh +++ b/tests/metrics/gha-run.sh @@ -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"