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