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