X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Ftools%2Freport_gen%2Frun_report.cfg;h=b35f490e505a65968bbe153850da7177980b9fee;hp=dba64144be1aff3968677a463ad4f3dcb63941ab;hb=bbcaa22c4425c32c3e3d2bcde434cdefc6b9a992;hpb=7ab64cd86a58dd5f2039fd0cf79cd4045c1b2789 diff --git a/resources/tools/report_gen/run_report.cfg b/resources/tools/report_gen/run_report.cfg index dba64144be..b35f490e50 100644 --- a/resources/tools/report_gen/run_report.cfg +++ b/resources/tools/report_gen/run_report.cfg @@ -7,12 +7,18 @@ declare -r FALSE=1 typeset -A DIR typeset -A URL typeset -A JOB +typeset -A CFG + +CFG[DEBUG]=0 +CFG[BLD_LATEX]=1 +CFG[BLD_HTML]=1 DIR[WORKING]=_tmp -DIR[BUILD]=_build +DIR[BUILD,HTML]=_build +DIR[BUILD,LATEX]=_build_latex DIR[RST]=../../../docs/report -DIR[STATIC]=${DIR[BUILD]}/_static +DIR[STATIC]=${DIR[BUILD,HTML]}/_static DIR[STATIC,VPP]=${DIR[STATIC]}/vpp DIR[STATIC,DPDK]=${DIR[STATIC]}/dpdk DIR[STATIC,ARCH]=${DIR[STATIC]}/archive @@ -43,19 +49,19 @@ URL[JENKINS,CSIT]='https://jenkins.fd.io/view/csit/job' URL[JENKINS,HC]='https://jenkins.fd.io/view/hc2vpp/job' JOB[PERF,VPP]=csit-vpp-perf-1707-all -JOB[PERF,VPP,BLD]="9 10 13 14 15 16 17 18 19" -JOB[PERF,VPP,FBLD]=10 +JOB[PERF,VPP,BLD]="9 10 13 14 15 16 17 18 19 21" +JOB[PERF,VPP,FBLD]=22 JOB[PERF,DPDK]=csit-dpdk-perf-1707-all JOB[PERF,DPDK,BLD]="1 2 3 4 5 6 7 8 9 10" JOB[PERF,DPDK,FBLD]=10 JOB[FUNC,VPP]=csit-vpp-functional-1707-ubuntu1604-virl JOB[FUNC,VPP,BLD]=lastSuccessfulBuild JOB[PERF,HC]=hc2vpp-csit-perf-master-ubuntu1604 -JOB[PERF,HC,BLD]=4 +JOB[PERF,HC,BLD]="8 9" JOB[FUNC,HC]=hc2vpp-csit-integration-1707-ubuntu1604 JOB[FUNC,HC,BLD]=lastSuccessfulBuild -JOB[FUNC,NSH]=hc2vpp-csit-integration-1707-ubuntu1604 -JOB[FUNC,NSH,BLD]=lastSuccessfulBuild +JOB[FUNC,NSH]=csit-nsh_sfc-verify-func-1707-ubuntu1604-virl +JOB[FUNC,NSH,BLD]=2 JOB[1704,PERF,VPP]=csit-vpp-perf-1704-all JOB[1704,VPP,BLD]="6 7 8 9 10 12 14 15 16 17"