Report: Add data
[csit.git] / resources / tools / presentation / specifications / report / environment.yaml
1 ################################################################################
2 ###                          E N V I R O N M E N T                           ###
3 ################################################################################
4
5 - type: "environment"
6
7   spec-files:
8     - "specifications/report/data_sets.yaml"
9     - "specifications/report/layouts.yaml"
10     - "specifications/report/elements.yaml"
11
12   paths:
13     # Top level directories:
14     ## Working directory
15     DIR[WORKING]: "_tmp"
16     ## Build directories
17     DIR[BUILD,HTML]: "_build"
18     DIR[BUILD,LATEX]: "_build_latex"
19
20     # Static .rst files
21     DIR[RST]: "../../../docs/report"
22
23     # Working directories
24     ## Input data files (.zip, .xml)
25     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
26     ## Static source files from git
27     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
28     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
29
30     # Static html content
31     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
32     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
33     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
34     DIR[STATIC,TREX]: "{DIR[STATIC]}/trex"
35     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
36
37     # Detailed test results
38     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
39     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
40     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
41     DIR[DTR,PERF,DPDK,2N,ZN2]: "{DIR[DTR]}/dpdk_performance_results_2n_zn2"
42     DIR[DTR,PERF,DPDK,2N,CLX]: "{DIR[DTR]}/dpdk_performance_results_2n_clx"
43     DIR[DTR,PERF,DPDK,2N,DNV]: "{DIR[DTR]}/dpdk_performance_results_2n_dnv"
44     DIR[DTR,PERF,DPDK,3N,DNV]: "{DIR[DTR]}/dpdk_performance_results_3n_dnv"
45     DIR[DTR,PERF,DPDK,3N,TSH]: "{DIR[DTR]}/dpdk_performance_results_3n_tsh"
46     DIR[DTR,PERF,DPDK,2N,TX2]: "{DIR[DTR]}/dpdk_performance_results_2n_tx2"
47     DIR[DTR,PERF,TREX,3N,SKX]: "{DIR[DTR]}/trex_performance_results_3n_skx"
48     DIR[DTR,PERF,TREX,2N,SKX]: "{DIR[DTR]}/trex_performance_results_2n_skx"
49     DIR[DTR,PERF,VPP,ALL]: "{DIR[DTR]}/vpp_performance_results"
50     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
51     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
52     DIR[DTR,PERF,VPP,2N,ZN2]: "{DIR[DTR]}/vpp_performance_results_2n_zn2"
53     DIR[DTR,PERF,VPP,2N,CLX]: "{DIR[DTR]}/vpp_performance_results_2n_clx"
54     DIR[DTR,PERF,VPP,2N,ICX]: "{DIR[DTR]}/vpp_performance_results_2n_icx"
55     DIR[DTR,PERF,VPP,3N,ICX]: "{DIR[DTR]}/vpp_performance_results_3n_icx"
56     DIR[DTR,PERF,VPP,3N,TSH]: "{DIR[DTR]}/vpp_performance_results_3n_tsh"
57     DIR[DTR,PERF,VPP,2N,TX2]: "{DIR[DTR]}/vpp_performance_results_2n_tx2"
58     DIR[DTR,PERF,VPP,3N,DNV]: "{DIR[DTR]}/vpp_performance_results_3n_dnv"
59     DIR[DTR,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
60     DIR[DTR,PERF,VPP,3N,AWS]: "{DIR[DTR]}/vpp_performance_results_3n_aws"
61     DIR[DTR,PERF,VPP,2N,AWS]: "{DIR[DTR]}/vpp_performance_results_2n_aws"
62     DIR[DTR,MRR,VPP,ALL]: "{DIR[DTR]}/vpp_mrr_results"
63     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
64     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
65     DIR[DTR,MRR,VPP,2N,ZN2]: "{DIR[DTR]}/vpp_mrr_results_2n_zn2"
66     DIR[DTR,MRR,VPP,2N,CLX]: "{DIR[DTR]}/vpp_mrr_results_2n_clx"
67     DIR[DTR,MRR,VPP,2N,ICX]: "{DIR[DTR]}/vpp_mrr_results_2n_icx"
68     DIR[DTR,MRR,VPP,3N,ICX]: "{DIR[DTR]}/vpp_mrr_results_3n_icx"
69     DIR[DTR,MRR,VPP,3N,TSH]: "{DIR[DTR]}/vpp_mrr_results_3n_tsh"
70     DIR[DTR,MRR,VPP,2N,TX2]: "{DIR[DTR]}/vpp_mrr_results_2n_tx2"
71     DIR[DTR,MRR,VPP,3N,DNV]: "{DIR[DTR]}/vpp_mrr_results_3n_dnv"
72     DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
73     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
74
75     # Detailed test configurations
76     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
77     DIR[DTC,PERF,VPP,ALL]: "{DIR[DTC]}/vpp_performance_configuration"
78     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
79     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
80     DIR[DTC,PERF,VPP,2N,ZN2]: "{DIR[DTC]}/vpp_performance_configuration_2n_zn2"
81     DIR[DTC,PERF,VPP,2N,CLX]: "{DIR[DTC]}/vpp_performance_configuration_2n_clx"
82     DIR[DTC,PERF,VPP,2N,ICX]: "{DIR[DTC]}/vpp_performance_configuration_2n_icx"
83     DIR[DTC,PERF,VPP,3N,ICX]: "{DIR[DTC]}/vpp_performance_configuration_3n_icx"
84     DIR[DTC,PERF,VPP,3N,TSH]: "{DIR[DTC]}/vpp_performance_configuration_3n_tsh"
85     DIR[DTC,PERF,VPP,2N,TX2]: "{DIR[DTC]}/vpp_performance_configuration_2n_tx2"
86     DIR[DTC,PERF,VPP,3N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_3n_dnv"
87     DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
88     DIR[DTC,PERF,VPP,3N,AWS]: "{DIR[DTC]}/vpp_performance_configuration_3n_aws"
89     DIR[DTC,PERF,VPP,2N,AWS]: "{DIR[DTC]}/vpp_performance_configuration_2n_aws"
90     DIR[DTC,MRR,VPP,ALL]: "{DIR[DTC]}/vpp_mrr_configuration"
91     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
92     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
93     DIR[DTC,MRR,VPP,2N,ZN2]: "{DIR[DTC]}/vpp_mrr_configuration_2n_zn2"
94     DIR[DTC,MRR,VPP,2N,CLX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_clx"
95     DIR[DTC,MRR,VPP,2N,ICX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_icx"
96     DIR[DTC,MRR,VPP,3N,ICX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_icx"
97     DIR[DTC,MRR,VPP,3N,TSH]: "{DIR[DTC]}/vpp_mrr_configuration_3n_tsh"
98     DIR[DTC,MRR,VPP,2N,TX2]: "{DIR[DTC]}/vpp_mrr_configuration_2n_tx2"
99     DIR[DTC,MRR,VPP,3N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_3n_dnv"
100     DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
101     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
102
103     # Detailed tests operational data
104     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
105     DIR[DTO,PERF,VPP,ALL]: "{DIR[DTO]}/vpp_performance_operational_data"
106     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
107     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
108     DIR[DTO,PERF,VPP,2N,ZN2]: "{DIR[DTO]}/vpp_performance_operational_data_2n_zn2"
109     DIR[DTO,PERF,VPP,2N,CLX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_clx"
110     DIR[DTO,PERF,VPP,2N,ICX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_icx"
111     DIR[DTO,PERF,VPP,3N,ICX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_icx"
112     DIR[DTO,PERF,VPP,3N,TSH]: "{DIR[DTO]}/vpp_performance_operational_data_3n_tsh"
113     DIR[DTO,PERF,VPP,2N,TX2]: "{DIR[DTO]}/vpp_performance_operational_data_2n_tx2"
114     DIR[DTO,PERF,VPP,3N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_3n_dnv"
115     DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
116     DIR[DTO,PERF,VPP,3N,AWS]: "{DIR[DTO]}/vpp_performance_operational_data_3n_aws"
117     DIR[DTO,PERF,VPP,2N,AWS]: "{DIR[DTO]}/vpp_performance_operational_data_2n_aws"
118
119     # Latencies:
120     DIR[LAT,VPP]: "{DIR[WORKING,SRC]}/vpp_performance_tests/hdrh_packet_latency_by_percentile_graphs"
121     DIR[LAT,DPDK]: "{DIR[WORKING,SRC]}/dpdk_performance_tests/hdrh_packet_latency_by_percentile_graphs"
122     DIR[LAT,TREX]: "{DIR[WORKING,SRC]}/trex_performance_tests/hdrh_packet_latency_by_percentile_graphs"
123
124     # .css patch file to fix tables generated by Sphinx
125     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
126     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
127
128   # Data sources are used in this order:
129   data-sources:
130     # XML
131     - type: "xml"
132       url: "https://s3-logs.fd.io/vex-yul-rot-jenkins-1"
133       path: "{job}/{build}/{filename}"
134       file-name: "output_info.xml.gz"
135       file-format: ".gz"
136       enabled: True
137     - type: "xml"
138       url: "https://logs.nginx.service.consul/vex-yul-rot-jenkins-1"
139       path: "{job}/{build}/archives/{filename}"
140       file-name: "output_info.xml.gz"
141       file-format: ".gz"
142       enabled: True
143     - type: "xml"
144       url: "https://logs.nginx.service.consul/vex-yul-rot-jenkins-1"
145       path: "{job}/{build}/{filename}"
146       file-name: "output_info.xml.gz"
147       file-format: ".gz"
148       enabled: True
149     # To be deprecated soon:
150     - type: "xml"
151       url: "https://logs.fd.io/production/vex-yul-rot-jenkins-1"
152       path: "{job}/{build}/{filename}"
153       file-name: "output_info.xml.gz"
154       file-format: ".gz"
155       enabled: True
156     # Deprecated:
157     - type: "xml"
158       url: "https://logs.fd.io/production/vex-yul-rot-jenkins-1"
159       path: "{job}/{build}/archives/{filename}"
160       file-name: "output_info.xml.gz"
161       file-format: ".gz"
162       enabled: True
163     - type: "xml"
164       url: "https://logs.nginx.service.consul/vex-yul-rot-jenkins-1"
165       path: "{job}/{build}/archives/{filename}"
166       file-name: "output.xml.gz"
167       file-format: ".gz"
168       enabled: True
169     - type: "xml"
170       url: "https://logs.nginx.service.consul/vex-yul-rot-jenkins-1"
171       path: "{job}/{build}/{filename}"
172       file-name: "output.xml.gz"
173       file-format: ".gz"
174       enabled: True
175     - type: "xml"
176       url: "https://logs.fd.io/production/vex-yul-rot-jenkins-1"
177       path: "{job}/{build}/archives/{filename}"
178       file-name: "output.xml.gz"
179       file-format: ".gz"
180       enabled: True
181     - type: "xml"
182       url: "https://logs.fd.io/production/vex-yul-rot-jenkins-1"
183       path: "{job}/{build}/{filename}"
184       file-name: "output.xml.gz"
185       file-format: ".gz"
186       enabled: True
187     # JSON from S3
188     - type: "json"
189       url: "https://logs.nginx.service.consul/vex-yul-rot-jenkins-1"
190       path: "{job}/{build}/{filename}"
191       file-name: "output.json.gz"
192       file-format: ".gz"
193       enabled: False
194
195   archive-inputs: False
196
197   mapping-file: ""
198
199   ignore-list: ""
200
201   make-dirs:
202   # List the directories which are created while preparing the environment.
203   # All directories MUST be defined in "paths" section.
204     - "DIR[WORKING,DATA]"
205     - "DIR[STATIC,VPP]"
206     - "DIR[STATIC,DPDK]"
207     - "DIR[STATIC,TREX]"
208     - "DIR[STATIC,ARCH]"
209     - "DIR[BUILD,LATEX]"
210     - "DIR[WORKING,SRC]"
211     - "DIR[WORKING,SRC,STATIC]"
212
213   remove-dirs:
214   # List the directories which are deleted while cleaning the environment.
215   # All directories MUST be defined in "paths" section.
216   #  - "DIR[BUILD,HTML]"
217     - "DIR[WORKING,DATA]"
218
219   build-dirs:
220   # List the directories where the results (build) is stored.
221   # All directories MUST be defined in "paths" section.
222     - "DIR[BUILD,HTML]"
223     - "DIR[BUILD,LATEX]"
224
225   reverse-input: False  # Needed for trending, not important for the report
226
227   limits:
228     nic:
229       x520: 24460000
230       x553: 29761905
231       x710: 35800000
232       xxv710: 35800000
233       xl710: 35800000
234       cx556a: 148809523.81
235       e810cq: 148809523.81
236
237     link:
238       10ge: 14880952.38
239       25ge: 37202380.95
240       40ge: 59523809.52
241       100ge: 148809523.81
242
243     pci:
244       pci-g3-x8: 74404761.90
245       pci-g3-x16: 148809523.81
246
247 ################################################################################
248 ###                               S T A T I C                                ###
249 ################################################################################
250
251 - type: "static"
252   src-path: "{DIR[RST]}"
253   dst-path: "{DIR[WORKING,SRC]}"
254
255 ################################################################################
256 ###                               O U T P U T                                ###
257 ################################################################################
258
259 - type: "output"
260   arch-file-format:
261     - ".gz"
262     - ".zip"
263   output: "report"
264   format:
265     html:
266     - full
267 #     pdf:
268 #     - minimal