summaryrefslogtreecommitdiffstats
path: root/jjb/ci-management/ci-management-views.yaml
blob: 8986c694edf848fc60b8f37d13c2a9a6695ae1b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
---
- _releng_view: &releng_view_common
    name: releng-view-common
    view-type: list
    filter-executors: false
    filter-queue: false
    columns:
      - status
      - weather
      - job
      - last-success
      - last-failure
      - last-duration
      - build-button
      - jacoco
      - find-bugs
      - robot-list
    recurse: false

- project:
    name: '00-Empty View'
    views:
      - common-view
    view-name: '00-Empty View'
    view-description: >
      Empty job view. This is used as the default landing view to keep the
      Jenkins UI responding better while a) under high load and b) when there
      are a lot of jobs defined in the system
    view-regex: ''

- view:
    name: 01-Recent
    regex: '.*'
    description: 'List of most recent jobs'
    job-filters:
      most-recent:
        max-to-include: 25
        check-start-time: true
    <<: *releng_view_common

- project:
    name: All-Sonar
    views:
      - common-view
    view-name: All-Sonar
    view-regex: '^(?=.*-sonar)(?!.*-no-sonar).*'
    view-description: 'List of Sonar jobs'

- project:
    name: All-Coverity
    views:
      - common-view
    view-name: All-Coverity
    view-regex: '.*-coverity'
    view-description: >
      <h1>List of Coverity Scan static code analysis jobs</h1>
      <p>See <a href="https://wiki.onap.org/x/Y6vQAw">how to add your component to Coverity Scan</a>
      on ONAP Developer Wiki.</p>

- view:
    name: CLM
    description: 'List of CLM jobs'
    regex: '.*-clm-.*'
    view-type: list
    filter-executors: false
    filter-queue: false
    columns:
      - status
      - weather
      - job
      - last-success
      - last-failure
      - last-duration
      - build-button
      - policy-violations
    recurse: false

- project:
    name: CSIT
    views:
      - csit-view
    view-name: CSIT
    view-description: 'List of CSIT jobs'
    view-regex: '^(?=.*-csit-.*)(?!.*-verify-csit.*).*'

- project:
    name: CSIT-Verify
    views:
      - csit-view
    view-name: CSIT-Verify
    view-description: 'List of CSIT Verify jobs'
    view-regex: '^.*-verify-csit.*'

- view:
    name: Daily-Jobs
    views:
      - common-view
    view-name: Daily-Jobs
    view-description: 'List of Daily Jobs'
    view-regex: '.*-daily'

- view:
    name: External-Labs
    views:
      - common-view
    view-name: External-Labs
    view-description: 'List of External Labs jobs'
    view-regex: '^lab-.*'

- project:
    name: Merge-Jobs
    views:
      - common-view
    view-name: Merge-Jobs
    view-description: 'List of Merge jobs'
    view-regex: '.*-merge-.*'

- project:
    name: Thirdparty
    views:
      - common-view
    view-name: Thirdparty
    view-description: 'List of Nexus Thirdparty dependencies jobs'
    view-regex: '.*-thirdparty-.*'

- project:
    name: Verify-Jobs
    views:
      - common-view
    view-name: Verify-Jobs
    view-description: 'List of Verify jobs'
    view-regex: '^.*-verify-.*'

- project:
    name: Release-Jobs
    views:
      - common-view
    view-name: Release-Jobs
    view-description: 'List of Release Merge jobs'
    view-regex: '.*release-merge.*'