Merge "Do not specify maven maximum memory for infrautils"
[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.8.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: aluminium
39     project: "infrautils"
40     project-name: "infrautils"
41     branch: "1.8.x"
42     java-version: "openjdk11"
43     mvn-settings: "infrautils-settings"
44     mvn-opts: "-Xmx1024m"
45     dependencies: "odlparent-merge-{stream}"
46     email-upstream: "[infrautils] [odlparent]"
47
48     # Used by the release job
49     staging-profile-id: 96fca0367756c
50
51 - project:
52     name: infrautils-release-management
53     jobs:
54       - gerrit-release-merge
55
56     project: infrautils
57     project-name: infrautils
58
59     build-node: centos7-builder-2c-1g
60     mvn-settings: infrautils-settings
61
62 - project:
63     name: infrautils-sonar
64     jobs:
65       - gerrit-maven-sonar:
66           mvn-params: >
67             -Dodl.jacoco.aggregateFile=$WORKSPACE/target/jacoco.exec
68             -Dskip.karaf.featureTest=true
69           sonar-mvn-goal: >
70             jacoco:report -Djacoco.dataFile=$WORKSPACE/target/jacoco.exec
71             sonar:sonar
72
73     project: "infrautils"
74     project-name: "infrautils"
75     branch: "master"
76     java-version: "openjdk11"
77     mvn-settings: "infrautils-settings"
78     mvn-opts: "-Xmx1024m"
79     sonarcloud: true
80     sonarcloud-project-organization: "{sonarcloud_project_organization}"
81     sonarcloud-api-token: "{sonarcloud_api_token}"
82     sonarcloud-project-key: "{sonarcloud_project_organization}_{project-name}"
83
84 - project:
85     name: infrautils-info
86     jobs:
87       - gerrit-info-yaml-verify
88     project: infrautils
89     project-name: infrautils
90     branch: master
91     build-node: centos7-builder-2c-1g
92
93 - project:
94     name: infrautils-view
95     views:
96       - project-view
97     project-name: infrautils