Merge "Update packer builds"
[ci-management.git] / jjb / ci-management / ci-management-views.yaml
1 ---
2 - releng_view: &releng_view_common
3     name: releng-view-common
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       - jacoco
16       - find-bugs
17       - robot-list
18     recurse: false
19
20 - project:
21     name: '00-Empty View'
22     views:
23       - common-view
24     view-name: '00-Empty View'
25     view-description: >
26       Empty job view. This is used as the default landing view to keep the
27       Jenkins UI responding better while a) under high load and b) when there
28       are a lot of jobs defined in the system
29     view-regex: ''
30
31 - view:
32     name: 01-Recent
33     regex: '.*'
34     description: 'List of most recent jobs'
35     job-filters:
36       most-recent:
37         max-to-include: 25
38         check-start-time: true
39     <<: *releng_view_common
40
41 - project:
42     name: All-Sonar
43     views:
44       - common-view
45     view-name: All-Sonar
46     view-regex: '^(?=.*-sonar)(?!.*-no-sonar).*'
47     view-description: 'List of Sonar jobs'
48
49 - project:
50     name: All-Coverity
51     views:
52       - common-view
53     view-name: All-Coverity
54     view-regex: '.*-coverity'
55     view-description: 'List of Coverity jobs'
56
57 - view:
58     name: CLM
59     description: 'List of CLM jobs'
60     regex: '.*-clm-.*'
61     view-type: list
62     filter-executors: false
63     filter-queue: false
64     columns:
65       - status
66       - weather
67       - job
68       - last-success
69       - last-failure
70       - last-duration
71       - build-button
72       - policy-violations
73     recurse: false
74
75 - project:
76     name: CSIT
77     views:
78       - csit-view
79     view-name: CSIT
80     view-description: 'List of CSIT jobs'
81     view-regex: '^(?=.*-csit-.*)(?!.*-verify-csit.*).*'
82
83 - project:
84     name: CSIT-Verify
85     views:
86       - csit-view
87     view-name: CSIT-Verify
88     view-description: 'List of CSIT Verify jobs'
89     view-regex: '^.*-verify-csit.*'
90
91 - view:
92     name: Daily-Jobs
93     views:
94       - common-view
95     view-name: Daily-Jobs
96     view-description: 'List of Daily Jobs'
97     view-regex: '.*-daily'
98
99 - view:
100     name: External-Labs
101     views:
102       - common-view
103     view-name: External-Labs
104     view-description: 'List of External Labs jobs'
105     view-regex: '^lab-.*'
106
107 - project:
108     name: Merge-Jobs
109     views:
110       - common-view
111     view-name: Merge-Jobs
112     view-description: 'List of Merge jobs'
113     view-regex: '.*-merge-.*'
114
115 - project:
116     name: Thirdparty
117     views:
118       - common-view
119     view-name: Thirdparty
120     view-description: 'List of Nexus Thirdparty dependencies jobs'
121     view-regex: '.*-thirdparty-.*'
122
123 - project:
124     name: Verify-Jobs
125     views:
126       - common-view
127     view-name: Verify-Jobs
128     view-description: 'List of Verify jobs'
129     view-regex: '^.*-verify-.*'
130
131 - project:
132     name: WhiteSource
133     views:
134       - common-view
135     view-name: WhiteSource
136     view-description: 'List of WhiteSource jobs'
137     view-regex: '.*-whitesource-.*'