From 838722cf9961663591bfc304091053a44718736f Mon Sep 17 00:00:00 2001 From: "halil.cakal" Date: Fri, 6 Sep 2024 15:30:10 +0100 Subject: [PATCH] add plot for http request failures Issue-ID: CPS-2350 Change-Id: Icb3c970345ea43686cbf98325e40b056dc4f6891 Signed-off-by: halil.cakal --- jjb/onap/cps/prepare-k6-performance-tests-plots.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jjb/onap/cps/prepare-k6-performance-tests-plots.sh b/jjb/onap/cps/prepare-k6-performance-tests-plots.sh index 6f9bfea7..a2033c78 100755 --- a/jjb/onap/cps/prepare-k6-performance-tests-plots.sh +++ b/jjb/onap/cps/prepare-k6-performance-tests-plots.sh @@ -56,7 +56,7 @@ getSummaryCsv() { buildToRead=$1 consoleURL="${JENKINS_JOB_URL}/${buildToRead}/consoleText" # Extract summary CSV from Jenkins console output - curl -s "$consoleURL" | sed -n '/-- BEGIN CSV REPORT/, /-- END CSV REPORT/p' | grep "^[1-9].*,.*,.*,.*,.*$" || true + curl -s "$consoleURL" | sed -n '/-- BEGIN CSV REPORT/, /-- END CSV REPORT/p' | grep "^[0-9].*,.*,.*,.*,.*$" || true } # Get and record the latest k6-job-results with the build number for all tests -- 2.25.1