aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/report_gen/run_report.sh
diff options
context:
space:
mode:
authorMaciek Konstantynowicz <mkonstan@cisco.com>2017-02-07 18:52:35 +0000
committerPeter Mikus <pmikus@cisco.com>2017-02-08 16:26:44 +0000
commit6a1938878f33c9203643d721b2dc4e038271484a (patch)
tree3f3144f5e9da0e311af9f0c4e325da881202959d /resources/tools/report_gen/run_report.sh
parent269c164e601c4ce7534e9e407f95719294c7d661 (diff)
csit rls1701 report nits and updates:rls1701
- 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 <mkonstan@cisco.com> (cherry picked from commit 1fcfc9bcc91c9bf9f1ab10fab898efc0d8c1e25f)
Diffstat (limited to 'resources/tools/report_gen/run_report.sh')
-rwxr-xr-xresources/tools/report_gen/run_report.sh4
1 files changed, 2 insertions, 2 deletions
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