a0eb14665b958573ee1b02331cf7e8fb0f246d3a
[releng/builder.git] / jjb / infrautils / infrautils.yaml
1 ---
2 - project:
3     name: infrautils-master
4     jobs:
5       - "{project-name}-rtd-jobs":
6           build-node: centos8-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-5.0.x
29     jobs:
30       - "{project-name}-rtd-jobs":
31           build-node: centos8-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: 5.0.x
40     project: "infrautils"
41     project-name: "infrautils"
42     branch: 5.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-4.0.x
54     jobs:
55       - "{project-name}-rtd-jobs":
56           build-node: centos8-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-jdk17
62       - odl-maven-verify-jobs-jdk17
63
64     stream: 4.0.x
65     project: "infrautils"
66     project-name: "infrautils"
67     branch: "4.0.x"
68     java-version: "openjdk17"
69     mvn-settings: "infrautils-settings"
70     build-node: centos8-builder-4c-4g
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-release-management
79     jobs:
80       - gerrit-release-merge
81
82     project: infrautils
83     project-name: infrautils
84
85     build-node: centos7-builder-2c-1g
86     mvn-settings: infrautils-settings
87     # Needs to be rather long until we sort out the performance of
88     # https://nexus.opendaylight.org/content/repositories/opendaylight.release/org/opendaylight/
89     build-timeout: 60
90
91 - project:
92     name: infrautils-sonar
93     jobs:
94       - gerrit-maven-sonar:
95           mvn-params: >
96             -Dodl.jacoco.aggregateFile=$WORKSPACE/target/jacoco.exec
97             -Dskip.karaf.featureTest=true
98           sonar-mvn-goal: >
99             jacoco:report -Djacoco.dataFile=$WORKSPACE/target/jacoco.exec
100             sonar:sonar
101
102     project: "infrautils"
103     project-name: "infrautils"
104     branch: "master"
105     java-version: "openjdk17"
106     mvn-version: mvn38
107     mvn-settings: "infrautils-settings"
108     build-node: centos8-builder-4c-4g
109     sonarcloud: true
110     sonarcloud-project-organization: "{sonarcloud_project_organization}"
111     sonarcloud-api-token: "{sonarcloud_api_token}"
112     sonarcloud-project-key: "{sonarcloud_project_organization}_{project-name}"
113
114 - project:
115     name: infrautils-info
116     jobs:
117       - gerrit-info-yaml-verify
118     project: infrautils
119     project-name: infrautils
120     branch: master
121     build-node: centos7-builder-2c-1g
122
123 - project:
124     name: infrautils-view
125     views:
126       - project-view
127     project-name: infrautils