X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Ftools%2Freport_gen%2Frun_report.sh;h=f169a1d199fa0a1791405ca39bb56eab6123ee66;hp=2400b6bd24f560b1f6c5a7989fd04c326c2e60ac;hb=1fcfc9bcc91c9bf9f1ab10fab898efc0d8c1e25f;hpb=da2aa127ee071e37bc4d6060dd39476179e65365 diff --git a/resources/tools/report_gen/run_report.sh b/resources/tools/report_gen/run_report.sh index 2400b6bd24..f169a1d199 100755 --- a/resources/tools/report_gen/run_report.sh +++ b/resources/tools/report_gen/run_report.sh @@ -9,7 +9,8 @@ STATIC_DIR_TESTPMD="${STATIC_DIR}/testpmd" STATIC_DIR_ARCH="${STATIC_DIR}/archive" CSS_PATCH_FILE="${STATIC_DIR}/theme_overrides.css" -sudo apt-get install -y libxml2 libxml2-dev libxslt-dev build-essential zlib1g-dev +sudo apt-get -y update +sudo apt-get -y install libxml2 libxml2-dev libxslt-dev build-essential zlib1g-dev # Clean-up when finished: trap 'rm -rf ${WORKING_DIR}; exit' EXIT @@ -64,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 @@ -88,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