File tree 1 file changed +29
-0
lines changed
1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change @@ -117,6 +117,35 @@ monitor-stable-rc-boot-failures:
117
117
repos :
118
118
- tree : stable-rc
119
119
120
+ # Monitor all stable-rt kernel kbuild regressions
121
+ monitor-stable-rt-build-regressions :
122
+ metadata :
123
+ action : monitor
124
+ title : " <strong>stable-rt</strong> kernel build regression"
125
+ template : " generic-regression-report.html.jinja2"
126
+ output_file : " stable-rt-build-regression-report.html"
127
+ preset :
128
+ regression :
129
+ - name__re : kbuild
130
+ result : fail
131
+ data.error_code : null
132
+ repos :
133
+ - tree : stable-rt
134
+
135
+ # Monitor all stable-rt kernel kbuild failures
136
+ monitor-stable-rt-build-failures :
137
+ metadata :
138
+ action : monitor
139
+ title : " <strong>stable-rt</strong> kernel build failure"
140
+ template : " generic-test-failure-report.html.jinja2"
141
+ output_file : " stable-rt-build-failure.html"
142
+ preset :
143
+ kbuild :
144
+ - result : fail
145
+ data.error_code : null
146
+ repos :
147
+ - tree : stable-rt
148
+
120
149
monitor-all-regressions :
121
150
metadata :
122
151
action : monitor
You can’t perform that action at this time.
0 commit comments