46b14017a1eeea0f8e82791019e21dc642bb6477
[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-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-4.0.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-jdk17
37       - odl-maven-verify-jobs-jdk17
38
39     stream: 4.0.x
40     project: "infrautils"
41     project-name: "infrautils"
42     branch: "4.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-release-management
54     jobs:
55       - gerrit-release-merge
56
57     project: infrautils
58     project-name: infrautils
59
60     build-node: centos7-builder-2c-1g
61     mvn-settings: infrautils-settings
62     # Needs to be rather long until we sort out the performance of
63     # https://nexus.opendaylight.org/content/repositories/opendaylight.release/org/opendaylight/
64     build-timeout: 60
65
66 - project:
67     name: infrautils-sonar
68     jobs:
69       - gerrit-maven-sonar:
70           mvn-params: >
71             -Dodl.jacoco.aggregateFile=$WORKSPACE/target/jacoco.exec
72             -Dskip.karaf.featureTest=true
73           sonar-mvn-goal: >
74             jacoco:report -Djacoco.dataFile=$WORKSPACE/target/jacoco.exec
75             sonar:sonar
76
77     project: "infrautils"
78     project-name: "infrautils"
79     branch: "master"
80     java-version: "openjdk17"
81     mvn-version: mvn38
82     mvn-settings: "infrautils-settings"
83     build-node: centos8-builder-4c-4g
84     sonarcloud: true
85     sonarcloud-project-organization: "{sonarcloud_project_organization}"
86     sonarcloud-api-token: "{sonarcloud_api_token}"
87     sonarcloud-project-key: "{sonarcloud_project_organization}_{project-name}"
88
89 - project:
90     name: infrautils-info
91     jobs:
92       - gerrit-info-yaml-verify
93     project: infrautils
94     project-name: infrautils
95     branch: master
96     build-node: centos7-builder-2c-1g
97
98 - project:
99     name: infrautils-view
100     views:
101       - project-view
102     project-name: infrautils