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