Retire odlparent-7.0.x jobs
[releng/builder.git] / jjb / odlparent / odlparent.yaml
1 ---
2 - project:
3     name: odlparent-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: odlparent
9           rtd-build-url: https://readthedocs.org/api/v2/webhook/odl-odlparent/50830/
10           rtd-token: e5afd4ac1ead64408d9e13cd1f628ade55512f8f
11       - odl-maven-jobs-jdk11
12       - odl-maven-verify-jobs
13       - gerrit-tox-verify
14
15     project: odlparent
16     project-name: odlparent
17     stream: master
18     branch: master
19
20     java-version: "openjdk11"
21     mvn-settings: odlparent-settings
22     mvn-version: mvn36
23
24     dependencies: ""
25     email-upstream: "[odlparent]"
26     archive-artifacts: >
27       **/*.prop
28       **/*.log
29       **/target/surefire-reports/*-output.txt
30       **/target/failsafe-reports/failsafe-summary.xml
31       **/hs_err_*.log
32       **/target/feature/feature.xml
33
34     # Used by the release job
35     staging-profile-id: 880d5ac25eaa
36
37 - project:
38     name: odlparent-8.1.x
39     jobs:
40       - "{project-name}-rtd-jobs":
41           build-node: centos7-builder-2c-2g
42           doc-dir: .tox/docs/tmp/html
43           project-pattern: odlparent
44           rtd-build-url: https://readthedocs.org/api/v2/webhook/odl-odlparent/50830/
45           rtd-token: e5afd4ac1ead64408d9e13cd1f628ade55512f8f
46       - odl-maven-jobs-jdk11
47       - odl-maven-verify-jobs
48       - gerrit-tox-verify
49
50     project: odlparent
51     project-name: odlparent
52     stream: 8.1.x
53     branch: 8.1.x
54
55     java-version: "openjdk11"
56     mvn-settings: odlparent-settings
57     mvn-version: mvn36
58
59     dependencies: ""
60     email-upstream: "[odlparent]"
61     archive-artifacts: >
62       **/*.prop
63       **/*.log
64       **/target/surefire-reports/*-output.txt
65       **/target/failsafe-reports/failsafe-summary.xml
66       **/hs_err_*.log
67       **/target/feature/feature.xml
68
69     # Used by the release job
70     staging-profile-id: 880d5ac25eaa
71
72 - project:
73     name: odlparent-release-management
74     jobs:
75       - gerrit-release-merge
76
77     project: odlparent
78     project-name: odlparent
79
80     build-node: centos7-builder-2c-1g
81     mvn-settings: odlparent-settings
82
83 - project:
84     name: odlparent-sonar
85     jobs:
86       - gerrit-maven-sonar:
87           mvn-params: >
88             -Dodl.jacoco.aggregateFile=$WORKSPACE/target/jacoco.exec
89             -Dskip.karaf.featureTest=true
90           sonar-mvn-goal: >
91             jacoco:report -Djacoco.dataFile=$WORKSPACE/target/jacoco.exec
92             sonar:sonar
93
94     project: "odlparent"
95     project-name: "odlparent"
96     branch: "master"
97     java-version: "openjdk11"
98     mvn-settings: "odlparent-settings"
99     mvn-opts: "-Xmx1024m"
100     sonarcloud: true
101     sonarcloud-project-organization: "{sonarcloud_project_organization}"
102     sonarcloud-api-token: "{sonarcloud_api_token}"
103     sonarcloud-project-key: "{sonarcloud_project_organization}_{project-name}"
104
105 - project:
106     name: odlparent-info
107     jobs:
108       - gerrit-info-yaml-verify
109     project: odlparent
110     project-name: odlparent
111     branch: master
112     build-node: centos7-builder-2c-1g
113
114 - project:
115     name: odlparent-view
116     views:
117       - project-view
118     project-name: odlparent