From 6a1938878f33c9203643d721b2dc4e038271484a Mon Sep 17 00:00:00 2001 From: Maciek Konstantynowicz Date: Tue, 7 Feb 2017 18:52:35 +0000 Subject: csit rls1701 report nits and updates: - Completed paragraph for each thput and latency graph in report describing: graphs title, x-axis, y-axis, legend. Change-Id: Ia45e2da2623b909123f6b3d4abe65e6caf72e058 Signed-off-by: Maciek Konstantynowicz (cherry picked from commit 1fcfc9bcc91c9bf9f1ab10fab898efc0d8c1e25f) --- resources/tools/report_gen/run_report.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'resources/tools') diff --git a/resources/tools/report_gen/run_report.sh b/resources/tools/report_gen/run_report.sh index 83a4467334..f169a1d199 100755 --- a/resources/tools/report_gen/run_report.sh +++ b/resources/tools/report_gen/run_report.sh @@ -65,7 +65,7 @@ JEN_URL='https://jenkins.fd.io/view/csit/job' JEN_FILE_PERF='output_perf_data.xml' JEN_JOB='csit-vpp-perf-1701-all' -JEN_BUILD=(3 4 7 8) +JEN_BUILD=(3 4 7 8 9) for i in "${JEN_BUILD[@]}"; do curl -fs ${JEN_URL}/${JEN_JOB}/${i}/artifact/${JEN_FILE_PERF} -o ${STATIC_DIR_VPP}/${JEN_JOB}-${i}.xml @@ -89,7 +89,7 @@ for i in "${JEN_BUILD[@]}"; do done JEN_JOB='csit-vpp-functional-1701-virl' -JEN_BUILD=(18) +JEN_BUILD=(48) for i in "${JEN_BUILD[@]}"; do curl -fs ${JEN_URL}/${JEN_JOB}/${i}/artifact/\*zip\*/archive.zip -o ${STATIC_DIR_ARCH}/${JEN_JOB}-${i}.zip -- cgit 1.2.3-korg