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