efc2054ff5528ceb9d0a4cc92f8fc876e199fd6e
[releng/builder.git] / jjb / centinel / centinel.yaml
1 ---
2 - project:
3     name: centinel-fluorine
4     jobs:
5       - odl-maven-jobs
6
7     stream: fluorine
8     project: 'centinel'
9     project-name: 'centinel'
10     branch: 'master'
11     mvn-settings: 'centinel-settings'
12     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
13     dependencies: ''
14     email-upstream: '[centinel]'
15
16     # Used by the release job
17     staging-profile-id: 96bf9b3fefd8a
18
19 - project:
20     name: centinel-oxygen
21     jobs:
22       - '{project-name}-distribution-check-{stream}'
23       - odl-maven-jobs
24
25     stream: oxygen
26     project: 'centinel'
27     project-name: 'centinel'
28     branch: 'stable/oxygen'
29     mvn-settings: 'centinel-settings'
30     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
31     dependencies: ''
32     email-upstream: '[centinel]'
33
34     # Used by the release job
35     staging-profile-id: 96bf9b3fefd8a
36
37 - project:
38     name: centinel-sonar
39     jobs:
40       - gerrit-maven-sonar
41
42     project: 'centinel'
43     project-name: 'centinel'
44     branch: master
45     mvn-settings: 'centinel-settings'
46     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
47
48 - view:
49     name: centinel
50     description: 'List of centinel jobs'
51     regex: '^centinel-.*'
52     <<: *releng_view_common