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