Add jobs for infrautils-4.0.x
[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-4.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-jdk17
37       - odl-maven-verify-jobs-jdk17
38
39     stream: 4.0.x
40     project: "infrautils"
41     project-name: "infrautils"
42     branch: "4.0.x"
43     java-version: "openjdk17"
44     mvn-settings: "infrautils-settings"
45     build-node: centos8-builder-4c-4g
46     dependencies: "odlparent-merge-{stream}"
47     email-upstream: "[infrautils] [odlparent]"
48
49     # Used by the release job
50     staging-profile-id: 96fca0367756c
51
52 - project:
53     name: infrautils-3.0.x
54     jobs:
55       - "{project-name}-rtd-jobs":
56           build-node: centos7-builder-2c-2g
57           doc-dir: .tox/docs/tmp/html
58           project-pattern: infrautils
59           rtd-build-url: https://readthedocs.org/api/v2/webhook/odl-infrautils/38993/
60           rtd-token: 294c76173237e3a088365c31012cf4ddaa767dc9
61       - odl-maven-jobs-jdk11
62       - odl-maven-verify-jobs
63       - odl-maven-verify-jobs-jdk17:
64           build-node: centos8-builder-4c-4g
65
66     stream: 3.0.x
67     project: "infrautils"
68     project-name: "infrautils"
69     branch: 3.0.x
70     java-version: "openjdk11"
71     mvn-settings: "infrautils-settings"
72     dependencies: "odlparent-merge-{stream}"
73     email-upstream: "[infrautils] [odlparent]"
74
75     # Used by the release job
76     staging-profile-id: 96fca0367756c
77
78 - project:
79     name: infrautils-release-management
80     jobs:
81       - gerrit-release-merge
82
83     project: infrautils
84     project-name: infrautils
85
86     build-node: centos7-builder-2c-1g
87     mvn-settings: infrautils-settings
88     # Needs to be rather long until we sort out the performance of
89     # https://nexus.opendaylight.org/content/repositories/opendaylight.release/org/opendaylight/
90     build-timeout: 60
91
92 - project:
93     name: infrautils-sonar
94     jobs:
95       - gerrit-maven-sonar:
96           mvn-params: >
97             -Dodl.jacoco.aggregateFile=$WORKSPACE/target/jacoco.exec
98             -Dskip.karaf.featureTest=true
99           sonar-mvn-goal: >
100             jacoco:report -Djacoco.dataFile=$WORKSPACE/target/jacoco.exec
101             sonar:sonar
102
103     project: "infrautils"
104     project-name: "infrautils"
105     branch: "master"
106     java-version: "openjdk17"
107     mvn-version: mvn38
108     mvn-settings: "infrautils-settings"
109     build-node: centos8-builder-4c-4g
110     sonarcloud: true
111     sonarcloud-project-organization: "{sonarcloud_project_organization}"
112     sonarcloud-api-token: "{sonarcloud_api_token}"
113     sonarcloud-project-key: "{sonarcloud_project_organization}_{project-name}"
114
115 - project:
116     name: infrautils-info
117     jobs:
118       - gerrit-info-yaml-verify
119     project: infrautils
120     project-name: infrautils
121     branch: master
122     build-node: centos7-builder-2c-1g
123
124 - project:
125     name: infrautils-view
126     views:
127       - project-view
128     project-name: infrautils