diff options
author | Maciek Konstantynowicz <mkonstan@cisco.com> | 2017-02-07 18:52:35 +0000 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2017-02-08 05:24:31 +0000 |
commit | 1fcfc9bcc91c9bf9f1ab10fab898efc0d8c1e25f (patch) | |
tree | 8d19c9a0228dfe86148259f462b4dc6271fc8d78 /resources | |
parent | 11253012ed3eacf12d3536e060d46138141aac23 (diff) |
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 <mkonstan@cisco.com>
Diffstat (limited to 'resources')
-rwxr-xr-x | resources/tools/report_gen/run_report.sh | 4 |
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 |