Chore: Revert back to ubuntu1804-builder
[ci-management.git] / jjb / optf / optf-osdf.yaml
1 ---
2 - project:
3     name: optf-osdf
4     project-name: 'optf-osdf'
5     project: 'optf/osdf'
6     python-version: python3
7     stream:
8       - 'master':
9           branch: 'master'
10       - 'jakarta':
11           branch: 'jakarta'
12     mvn-settings: 'optf-osdf-settings'
13     subproject:
14       - 'osdf':
15           path: '.'
16           pattern: '**'
17           pom: 'pom.xml'
18     jobs:
19       - '{project-name}-{stream}-{subproject}-verify-python':
20           build-node: ubuntu1804-builder-4c-4g
21       - '{project-name}-{stream}-{subproject}-merge-java':
22           build-node: ubuntu1804-docker-8c-8g
23       - gerrit-maven-stage:
24           sign-artifacts: true
25           build-node: centos7-docker-8c-8g
26           maven-versions-plugin: true
27       - '{project-name}-gerrit-release-jobs':
28           build-node: centos7-docker-8c-8g
29       - gerrit-maven-docker-stage:
30           build-node: ubuntu1804-docker-8c-8g
31           maven-versions-plugin: true
32           container-public-registry: 'nexus3.onap.org:10001'
33           container-staging-registry: 'nexus3.onap.org:10003'
34           docker-pom: 'pom.xml'
35           mvn-params: '-Dmaven.test.skip=true -P docker'
36
37     files: '**'
38     archive-artifacts: ''
39     build-node: 'ubuntu1804-builder-4c-4g'
40
41 - project:
42     name: optf-osdf-sonar
43     jobs:
44       - gerrit-maven-sonar
45     sonarcloud: true
46     sonarcloud-project-organization: '{sonarcloud_project_organization}'
47     sonarcloud-api-token: '{sonarcloud_api_token}'
48     sonarcloud-project-key: '{sonarcloud_project_organization}_{project-name}'
49     sonar-mvn-goal: '{sonar_mvn_goal}'
50     cron: '@daily'
51     build-node: ubuntu1804-docker-8c-8g
52     project: 'optf/osdf'
53     project-name: 'optf-osdf'
54     branch: 'master'
55     mvn-settings: 'optf-osdf-settings'
56     mvn-goals: 'clean install'
57     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
58
59 - project:
60     name: optf-osdf-clm
61     jobs:
62       - gerrit-maven-clm
63     nexus-iq-namespace: 'onap-'
64     project: optf/osdf
65     build-node: ubuntu1804-docker-8c-8g
66     project-name: 'optf-osdf'
67     stream:
68       - 'master':
69           branch: 'master'
70       - 'jakarta':
71           branch: 'jakarta'
72     mvn-settings: 'optf-osdf-settings'
73
74 - project:
75     name: optf-osdf-info
76     project-name: optf-osdf
77     jobs:
78       - gerrit-info-yaml-verify
79     build-node: centos7-builder-2c-1g
80     project: optf/osdf
81     branch: master