add plot for http request failures 37/22237/2
authorhalil.cakal <halil.cakal@est.tech>
Fri, 6 Sep 2024 14:30:10 +0000 (15:30 +0100)
committerhalil.cakal <halil.cakal@est.tech>
Fri, 6 Sep 2024 14:32:01 +0000 (15:32 +0100)
Issue-ID: CPS-2350

Change-Id: Icb3c970345ea43686cbf98325e40b056dc4f6891
Signed-off-by: halil.cakal <halil.cakal@est.tech>
jjb/onap/cps/prepare-k6-performance-tests-plots.sh

index 6f9bfea724d11f41d24fbf709ca04f614765dedb..a2033c78e24eaba9675a77409718163c893c440a 100755 (executable)
@@ -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