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