mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-27 07:48:55 +00:00
Merge pull request #7921 from dborquez/metrics_disable_fio_test
metrics: this PR skips the FIO test temprarily to fix issues
This commit is contained in:
commit
c0d502493e
@ -98,32 +98,6 @@ midval = 98.0
|
|||||||
minpercent = 20.0
|
minpercent = 20.0
|
||||||
maxpercent = 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]]
|
[[metric]]
|
||||||
name = "network-iperf3"
|
name = "network-iperf3"
|
||||||
type = "json"
|
type = "json"
|
||||||
|
@ -98,32 +98,6 @@ midval = 98.0
|
|||||||
minpercent = 20.0
|
minpercent = 20.0
|
||||||
maxpercent = 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]]
|
[[metric]]
|
||||||
name = "network-iperf3"
|
name = "network-iperf3"
|
||||||
type = "json"
|
type = "json"
|
||||||
|
@ -84,9 +84,9 @@ function run_test_tensorflow() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function run_test_fio() {
|
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() {
|
function run_test_iperf() {
|
||||||
|
Loading…
Reference in New Issue
Block a user