Merge "move network id to local jenkins configuration managed files"
[releng/builder.git] / jjb / ttp / ttp.yaml
1 - project:
2     name: ttp-carbon
3     jobs:
4         - '{project-name}-clm-{stream}'
5         - '{project-name}-distribution-check-{stream}'
6         - '{project-name}-integration-{stream}'
7         - '{project-name}-merge-{stream}'
8         - '{project-name}-validate-autorelease-{stream}'
9         - '{project-name}-verify-{stream}-{maven}-{jdks}'
10
11     stream: carbon
12     project: 'ttp'
13     project-name: 'ttp'
14     branch: 'master'
15     jdk: openjdk8
16     jdks:
17         - openjdk8
18     maven:
19         - mvn33:
20             mvn-version: 'mvn33'
21     mvn-settings: 'ttp-settings'
22     mvn-goals: 'clean install'
23     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
24     dependencies: 'odlparent-merge-{stream}'
25     email-upstream: '[ttp] [odlparent]'
26     archive-artifacts: ''
27
28 - project:
29     name: ttp-boron
30     jobs:
31         - '{project-name}-clm-{stream}'
32         - '{project-name}-distribution-check-{stream}'
33         - '{project-name}-integration-{stream}'
34         - '{project-name}-merge-{stream}'
35         - '{project-name}-validate-autorelease-{stream}'
36         - '{project-name}-verify-{stream}-{maven}-{jdks}'
37
38     stream: boron
39     project: 'ttp'
40     project-name: 'ttp'
41     branch: 'stable/boron'
42     jdk: openjdk8
43     jdks:
44         - openjdk8
45     maven:
46         - mvn33:
47             mvn-version: 'mvn33'
48     mvn-settings: 'ttp-settings'
49     mvn-goals: 'clean install'
50     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
51     dependencies: 'odlparent-merge-{stream}'
52     email-upstream: '[ttp] [odlparent]'
53     archive-artifacts: ''
54
55 - project:
56     name: ttp-beryllium
57     jobs:
58         - '{project-name}-clm-{stream}'
59         - '{project-name}-distribution-check-{stream}'
60         - '{project-name}-integration-{stream}'
61         - '{project-name}-merge-{stream}'
62         - '{project-name}-validate-autorelease-{stream}'
63         - '{project-name}-verify-{stream}-{maven}-{jdks}'
64
65     stream: beryllium
66     project: 'ttp'
67     project-name: 'ttp'
68     branch: 'stable/beryllium'
69     jdk: openjdk7
70     jdks:
71         - openjdk7
72         - openjdk8
73     maven:
74         - mvn33:
75             mvn-version: 'mvn33'
76     mvn-settings: 'ttp-settings'
77     mvn-goals: 'clean install'
78     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
79     dependencies: 'odlparent-merge-{stream}'
80     email-upstream: '[ttp] [odlparent]'
81     archive-artifacts: ''
82
83 - project:
84     name: ttp-sonar
85     jobs:
86         - '{project-name}-sonar'
87     project: 'ttp'
88     project-name: 'ttp'
89     branch: 'master'
90     mvn-settings: 'ttp-settings'
91     mvn-goals: 'clean install'
92     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'