11
11
# file used for the summary generation. This template must be a file in
12
12
# config/result_summary_templates. Other optional fields are supported:
13
13
#
14
- # - "output ": name of the file where the output will be stored (in
14
+ # - "output_file ": name of the file where the output will be stored (in
15
15
# data/output)
16
16
# - "title": title for the report
17
17
#
34
34
# action: summary
35
35
# title: "Example test report"
36
36
# template: "mytemplate.jinja2"
37
- # output : "default-test.txt"
37
+ # output_file : "default-test.txt"
38
38
# preset:
39
39
# test:
40
40
# # Query by group, name, arch and list of repos
@@ -62,7 +62,7 @@ monitor-active-stable-rc-build-regressions:
62
62
action : monitor
63
63
title : " <strong>stable-rc</strong> kernel build regression"
64
64
template : " generic-regression-report.html.jinja2"
65
- output : " stable-rc-build-regression-report.html"
65
+ output_file : " stable-rc-build-regression-report.html"
66
66
preset :
67
67
regression :
68
68
- name__re : kbuild
@@ -77,7 +77,7 @@ monitor-stable-rc-build-failures:
77
77
action : monitor
78
78
title : " <strong>stable-rc</strong> kernel build failure"
79
79
template : " generic-test-failure-report.html.jinja2"
80
- output : " stable-rc-build-failure.html"
80
+ output_file : " stable-rc-build-failure.html"
81
81
preset :
82
82
kbuild :
83
83
- result : fail
@@ -90,7 +90,7 @@ monitor-active-stable-rc-boot-regressions:
90
90
action : monitor
91
91
title : " <strong>stable-rc</strong> kernel boot regression"
92
92
template : " generic-regression-report.html.jinja2"
93
- output : " stable-rc-boot-regression-report.html"
93
+ output_file : " stable-rc-boot-regression-report.html"
94
94
preset :
95
95
regression :
96
96
- group__re : baseline
@@ -104,20 +104,53 @@ monitor-all-regressions:
104
104
action : monitor
105
105
title : " KernelCI regression report"
106
106
template : " generic-regression-report.html.jinja2"
107
- output : " regression-report.html"
107
+ output_file : " regression-report.html"
108
108
preset :
109
109
regression :
110
110
111
+ monitor-all-test-failures__runtime_errors :
112
+ metadata :
113
+ action : monitor
114
+ title : " KernelCI test failure report"
115
+ template : " generic-test-failure-report.html.jinja2"
116
+ output_file : " test-failure-report.html"
117
+ preset :
118
+ test :
119
+ - result : fail
120
+ data.error_code__ne : null
121
+
111
122
monitor-all-test-failures :
112
123
metadata :
113
124
action : monitor
114
125
title : " KernelCI test failure report"
115
126
template : " generic-test-failure-report.html.jinja2"
116
- output : " test-failure-report.html"
127
+ output_file : " test-failure-report.html"
117
128
preset :
118
129
test :
119
130
- result : fail
131
+ data.error_code : null
120
132
133
+ monitor-all-build-failures__runtime_errors :
134
+ metadata :
135
+ action : monitor
136
+ title : " KernelCI kbuild failure report"
137
+ template : " generic-test-failure-report.html.jinja2"
138
+ output_file : " kbuild-failure-report.html"
139
+ preset :
140
+ kbuild :
141
+ - result : fail
142
+ data.error_code__ne : null
143
+
144
+ monitor-all-build-failures :
145
+ metadata :
146
+ action : monitor
147
+ title : " KernelCI kbuild failure report"
148
+ template : " generic-test-failure-report.html.jinja2"
149
+ output_file : " kbuild-failure-report.html"
150
+ preset :
151
+ kbuild :
152
+ - result : fail
153
+ data.error_code : null
121
154
122
155
# ## Summary presets
123
156
@@ -127,7 +160,7 @@ stable-rc-build-regressions:
127
160
action : summary
128
161
title : " <strong>stable-rc</strong> kernel build regressions"
129
162
template : " generic-regressions.html.jinja2"
130
- output : " stable-rc-build-regressions.html"
163
+ output_file : " stable-rc-build-regressions.html"
131
164
preset :
132
165
regression :
133
166
- name__re : kbuild
@@ -140,7 +173,7 @@ active-stable-rc-build-regressions:
140
173
action : summary
141
174
title : " <strong>stable-rc</strong> kernel build regressions"
142
175
template : " generic-regressions.html.jinja2"
143
- output : " active-stable-rc-build-regressions.html"
176
+ output_file : " active-stable-rc-build-regressions.html"
144
177
preset :
145
178
regression :
146
179
- name__re : kbuild
@@ -155,7 +188,7 @@ stable-rc-build-failures:
155
188
action : summary
156
189
title : " <strong>stable-rc</strong> kernel build failures"
157
190
template : " generic-test-failures.html.jinja2"
158
- output : " stable-rc-build-failures.html"
191
+ output_file : " stable-rc-build-failures.html"
159
192
preset :
160
193
kbuild :
161
194
- result : fail
@@ -168,7 +201,7 @@ stable-rc-boot-regressions:
168
201
action : summary
169
202
title : " <strong>stable-rc</strong> kernel boot regressions"
170
203
template : " generic-regressions.html.jinja2"
171
- output : " stable-rc-boot-regressions.html"
204
+ output_file : " stable-rc-boot-regressions.html"
172
205
preset :
173
206
regression :
174
207
- group__re : baseline
@@ -181,7 +214,7 @@ stable-rc-boot-active-regressions:
181
214
action : summary
182
215
title : " <strong>stable-rc</strong> kernel boot regressions"
183
216
template : " generic-regressions.html.jinja2"
184
- output : " stable-rc-boot-regressions.html"
217
+ output_file : " stable-rc-boot-regressions.html"
185
218
preset :
186
219
regression :
187
220
- group__re : baseline
@@ -196,7 +229,7 @@ stable-rc-boot-failures:
196
229
action : summary
197
230
title : " <strong>stable-rc</strong> kernel boot failures"
198
231
template : " generic-test-failures.html.jinja2"
199
- output : " stable-rc-boot-failures.html"
232
+ output_file : " stable-rc-boot-failures.html"
200
233
preset :
201
234
test :
202
235
- group__re : baseline
@@ -210,7 +243,7 @@ tast-failures:
210
243
action : summary
211
244
title : " General Tast test failures"
212
245
template : " generic-test-failures.html.jinja2"
213
- output : " tast-failures.html"
246
+ output_file : " tast-failures.html"
214
247
preset :
215
248
test :
216
249
- group__re : tast
@@ -224,7 +257,7 @@ tast-failures__runtime_errors:
224
257
action : summary
225
258
title : " General Tast test failures"
226
259
template : " generic-test-failures.html.jinja2"
227
- output : " tast-failures.html"
260
+ output_file : " tast-failures.html"
228
261
preset :
229
262
test :
230
263
- group__re : tast
@@ -239,7 +272,7 @@ mainline-next-regressions:
239
272
action : summary
240
273
title : " Regressions found in mainline and next"
241
274
template : " generic-regressions.html.jinja2"
242
- output : " mainline-next-regressions.html"
275
+ output_file : " mainline-next-regressions.html"
243
276
preset :
244
277
regression :
245
278
- data.error_code : null
@@ -252,7 +285,7 @@ mainline-next-test-failures:
252
285
action : summary
253
286
title : " Regressions found in mainline and next"
254
287
template : " generic-regressions.html.jinja2"
255
- output : " mainline-next-regressions.html"
288
+ output_file : " mainline-next-regressions.html"
256
289
preset :
257
290
test :
258
291
- result : fail
@@ -268,7 +301,7 @@ mainline-next-active-regressions:
268
301
action : summary
269
302
title : " Regressions found in mainline and next"
270
303
template : " generic-regressions.html.jinja2"
271
- output : " mainline-next-active-regressions.html"
304
+ output_file : " mainline-next-active-regressions.html"
272
305
preset :
273
306
regression :
274
307
- data.error_code : null
@@ -285,7 +318,7 @@ mainline-next-regressions__runtime_errors:
285
318
action : summary
286
319
title : " 'Regressions' found in mainline and next due to runtime errors"
287
320
template : " generic-regressions.html.jinja2"
288
- output : " mainline-next-regressions__runtime_errors.html"
321
+ output_file : " mainline-next-regressions__runtime_errors.html"
289
322
preset :
290
323
regression :
291
324
- data.error_code__ne : null
@@ -300,7 +333,7 @@ tast-regressions-x86_64:
300
333
action : summary
301
334
title : " Regressions found on Tast tests for x86_64"
302
335
template : " generic-regressions.html.jinja2"
303
- output : " tast-regressions-x86_64.html"
336
+ output_file : " tast-regressions-x86_64.html"
304
337
preset :
305
338
regression :
306
339
- group__re : tast
@@ -315,7 +348,7 @@ tast-regressions-x86_64__runtime_errors:
315
348
action : summary
316
349
title : " 'Regressions' found on Tast tests for x86_64 due to runtime errors"
317
350
template : " generic-regressions.html.jinja2"
318
- output : " tast-regressions-x86_64__runtime_errors.html"
351
+ output_file : " tast-regressions-x86_64__runtime_errors.html"
319
352
preset :
320
353
regression :
321
354
- group__re : tast
@@ -329,7 +362,7 @@ active-kunit-regressions:
329
362
action : summary
330
363
title : " Active regressions found on kunit tests"
331
364
template : " generic-regressions.html.jinja2"
332
- output : " kunit-regressions.html"
365
+ output_file : " kunit-regressions.html"
333
366
preset :
334
367
regression :
335
368
- group__re : kunit
@@ -342,7 +375,7 @@ all-kunit-failures:
342
375
action : summary
343
376
title : " All kunit test failures"
344
377
template : " generic-test-failures.html.jinja2"
345
- output : " kunit-failures.html"
378
+ output_file : " kunit-failures.html"
346
379
preset :
347
380
test :
348
381
- group__re : kunit
0 commit comments