aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/report_gen/run_report.cfg
diff options
context:
space:
mode:
authorPeter Mikus <pmikus@cisco.com>2017-07-28 13:06:56 +0200
committerPeter Mikus <pmikus@cisco.com>2017-07-31 18:53:40 +0000
commitb6a4757a48254bb23409c96b2a92565ab324aba2 (patch)
tree1e54d81bb3cf96cf4099dc6888fc2150f655ebf7 /resources/tools/report_gen/run_report.cfg
parent3dce1ef34ab4c43e2f440ffd6b6cb7d60fa0a51e (diff)
CSIT-618 Add LaTeX support to release report
- Add option to generate PDF from release report. - Conditional content - Static plot conversion Change-Id: I7c4f0b41898791d1cab446d0fc3b07220380e1b8 Signed-off-by: Peter Mikus <pmikus@cisco.com> (cherry picked from commit 196ed0599148d6c8ed0e2ca82ad03e129e26428a)
Diffstat (limited to 'resources/tools/report_gen/run_report.cfg')
-rw-r--r--resources/tools/report_gen/run_report.cfg3
1 files changed, 2 insertions, 1 deletions
diff --git a/resources/tools/report_gen/run_report.cfg b/resources/tools/report_gen/run_report.cfg
index 747beda725..3ff9e605a5 100644
--- a/resources/tools/report_gen/run_report.cfg
+++ b/resources/tools/report_gen/run_report.cfg
@@ -10,6 +10,7 @@ typeset -A JOB
DIR[WORKING]=_tmp
DIR[BUILD]=_build
+DIR[BUILD,LATEX]=_build_latex
DIR[RST]=../../../docs/report
DIR[STATIC]=${DIR[BUILD]}/_static
@@ -44,7 +45,7 @@ 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 21"
-JOB[PERF,VPP,FBLD]=10
+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