From a58ea66592ed1f28bd9598bd067fae5eeb606404 Mon Sep 17 00:00:00 2001 From: David Esparza Date: Tue, 12 Sep 2023 10:11:38 -0600 Subject: [PATCH] metrics: this PR skips the FIO test temprarily to fix issues FIO test is showing ongoing issues when running in k8s. Working on running FIO on the ctr client which has been shown to be stable. Fixes: #7920 Signed-off-by: David Esparza --- .../checkmetrics-json-clh-kata-metric8.toml | 26 ------------------- .../checkmetrics-json-qemu-kata-metric8.toml | 26 ------------------- tests/metrics/gha-run.sh | 4 +-- 3 files changed, 2 insertions(+), 54 deletions(-) diff --git a/tests/metrics/cmd/checkmetrics/ci_worker/checkmetrics-json-clh-kata-metric8.toml b/tests/metrics/cmd/checkmetrics/ci_worker/checkmetrics-json-clh-kata-metric8.toml index 00bdcd8e03..507d62dc32 100644 --- a/tests/metrics/cmd/checkmetrics/ci_worker/checkmetrics-json-clh-kata-metric8.toml +++ b/tests/metrics/cmd/checkmetrics/ci_worker/checkmetrics-json-clh-kata-metric8.toml @@ -98,32 +98,6 @@ midval = 98.0 minpercent = 20.0 maxpercent = 20.0 -[[metric]] -name = "fio" -type = "json" -description = "measure write 90 percentile using fio" -# Min and Max values to set a 'range' that -# the median of the CSV Results data must fall -# within (inclusive) -checkvar = ".\"fio\".Results | .[] | .write90percentile.Result" -checktype = "mean" -midval = 38656.0 -minpercent = 20.0 -maxpercent = 20.0 - -[[metric]] -name = "fio" -type = "json" -description = "measure write 95 percentile using fio" -# Min and Max values to set a 'range' that -# the median of the CSV Results data must fall -# within (inclusive) -checkvar = ".\"fio\".Results | .[] | .write95percentile.Result" -checktype = "mean" -midval = 33024.0 -minpercent = 20.0 -maxpercent = 20.0 - [[metric]] name = "network-iperf3" type = "json" diff --git a/tests/metrics/cmd/checkmetrics/ci_worker/checkmetrics-json-qemu-kata-metric8.toml b/tests/metrics/cmd/checkmetrics/ci_worker/checkmetrics-json-qemu-kata-metric8.toml index 2f7decae87..f027008909 100644 --- a/tests/metrics/cmd/checkmetrics/ci_worker/checkmetrics-json-qemu-kata-metric8.toml +++ b/tests/metrics/cmd/checkmetrics/ci_worker/checkmetrics-json-qemu-kata-metric8.toml @@ -98,32 +98,6 @@ midval = 98.0 minpercent = 20.0 maxpercent = 20.0 -[[metric]] -name = "fio" -type = "json" -description = "measure write 90 percentile using fio" -# Min and Max values to set a 'range' that -# the median of the CSV Results data must fall -# within (inclusive) -checkvar = ".\"fio\".Results | .[] | .write90percentile.Result" -checktype = "mean" -midval = 37120.0 -minpercent = 20.0 -maxpercent = 20.0 - -[[metric]] -name = "fio" -type = "json" -description = "measure write 95 percentile using fio" -# Min and Max values to set a 'range' that -# the median of the CSV Results data must fall -# within (inclusive) -checkvar = ".\"fio\".Results | .[] | .write95percentile.Result" -checktype = "mean" -midval = 43264.0 -minpercent = 20.0 -maxpercent = 20.0 - [[metric]] name = "network-iperf3" type = "json" diff --git a/tests/metrics/gha-run.sh b/tests/metrics/gha-run.sh index 77ef0fc256..4076ad7ff7 100755 --- a/tests/metrics/gha-run.sh +++ b/tests/metrics/gha-run.sh @@ -84,9 +84,9 @@ function run_test_tensorflow() { } function run_test_fio() { - info "Running FIO test using ${KATA_HYPERVISOR} hypervisor" + info "Skipping FIO test temporarily using ${KATA_HYPERVISOR} hypervisor" - bash tests/metrics/storage/fio-k8s/fio-test-ci.sh + # bash tests/metrics/storage/fio-k8s/fio-test-ci.sh } function run_test_iperf() {