Merge "Exclude yangide from builder-check-poms"
[releng/builder.git] / jjb / reservation / reservation.yaml
1 - project:
2     name: reservation-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: 'reservation'
18     project-name: 'reservation'
19     branch: 'master'
20     jdk: openjdk8
21     jdks:
22         - openjdk8
23     maven:
24         - mvn33:
25             mvn-version: 'mvn33'
26     mvn-settings: 'reservation-settings'
27     mvn-goals: 'clean install'
28     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
29     dependencies: ''
30     email-upstream: '[reservation]'
31     archive-artifacts: ''
32
33 - project:
34     name: reservation-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: 'reservation'
50     project-name: 'reservation'
51     branch: 'stable/boron'
52     jdk: openjdk8
53     jdks:
54         - openjdk8
55     maven:
56         - mvn33:
57             mvn-version: 'mvn33'
58     mvn-settings: 'reservation-settings'
59     mvn-goals: 'clean install'
60     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
61     dependencies: ''
62     email-upstream: '[reservation]'
63     archive-artifacts: ''
64
65 - project:
66     name: reservation-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     project: 'reservation'
81     project-name: 'reservation'
82     branch: 'stable/beryllium'
83     jdk: openjdk7
84     jdks:
85         - openjdk7
86         - openjdk8
87     maven:
88         - mvn33:
89             mvn-version: 'mvn33'
90     mvn-settings: 'reservation-settings'
91     mvn-goals: 'clean install'
92     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
93     dependencies: ''
94     email-upstream: '[reservation]'
95     archive-artifacts: ''
96
97 - project:
98     name: reservation-sonar
99     jobs:
100         - '{project-name}-sonar'
101     project: 'reservation'
102     project-name: 'reservation'
103     branch: 'master'
104     mvn-settings: 'reservation-settings'
105     mvn-goals: 'clean install'
106     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'