Merge "Revert "Robot installation: Pinpoint pycparser version""
[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:
14         - carbon:
15             disable_autorelease: False
16             disable_distribution_check: False
17     project: 'usecplugin'
18     project-name: 'usecplugin'
19     branch: 'master'
20     jdk: openjdk8
21     jdks:
22         - openjdk8
23     maven:
24         - mvn33:
25             mvn-version: 'mvn33'
26     mvn-settings: 'usecplugin-settings'
27     mvn-goals: 'clean install'
28     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
29     dependencies: 'openflowplugin-merge-{stream}'
30     email-upstream: '[usecplugin] [openflowplugin]'
31     archive-artifacts: ''
32
33 - project:
34     name: usecplugin-boron
35     jobs:
36         - '{project-name}-clm-{stream}'
37         - '{project-name}-distribution-{stream}'
38         - '{project-name}-distribution-check-{stream}'
39         - '{project-name}-integration-{stream}'
40         - '{project-name}-merge-{stream}'
41         - '{project-name}-periodic-{stream}'
42         - '{project-name}-validate-autorelease-{stream}'
43         - '{project-name}-verify-{stream}-{maven}-{jdks}'
44
45     stream:
46         - boron:
47             disable_autorelease: False
48             disable_distribution_check: False
49     project: 'usecplugin'
50     project-name: 'usecplugin'
51     branch: 'stable/boron'
52     jdk: openjdk8
53     jdks:
54         - openjdk8
55     maven:
56         - mvn33:
57             mvn-version: 'mvn33'
58     mvn-settings: 'usecplugin-settings'
59     mvn-goals: 'clean install'
60     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
61     dependencies: 'openflowplugin-merge-{stream}'
62     email-upstream: '[usecplugin] [openflowplugin]'
63     archive-artifacts: ''
64
65 - project:
66     name: usecplugin-beryllium
67     jobs:
68         - '{project-name}-clm-{stream}'
69         - '{project-name}-distribution-{stream}'
70         - '{project-name}-distribution-check-{stream}'
71         - '{project-name}-integration-{stream}'
72         - '{project-name}-merge-{stream}'
73         - '{project-name}-periodic-{stream}'
74         - '{project-name}-validate-autorelease-{stream}'
75         - '{project-name}-verify-{stream}-{maven}-{jdks}'
76     stream:
77         - beryllium:
78             disable_autorelease: False
79             disable_distribution_check: False
80
81     project: 'usecplugin'
82     project-name: 'usecplugin'
83     branch: 'stable/beryllium'
84     jdk: openjdk7
85     jdks:
86         - openjdk7
87         - openjdk8
88     maven:
89         - mvn33:
90             mvn-version: 'mvn33'
91     mvn-settings: 'usecplugin-settings'
92     mvn-goals: 'clean install'
93     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
94     dependencies: 'openflowplugin-merge-{stream}'
95     email-upstream: '[usecplugin] [openflowplugin]'
96     archive-artifacts: ''
97
98
99 - project:
100     name: usecplugin-sonar
101     jobs:
102         - '{project-name}-sonar'
103
104     project: 'usecplugin'
105     project-name: 'usecplugin'
106     mvn-settings: 'usecplugin-settings'
107     mvn-goals: 'clean install'
108     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'