0d9885494d3e24eb9bf5f0275666f6620dd51f4a
[releng/builder.git] / jjb / infrautils / infrautils.yaml
1 ---
2 - project:
3     name: infrautils-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: infrautils
9           rtd-build-url: https://readthedocs.org/api/v2/webhook/odl-infrautils/38993/
10           rtd-token: 294c76173237e3a088365c31012cf4ddaa767dc9
11       - odl-maven-jobs-jdk17
12       - odl-maven-verify-jobs-jdk17
13
14     stream: master
15     project: "infrautils"
16     project-name: "infrautils"
17     branch: "master"
18     java-version: "openjdk17"
19     mvn-settings: "infrautils-settings"
20     build-node: centos8-builder-4c-4g
21     dependencies: "odlparent-merge-{stream}"
22     email-upstream: "[infrautils] [odlparent]"
23
24     # Used by the release job
25     staging-profile-id: 96fca0367756c
26
27 - project:
28     name: infrautils-3.0.x
29     jobs:
30       - "{project-name}-rtd-jobs":
31           build-node: centos7-builder-2c-2g
32           doc-dir: .tox/docs/tmp/html
33           project-pattern: infrautils
34           rtd-build-url: https://readthedocs.org/api/v2/webhook/odl-infrautils/38993/
35           rtd-token: 294c76173237e3a088365c31012cf4ddaa767dc9
36       - odl-maven-jobs-jdk11
37       - odl-maven-verify-jobs
38       - odl-maven-verify-jobs-jdk17
39
40     stream: 3.0.x
41     project: "infrautils"
42     project-name: "infrautils"
43     branch: 3.0.x
44     java-version: "openjdk11"
45     mvn-settings: "infrautils-settings"
46     build-node: centos8-builder-4c-4g
47     dependencies: "odlparent-merge-{stream}"
48     email-upstream: "[infrautils] [odlparent]"
49
50     # Used by the release job
51     staging-profile-id: 96fca0367756c
52
53 - project:
54     name: infrautils-2.0.x
55     jobs:
56       - "{project-name}-rtd-jobs":
57           build-node: centos7-builder-2c-2g
58           doc-dir: .tox/docs/tmp/html
59           project-pattern: infrautils
60           rtd-build-url: https://readthedocs.org/api/v2/webhook/odl-infrautils/38993/
61           rtd-token: 294c76173237e3a088365c31012cf4ddaa767dc9
62       - odl-maven-jobs-jdk11
63       - odl-maven-verify-jobs
64
65     stream: 2.0.x
66     project: "infrautils"
67     project-name: "infrautils"
68     branch: "2.0.x"
69     java-version: "openjdk11"
70     mvn-settings: "infrautils-settings"
71     dependencies: "odlparent-merge-{stream}"
72     email-upstream: "[infrautils] [odlparent]"
73
74     # Used by the release job
75     staging-profile-id: 96fca0367756c
76
77 - project:
78     name: infrautils-1.9.x
79     jobs:
80       - "{project-name}-rtd-jobs":
81           build-node: centos7-builder-2c-2g
82           doc-dir: .tox/docs/tmp/html
83           project-pattern: infrautils
84           rtd-build-url: https://readthedocs.org/api/v2/webhook/odl-infrautils/38993/
85           rtd-token: 294c76173237e3a088365c31012cf4ddaa767dc9
86       - odl-maven-jobs-jdk11
87       - odl-maven-verify-jobs
88
89     stream: 1.9.x
90     project: "infrautils"
91     project-name: "infrautils"
92     branch: "1.9.x"
93     java-version: "openjdk11"
94     mvn-settings: "infrautils-settings"
95     dependencies: "odlparent-merge-{stream}"
96     email-upstream: "[infrautils] [odlparent]"
97
98     # Used by the release job
99     staging-profile-id: 96fca0367756c
100
101 - project:
102     name: infrautils-release-management
103     jobs:
104       - gerrit-release-merge
105
106     project: infrautils
107     project-name: infrautils
108
109     build-node: centos7-builder-2c-1g
110     mvn-settings: infrautils-settings
111     # Needs to be rather long until we sort out the performance of
112     # https://nexus.opendaylight.org/content/repositories/opendaylight.release/org/opendaylight/
113     build-timeout: 60
114
115 - project:
116     name: infrautils-sonar
117     jobs:
118       - gerrit-maven-sonar:
119           mvn-params: >
120             -Dodl.jacoco.aggregateFile=$WORKSPACE/target/jacoco.exec
121             -Dskip.karaf.featureTest=true
122           sonar-mvn-goal: >
123             jacoco:report -Djacoco.dataFile=$WORKSPACE/target/jacoco.exec
124             sonar:sonar
125
126     project: "infrautils"
127     project-name: "infrautils"
128     branch: "master"
129     java-version: "openjdk17"
130     mvn-version: mvn38
131     mvn-settings: "infrautils-settings"
132     build-node: centos8-builder-4c-4g
133     sonarcloud: true
134     sonarcloud-project-organization: "{sonarcloud_project_organization}"
135     sonarcloud-api-token: "{sonarcloud_api_token}"
136     sonarcloud-project-key: "{sonarcloud_project_organization}_{project-name}"
137
138 - project:
139     name: infrautils-info
140     jobs:
141       - gerrit-info-yaml-verify
142     project: infrautils
143     project-name: infrautils
144     branch: master
145     build-node: centos7-builder-2c-1g
146
147 - project:
148     name: infrautils-view
149     views:
150       - project-view
151     project-name: infrautils