1
0
mirror of https://github.com/kata-containers/kata-containers.git synced 2025-04-29 12:14:48 +00:00

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: 

Signed-off-by: David Esparza <david.esparza.borquez@intel.com>
This commit is contained in:
David Esparza 2023-09-12 10:11:38 -06:00
parent 2d8447fc6b
commit a58ea66592
No known key found for this signature in database
GPG Key ID: EABE0B1A98CC3B7A
3 changed files with 2 additions and 54 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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() {