b96d01da85a96fae69059d4acaedcb7bd9d9d89c
[releng/builder.git] / jjb / centinel / centinel.yaml
1 ---
2 - project:
3     name: centinel-oxygen
4     jobs:
5       - '{project-name}-distribution-check-{stream}'
6       - '{project-name}-integration-{stream}'
7       - odl-maven-jobs
8
9     stream: oxygen
10     project: 'centinel'
11     project-name: 'centinel'
12     branch: 'master'
13     mvn-settings: 'centinel-settings'
14     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
15     dependencies: ''
16     email-upstream: '[centinel]'
17     archive-artifacts: ''
18
19     # Used by the release job
20     staging-profile-id: 96bf9b3fefd8a
21
22 - project:
23     name: centinel-nitrogen
24     jobs:
25       - '{project-name}-distribution-check-{stream}'
26       - '{project-name}-integration-{stream}'
27       - odl-maven-jobs
28
29     stream: nitrogen
30     project: 'centinel'
31     project-name: 'centinel'
32     branch: 'stable/nitrogen'
33     mvn-settings: 'centinel-settings'
34     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
35     dependencies: ''
36     email-upstream: '[centinel]'
37     archive-artifacts: ''
38
39     # Used by the release job
40     staging-profile-id: 96bf9b3fefd8a
41
42 - project:
43     name: centinel-carbon
44     jobs:
45       - '{project-name}-distribution-check-{stream}'
46       - '{project-name}-integration-{stream}'
47       - odl-maven-jobs
48
49     stream: carbon
50     project: 'centinel'
51     project-name: 'centinel'
52     branch: 'stable/carbon'
53     karaf-version: karaf3
54     mvn-settings: 'centinel-settings'
55     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
56     dependencies: ''
57     email-upstream: '[centinel]'
58     archive-artifacts: ''
59
60     # Used by the release job
61     staging-profile-id: 96bf9b3fefd8a
62
63 - project:
64     name: centinel-sonar
65     jobs:
66       - gerrit-maven-sonar
67
68     project: 'centinel'
69     project-name: 'centinel'
70     branch: master
71     mvn-settings: 'centinel-settings'
72     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'