aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/report_gen/run_report.sh
diff options
context:
space:
mode:
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