3122a8cf24a5b756ed82bf3fe680a688837a92ed
[releng/builder.git] / jjb / odlparent / odlparent.yaml
1 ---
2 - project:
3     name: odlparent-master
4     jobs:
5       - "{project-name}-rtd-jobs":
6           build-node: centos7-builder-2c-2g
7           doc-dir: .tox/docs/tmp/html
8           project-pattern: odlparent
9           rtd-build-url: https://readthedocs.org/api/v2/webhook/odl-odlparent/50830/
10           rtd-token: e5afd4ac1ead64408d9e13cd1f628ade55512f8f
11       - odl-maven-jobs-jdk17
12       - odl-maven-verify-jobs-jdk17
13       - gerrit-tox-verify
14
15     project: odlparent
16     project-name: odlparent
17     stream: master
18     branch: master
19
20     mvn-settings: odlparent-settings
21     build-node: centos8-builder-4c-4g
22
23     dependencies: ""
24     email-upstream: "[odlparent]"
25     archive-artifacts: >
26       **/*.prop
27       **/*.log
28       **/target/surefire-reports/*-output.txt
29       **/target/failsafe-reports/failsafe-summary.xml
30       **/hs_err_*.log
31       **/target/feature/feature.xml
32
33     # Used by the release job
34     staging-profile-id: 880d5ac25eaa
35
36 - project:
37     name: odlparent-10.0.x
38     jobs:
39       - "{project-name}-rtd-jobs":
40           build-node: centos7-builder-2c-2g
41           doc-dir: .tox/docs/tmp/html
42           project-pattern: odlparent
43           rtd-build-url: https://readthedocs.org/api/v2/webhook/odl-odlparent/50830/
44           rtd-token: e5afd4ac1ead64408d9e13cd1f628ade55512f8f
45       - odl-maven-jobs-jdk11
46       - odl-maven-verify-jobs
47       - odl-maven-verify-jobs-jdk17
48       - gerrit-tox-verify
49
50     project: odlparent
51     project-name: odlparent
52     stream: 10.0.x
53     branch: 10.0.x
54
55     mvn-settings: odlparent-settings
56     build-node: centos8-builder-4c-4g
57
58     dependencies: ""
59     email-upstream: "[odlparent]"
60     archive-artifacts: >
61       **/*.prop
62       **/*.log
63       **/target/surefire-reports/*-output.txt
64       **/target/failsafe-reports/failsafe-summary.xml
65       **/hs_err_*.log
66       **/target/feature/feature.xml
67
68     # Used by the release job
69     staging-profile-id: 880d5ac25eaa
70
71 - project:
72     name: odlparent-9.0.x
73     jobs:
74       - "{project-name}-rtd-jobs":
75           build-node: centos7-builder-2c-2g
76           doc-dir: .tox/docs/tmp/html
77           project-pattern: odlparent
78           rtd-build-url: https://readthedocs.org/api/v2/webhook/odl-odlparent/50830/
79           rtd-token: e5afd4ac1ead64408d9e13cd1f628ade55512f8f
80       - odl-maven-jobs-jdk11
81       - odl-maven-verify-jobs
82       - gerrit-tox-verify
83
84     project: odlparent
85     project-name: odlparent
86     stream: 9.0.x
87     branch: 9.0.x
88
89     java-version: "openjdk11"
90     mvn-settings: odlparent-settings
91     mvn-version: mvn36
92
93     dependencies: ""
94     email-upstream: "[odlparent]"
95     archive-artifacts: >
96       **/*.prop
97       **/*.log
98       **/target/surefire-reports/*-output.txt
99       **/target/failsafe-reports/failsafe-summary.xml
100       **/hs_err_*.log
101       **/target/feature/feature.xml
102
103     # Used by the release job
104     staging-profile-id: 880d5ac25eaa
105
106 - project:
107     name: odlparent-8.1.x
108     jobs:
109       - "{project-name}-rtd-jobs":
110           build-node: centos7-builder-2c-2g
111           doc-dir: .tox/docs/tmp/html
112           project-pattern: odlparent
113           rtd-build-url: https://readthedocs.org/api/v2/webhook/odl-odlparent/50830/
114           rtd-token: e5afd4ac1ead64408d9e13cd1f628ade55512f8f
115       - odl-maven-jobs-jdk11
116       - odl-maven-verify-jobs
117       - gerrit-tox-verify
118
119     project: odlparent
120     project-name: odlparent
121     stream: 8.1.x
122     branch: 8.1.x
123
124     java-version: "openjdk11"
125     mvn-settings: odlparent-settings
126     mvn-version: mvn36
127
128     dependencies: ""
129     email-upstream: "[odlparent]"
130     archive-artifacts: >
131       **/*.prop
132       **/*.log
133       **/target/surefire-reports/*-output.txt
134       **/target/failsafe-reports/failsafe-summary.xml
135       **/hs_err_*.log
136       **/target/feature/feature.xml
137
138     # Used by the release job
139     staging-profile-id: 880d5ac25eaa
140
141 - project:
142     name: odlparent-release-management
143     jobs:
144       - gerrit-release-merge
145
146     project: odlparent
147     project-name: odlparent
148
149     build-node: centos7-builder-2c-1g
150     mvn-settings: odlparent-settings
151
152 - project:
153     name: odlparent-sonar
154     jobs:
155       - gerrit-maven-sonar:
156           mvn-params: >
157             -Dodl.jacoco.aggregateFile=$WORKSPACE/target/jacoco.exec
158             -Dskip.karaf.featureTest=true
159           sonar-mvn-goal: >
160             jacoco:report -Djacoco.dataFile=$WORKSPACE/target/jacoco.exec
161             sonar:sonar
162
163     project: "odlparent"
164     project-name: "odlparent"
165     branch: "master"
166
167     build-node: centos8-builder-4c-4g
168     java-version: "openjdk17"
169     mvn-version: mvn38
170     mvn-settings: "odlparent-settings"
171     mvn-opts: "-Xmx1024m"
172     sonarcloud: true
173     sonarcloud-project-organization: "{sonarcloud_project_organization}"
174     sonarcloud-api-token: "{sonarcloud_api_token}"
175     sonarcloud-project-key: "{sonarcloud_project_organization}_{project-name}"
176
177 - project:
178     name: odlparent-info
179     jobs:
180       - gerrit-info-yaml-verify
181     project: odlparent
182     project-name: odlparent
183     branch: master
184     build-node: centos7-builder-2c-1g
185
186 - project:
187     name: odlparent-view
188     views:
189       - project-view
190     project-name: odlparent