From aebf392e4554140b70f2382b9b622990e788c4b4 Mon Sep 17 00:00:00 2001 From: Gabriela Cervantes Date: Mon, 28 Aug 2023 15:24:44 +0000 Subject: [PATCH] metrics: Enable FIO limits for kata metrics This PR enables the FIO limits for kata metrics. Fixes #7771 Signed-off-by: Gabriela Cervantes (cherry picked from commit 6e06392c556246999573329fb5d6581a8b7cdc88) --- tests/metrics/gha-run.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/metrics/gha-run.sh b/tests/metrics/gha-run.sh index 46b91769e0..a9121917aa 100755 --- a/tests/metrics/gha-run.sh +++ b/tests/metrics/gha-run.sh @@ -81,14 +81,14 @@ function run_test_tensorflow() { info "Running TensorFlow test using ${KATA_HYPERVISOR} hypervisor" bash tests/metrics/machine_learning/tensorflow_nhwc.sh 1 20 - - check_metrics } function run_test_fio() { info "Running FIO test using ${KATA_HYPERVISOR} hypervisor" bash tests/metrics/storage/fio-k8s/fio-test-ci.sh + + check_metrics } function run_test_iperf() {