blob: cb9e82f9979848e86f29c99e8736e2848a1b5517 [file] [log] [blame]
Pamela Dragosh33ba85b2017-02-15 10:58:03 -05001---
2- project:
3 name: policy-engine
4 project-name: 'policy-engine'
5 jobs:
6 - '{project-name}-{stream}-verify-java'
Rashmi Pujar60e60c82019-06-17 11:52:15 -04007 - '{project-name}-{stream}-merge-java':
8 docker-pom: 'pom.xml'
9 mvn-profile: 'docker'
10 mvn-params: "-P docker"
Jessica Wagantallbf1b96b2019-06-25 14:07:50 -070011 - gerrit-maven-stage:
12 sign-artifacts: true
Pamela Dragosh94f332b2019-06-27 08:35:16 -040013 build-node: centos7-docker-8c-8g
Jessica Wagantallbf1b96b2019-06-25 14:07:50 -070014 maven-versions-plugin: true
15 - gerrit-maven-docker-stage:
Pamela Dragosh70eaef42020-03-26 11:04:58 -040016 build-node: ubuntu1804-docker-8c-8g
Jessica Wagantallbf1b96b2019-06-25 14:07:50 -070017 maven-versions-plugin: true
Pamela Dragosh365d4412020-03-26 07:24:49 -040018 mvn-params: '-P docker -Dmaven.test.skip=true'
Jessica Wagantallbf1b96b2019-06-25 14:07:50 -070019 container-public-registry: 'nexus3.onap.org:10001'
20 container-staging-registry: 'nexus3.onap.org:10003'
jhh8cc4ce12020-06-03 07:54:39 -050021 - '{project-name}-gerrit-release-jobs':
22 build-node: centos7-docker-8c-8g
Jessica Wagantallbf1b96b2019-06-25 14:07:50 -070023
Pamela Dragosh33ba85b2017-02-15 10:58:03 -050024 project: 'policy/engine'
25 stream:
Pamela Dragoshf6e92f52020-05-19 11:04:15 -040026 - 'frankfurt':
27 branch: 'frankfurt'
jhh68ae9012020-05-21 10:14:17 -050028 mvn-settings: 'policy-engine-settings'
29 java-version: openjdk11
30 files: '**'
31 archive-artifacts: ''
32 build-node: 'ubuntu1804-docker-8c-8g'
33
34- project:
jhh8a49eba2020-05-26 13:17:26 -050035 name: policy-engine-jdk8
36 project-name: 'policy-engine'
37 jobs:
38 - '{project-name}-{stream}-verify-java'
39 - '{project-name}-{stream}-merge-java':
40 docker-pom: 'pom.xml'
41 mvn-profile: 'docker'
42 mvn-params: "-P docker"
43 - gerrit-maven-stage:
44 sign-artifacts: true
45 build-node: centos7-docker-8c-8g
46 maven-versions-plugin: true
jhhce41c0e2020-06-01 09:36:04 -050047 mvn-params: '-Dmaven.test.skip=true'
jhh8a49eba2020-05-26 13:17:26 -050048 - gerrit-maven-docker-stage:
49 build-node: ubuntu1804-docker-8c-8g
50 maven-versions-plugin: true
51 mvn-params: '-P docker -Dmaven.test.skip=true'
52 container-public-registry: 'nexus3.onap.org:10001'
53 container-staging-registry: 'nexus3.onap.org:10003'
jhh8a49eba2020-05-26 13:17:26 -050054
55 project: 'policy/engine'
56 stream:
57 - 'elalto':
58 branch: 'elalto'
59 mvn-settings: 'policy-engine-settings'
60 java-version: openjdk8
61 files: '**'
62 archive-artifacts: ''
63 build-node: 'ubuntu1804-docker-8c-8g'
64
65- project:
Jessica Wagantallb0e72cd2018-01-29 16:07:22 -080066 name: policy-engine-sonar
67 jobs:
68 - gerrit-maven-sonar
Jessica Wagantall1a3dce12019-11-18 17:05:30 -080069 sonarcloud: true
70 sonarcloud-project-organization: '{sonarcloud_project_organization}'
71 sonarcloud-api-token: '{sonarcloud_api_token}'
72 sonarcloud-project-key: '{sonarcloud_project_organization}_{project-name}'
Jessica Wagantall883808b2020-01-09 10:54:25 -080073 sonar-mvn-goal: '{sonar_mvn_goal}'
Gary Wu5f4277f2018-09-28 10:36:23 -070074 cron: '@daily'
Pamela Dragosh70eaef42020-03-26 11:04:58 -040075 build-node: ubuntu1804-builder-4c-4g
Jessica Wagantallb0e72cd2018-01-29 16:07:22 -080076 project: 'policy/engine'
77 project-name: 'policy-engine'
Pamela Dragoshf6e92f52020-05-19 11:04:15 -040078 branch: 'frankfurt'
Jessica Wagantallb0e72cd2018-01-29 16:07:22 -080079 mvn-settings: 'policy-engine-settings'
HOCKLAe7e7c6d2020-01-20 10:36:55 -060080 java-version: openjdk11
Jessica Wagantallb0e72cd2018-01-29 16:07:22 -080081 mvn-goals: 'clean install'
Pamela Dragosh75499022019-12-12 08:36:38 -050082 mvn-opts: '-Xmx2048m -XX:MaxPermSize=512m'
Jessica Wagantall9ad190a2018-10-19 16:42:21 -070083
84- project:
85 name: policy-engine-clm
86 jobs:
87 - gerrit-maven-clm:
Pamela Dragoshbd9b46b2019-04-19 11:10:58 -040088 build-timeout: 40
Jessica Wagantallf9871362018-12-03 18:02:07 -080089 nexus-iq-namespace: 'onap-'
Jessica Wagantall9ad190a2018-10-19 16:42:21 -070090 project: policy/engine
91 project-name: 'policy-engine'
Pamela Dragoshf6e92f52020-05-19 11:04:15 -040092 branch: 'frankfurt'
Jessica Wagantall9ad190a2018-10-19 16:42:21 -070093 mvn-settings: 'policy-engine-settings'
HOCKLAe7e7c6d2020-01-20 10:36:55 -060094 java-version: openjdk11
Pamela Dragosh70eaef42020-03-26 11:04:58 -040095 build-node: 'ubuntu1804-builder-4c-4g'
Jessica Wagantallfbc62e92019-02-27 00:27:11 -080096
97- project:
98 name: policy-engine-info
99 project-name: policy-engine
100 jobs:
101 - gerrit-info-yaml-verify
Jessica Wagantalldb675aa2020-01-14 00:57:36 -0800102 build-node: centos7-builder-2c-1g
Jessica Wagantallfbc62e92019-02-27 00:27:11 -0800103 project: policy/engine
Pamela Dragoshf6e92f52020-05-19 11:04:15 -0400104 branch: frankfurt