bdfede3dd9956a023ccfa91ebd9d2b0444539ef1
[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-jdk11
12       - odl-maven-verify-jobs
13
14     stream: master
15     project: "infrautils"
16     project-name: "infrautils"
17     branch: "master"
18     java-version: "openjdk11"
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-1.9.x
28     jobs:
29       - "{project-name}-rtd-jobs":
30           build-node: centos7-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-jdk11
36       - odl-maven-verify-jobs
37
38     stream: 1.9.x
39     project: "infrautils"
40     project-name: "infrautils"
41     branch: "1.9.x"
42     java-version: "openjdk11"
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-1.8.x
52     jobs:
53       - "{project-name}-rtd-jobs":
54           build-node: centos7-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-jdk11
60       - odl-maven-verify-jobs
61
62     stream: aluminium
63     project: "infrautils"
64     project-name: "infrautils"
65     branch: "1.8.x"
66     java-version: "openjdk11"
67     mvn-settings: "infrautils-settings"
68     mvn-opts: "-Xmx1024m"
69     dependencies: "odlparent-merge-{stream}"
70     email-upstream: "[infrautils] [odlparent]"
71
72     # Used by the release job
73     staging-profile-id: 96fca0367756c
74
75 - project:
76     name: infrautils-release-management
77     jobs:
78       - gerrit-release-merge
79
80     project: infrautils
81     project-name: infrautils
82
83     build-node: centos7-builder-2c-1g
84     mvn-settings: infrautils-settings
85     # Needs to be rather long until we sort out the performance of
86     # https://nexus.opendaylight.org/content/repositories/opendaylight.release/org/opendaylight/
87     build-timeout: 60
88
89 - project:
90     name: infrautils-sonar
91     jobs:
92       - gerrit-maven-sonar:
93           mvn-params: >
94             -Dodl.jacoco.aggregateFile=$WORKSPACE/target/jacoco.exec
95             -Dskip.karaf.featureTest=true
96           sonar-mvn-goal: >
97             jacoco:report -Djacoco.dataFile=$WORKSPACE/target/jacoco.exec
98             sonar:sonar
99
100     project: "infrautils"
101     project-name: "infrautils"
102     branch: "master"
103     java-version: "openjdk11"
104     mvn-settings: "infrautils-settings"
105     mvn-opts: "-Xmx1024m"
106     sonarcloud: true
107     sonarcloud-project-organization: "{sonarcloud_project_organization}"
108     sonarcloud-api-token: "{sonarcloud_api_token}"
109     sonarcloud-project-key: "{sonarcloud_project_organization}_{project-name}"
110
111 - project:
112     name: infrautils-info
113     jobs:
114       - gerrit-info-yaml-verify
115     project: infrautils
116     project-name: infrautils
117     branch: master
118     build-node: centos7-builder-2c-1g
119
120 - project:
121     name: infrautils-view
122     views:
123       - project-view
124     project-name: infrautils