Chore: Update common-packer to latest v0.16.5
[releng/builder.git] / jjb / releng-views.yaml
1 ---
2 - integration_view_csit: &integration_view_csit
3     name: integration-view-csit
4     view-type: list
5     filter-executors: false
6     filter-queue: false
7     columns:
8       - status
9       - weather
10       - job
11       - last-success
12       - last-failure
13       - last-duration
14       - build-button
15       - robot-list
16     recurse: false
17
18 - releng_view: &releng_view_common
19     name: releng-view-common
20     view-type: list
21     filter-executors: false
22     filter-queue: false
23     columns:
24       - status
25       - weather
26       - job
27       - last-success
28       - last-failure
29       - last-duration
30       - build-button
31       - jacoco
32       - find-bugs
33       - robot-list
34     recurse: false
35
36 - project:
37     name: '00-Empty View'
38     views:
39       - common-view
40     view-name: '00-Empty View'
41     view-description: >
42       Empty job view. This is used as the default landing view to keep the
43       Jenkins UI responding better while a) under high load and b) when there
44       are a lot of jobs defined in the system
45     view-regex: ''
46
47 - view:
48     name: 01-Recent
49     regex: '.*'
50     description: 'List of most recent jobs'
51     job-filters:
52       most-recent:
53         max-to-include: 25
54         check-start-time: true
55     <<: *releng_view_common
56
57 - project:
58     name: All-Sonar
59     views:
60       - common-view
61     view-name: All-Sonar
62     view-regex: '.*-sonar$'
63     view-description: 'List of Sonar jobs'
64
65 - view:
66     name: CLM
67     description: 'List of CLM jobs'
68     regex: '.*-clm-.*'
69     view-type: list
70     filter-executors: false
71     filter-queue: false
72     columns:
73       - status
74       - weather
75       - job
76       - last-success
77       - last-failure
78       - last-duration
79       - build-button
80       - policy-violations
81     recurse: false
82
83 - project:
84     name: CSIT-1node
85     views:
86       - csit-view
87     view-name: CSIT-1node
88     view-description: 'List of CSIT 1node jobs'
89     view-regex: '^.*-csit-1node.*'
90
91 - project:
92     name: CSIT-3node
93     views:
94       - csit-view
95     view-name: CSIT-3node
96     view-description: 'List of CSIT 3node jobs'
97     view-regex: '^.*-csit-3node.*'
98
99 - project:
100     name: CSIT
101     views:
102       - csit-view
103     view-name: CSIT
104     view-description: 'List of CSIT jobs'
105     view-regex: '^.*-csit-.*'
106
107 - project:
108     name: CSIT-Verify
109     views:
110       - csit-view
111     view-name: CSIT-Verify
112     view-description: 'List of CSIT Verify jobs'
113     view-regex: '^.*-csit-verify.*'
114
115 - project:
116     name: Distribution-Check
117     views:
118       - common-view
119     view-name: Distribution-Check
120     view-description: 'List of Distribution Check jobs'
121     view-regex: '.*-distribution.*-check-.*'
122
123 - project:
124     name: Distribution-Jobs
125     views:
126       - common-view
127     view-name: Distribution-Jobs
128     view-description: >
129         List of Distribution jobs (test, check, merge, deploy, offline, verify)
130     view-regex: '^.*-distribution-(?!(test|check|merge|deploy|offline|verify)).*'
131
132 - project:
133     name: Gate
134     views:
135       - common-view
136     view-name: Gate
137     view-description: 'List of Gate jobs'
138     view-regex: '.*-gate-.*'
139
140 - project:
141     name: Integration
142     views:
143       - common-view
144     view-name: Integration
145     view-description: 'List of Integration jobs'
146     view-regex: '.*-integration-.*'
147
148 - project:
149     name: Javadoc
150     views:
151       - common-view
152     view-name: Javadoc
153     view-description: 'List of Javadoc jobs'
154     view-regex: '.*-javadoc-.*'
155
156 - project:
157     name: Merge-Jobs
158     views:
159       - common-view
160     view-name: Merge-Jobs
161     view-description: 'List of Merge jobs'
162     view-regex: '.*-merge-.*'
163
164 - project:
165     name: Patch-Test
166     views:
167       - common-view
168     view-name: Patch-Test
169     view-description: 'List of Patch-Test jobs, for prioritizing jobs via the Job Priorities plugin'
170     view-regex: '.*-patch-test-.*'
171
172 - project:
173     name: Sanity
174     views:
175       - common-view
176     view-name: Sanity
177     view-description: 'List of Sanity jobs'
178     view-regex: '.*-sanity-.*'
179
180 - project:
181     name: Thirdparty
182     views:
183       - common-view
184     view-name: Thirdparty
185     view-description: 'List of ODL Nexus Thirdparty dependencies jobs'
186     view-regex: '.*-thirdparty-.*'
187
188 - project:
189     name: Validate-AR
190     views:
191       - common-view
192     view-name: Validate
193     view-description: 'List of Validate jobs'
194     view-regex: '.*-validate-autorelease-.*'
195
196 - project:
197     name: Verify
198     views:
199       - common-view
200     view-name: Verify
201     view-description: 'List of Verify jobs, exluding CSIT jobs'
202     view-regex: '^(?!.*-csit).*-verify-.*'
203
204 - project:
205     name: builder
206     views:
207       - project-view
208     project-name: builder