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