Skip to content
This repository was archived by the owner on Jun 28, 2024. It is now read-only.

Commit a5b28a5

Browse files
committed
metrics: Support network iperf3 cpu results
This PR supports to gathered the network iperf3 kubernetes for cpu results that we are getting from the artifacts from metrics CI. Fixes #5372 Signed-off-by: Gabriela Cervantes <[email protected]>
1 parent f239e9f commit a5b28a5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

cmd/checkmetrics/history/history.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ test_queries+=(".\"memory-footprint-ksm\".Results | .[] | .average.Result")
4444
tests+=("memory-footprint-inside-container")
4545
test_queries+=(".\"memory-footprint-inside-container\".Results | .[] | .memtotal.Result")
4646

47+
if [ "${KATA_HYPERVISOR}" == "cloud-hypervisor" ]; then
48+
tests+=("network-iperf3")
49+
test_queries+=(".\"network-iperf3\".Results | .[] | .cpu.Result")
50+
fi
51+
4752
# What is the base URL of the Jenkins server
4853
url_base="http://jenkins.katacontainers.io/job"
4954

0 commit comments

Comments
 (0)