98b2fb30e8b99b1cb43ce1a5a1573c12ee91fda0
[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     mvn-opts: "-Xmx1024m"
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-1.8.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
39     stream: aluminium
40     project: "infrautils"
41     project-name: "infrautils"
42     branch: "1.8.x"
43     java-version: "openjdk11"
44     mvn-settings: "infrautils-settings"
45     mvn-opts: "-Xmx1024m"
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-magnesium
54     jobs:
55       - "{project-name}-distribution-check-{stream}"
56       - "{project-name}-maven-javadoc-jobs"
57       - "{project-name}-rtd-jobs":
58           build-node: centos7-builder-2c-2g
59           doc-dir: .tox/docs/tmp/html
60           project-pattern: infrautils
61           rtd-build-url: https://readthedocs.org/api/v2/webhook/odl-infrautils/38993/
62           rtd-token: 294c76173237e3a088365c31012cf4ddaa767dc9
63       - odl-maven-jobs-jdk11
64       - odl-maven-verify-jobs
65
66     stream: magnesium
67     project: "infrautils"
68     project-name: "infrautils"
69     branch: "stable/magnesium"
70     java-version: "openjdk11"
71     mvn-settings: "infrautils-settings"
72     mvn-opts: "-Xmx1024m"
73     dependencies: "odlparent-merge-{stream}"
74     email-upstream: "[infrautils] [odlparent]"
75
76     # Used by the release job
77     staging-profile-id: 96fca0367756c
78
79 - project:
80     name: infrautils-release-management
81     jobs:
82       - gerrit-release-merge
83
84     project: infrautils
85     project-name: infrautils
86
87     build-node: centos7-builder-2c-1g
88     mvn-settings: infrautils-settings
89
90 - project:
91     name: infrautils-sonar
92     jobs:
93       - gerrit-maven-sonar:
94           mvn-params: >
95             -Dodl.jacoco.aggregateFile=$WORKSPACE/target/jacoco.exec
96             -Dskip.karaf.featureTest=true
97           sonar-mvn-goal: >
98             jacoco:report -Djacoco.dataFile=$WORKSPACE/target/jacoco.exec
99             sonar:sonar
100
101     project: "infrautils"
102     project-name: "infrautils"
103     branch: "master"
104     java-version: "openjdk11"
105     mvn-settings: "infrautils-settings"
106     mvn-opts: "-Xmx1024m"
107     sonarcloud: true
108     sonarcloud-project-organization: "{sonarcloud_project_organization}"
109     sonarcloud-api-token: "{sonarcloud_api_token}"
110     sonarcloud-project-key: "{sonarcloud_project_organization}_{project-name}"
111
112 - project:
113     name: infrautils-info
114     jobs:
115       - gerrit-info-yaml-verify
116     project: infrautils
117     project-name: infrautils
118     branch: master
119     build-node: centos7-builder-2c-1g
120
121 - project:
122     name: infrautils-view
123     views:
124       - project-view
125     project-name: infrautils