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