Skip to content

Commit 5284983

Browse files
committed
config: result-summary: add rt-stable kbuilds presets
Signed-off-by: Muhammad Usama Anjum <[email protected]>
1 parent 16b9d6b commit 5284983

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

config/result-summary.yaml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,35 @@ monitor-stable-rc-boot-failures:
117117
repos:
118118
- tree: stable-rc
119119

120+
# Monitor all rt-stable kernel kbuild regressions
121+
monitor-rt-stable-build-regressions:
122+
metadata:
123+
action: monitor
124+
title: "<strong>rt-stable</strong> kernel build regression"
125+
template: "generic-regression-report.html.jinja2"
126+
output_file: "rt-stable-build-regression-report.html"
127+
preset:
128+
regression:
129+
- name__re: kbuild
130+
result: fail
131+
data.error_code: null
132+
repos:
133+
- tree: rt-stable
134+
135+
# Monitor all rt-stable kernel kbuild failures
136+
monitor-rt-stable-build-failures:
137+
metadata:
138+
action: monitor
139+
title: "<strong>rt-stable</strong> kernel build failure"
140+
template: "generic-test-failure-report.html.jinja2"
141+
output_file: "rt-stable-build-failure.html"
142+
preset:
143+
kbuild:
144+
- result: fail
145+
data.error_code: null
146+
repos:
147+
- tree: rt-stable
148+
120149
monitor-all-regressions:
121150
metadata:
122151
action: monitor

0 commit comments

Comments
 (0)