Pamela Dragosh | 12ac3b4 | 2018-05-25 09:20:56 -0400 | [diff] [blame] | 1 | --- |
| 2 | - project: |
| 3 | name: policy-distribution |
| 4 | project-name: 'policy-distribution' |
| 5 | jobs: |
Pamela Dragosh | 12ac3b4 | 2018-05-25 09:20:56 -0400 | [diff] [blame] | 6 | - '{project-name}-{stream}-verify-java' |
mmis | 3a20270 | 2018-09-06 11:06:57 +0100 | [diff] [blame] | 7 | - '{project-name}-{stream}-merge-java': |
| 8 | docker-pom: 'pom.xml' |
Jessica Wagantall | 17d0a6e | 2018-09-14 03:11:01 -0700 | [diff] [blame] | 9 | mvn-params: '-P docker' |
Pamela Dragosh | 70eaef4 | 2020-03-26 11:04:58 -0400 | [diff] [blame] | 10 | build-node: ubuntu1804-docker-8c-8g |
Jessica Wagantall | daa789b | 2019-07-01 11:22:56 -0700 | [diff] [blame] | 11 | - gerrit-maven-stage: |
| 12 | sign-artifacts: true |
Bengt Thuree | d4cd214 | 2022-09-16 19:15:05 +1000 | [diff] [blame^] | 13 | build-node: centos8-docker-4c-4g |
Jessica Wagantall | daa789b | 2019-07-01 11:22:56 -0700 | [diff] [blame] | 14 | maven-versions-plugin: true |
liamfallon | e81581b | 2021-09-14 10:37:22 +0100 | [diff] [blame] | 15 | mvn-params: '-Dmaven.test.skip=true' |
Jessica Wagantall | daa789b | 2019-07-01 11:22:56 -0700 | [diff] [blame] | 16 | - gerrit-maven-docker-stage: |
Pamela Dragosh | 70eaef4 | 2020-03-26 11:04:58 -0400 | [diff] [blame] | 17 | build-node: ubuntu1804-docker-8c-8g |
Jessica Wagantall | daa789b | 2019-07-01 11:22:56 -0700 | [diff] [blame] | 18 | maven-versions-plugin: true |
| 19 | mvn-params: '-P docker -Dmaven.test.skip=true' |
| 20 | container-public-registry: 'nexus3.onap.org:10001' |
| 21 | container-staging-registry: 'nexus3.onap.org:10003' |
jhh | 8cc4ce1 | 2020-06-03 07:54:39 -0500 | [diff] [blame] | 22 | - '{project-name}-gerrit-release-jobs': |
| 23 | build-node: centos7-docker-8c-8g |
Pamela Dragosh | 12ac3b4 | 2018-05-25 09:20:56 -0400 | [diff] [blame] | 24 | |
| 25 | project: 'policy/distribution' |
| 26 | stream: |
| 27 | - 'master': |
| 28 | branch: 'master' |
Jim Hahn | 414b292 | 2021-03-10 15:33:10 -0500 | [diff] [blame] | 29 | - 'honolulu': |
| 30 | branch: 'honolulu' |
liamfallon | fc36755 | 2021-10-12 19:02:47 +0100 | [diff] [blame] | 31 | - 'istanbul': |
| 32 | branch: 'istanbul' |
liamfallon | a922997 | 2022-05-04 09:19:11 +0100 | [diff] [blame] | 33 | - 'jakarta': |
| 34 | branch: 'jakarta' |
liamfallon | 126f628 | 2022-10-24 16:11:43 +0100 | [diff] [blame] | 35 | - 'kohn': |
| 36 | branch: 'kohn' |
jhh | 68ae901 | 2020-05-21 10:14:17 -0500 | [diff] [blame] | 37 | mvn-settings: 'policy-distribution-settings' |
| 38 | java-version: openjdk11 |
| 39 | files: '**' |
| 40 | archive-artifacts: '' |
Bengt Thuree | ffc3ac8 | 2022-09-30 00:35:18 +1000 | [diff] [blame] | 41 | build-node: ubuntu1804-builder-4c-4g |
jhh | 68ae901 | 2020-05-21 10:14:17 -0500 | [diff] [blame] | 42 | |
| 43 | - project: |
Pamela Dragosh | 12ac3b4 | 2018-05-25 09:20:56 -0400 | [diff] [blame] | 44 | name: policy-distribution-sonar |
| 45 | jobs: |
| 46 | - gerrit-maven-sonar |
Jessica Wagantall | 1a3dce1 | 2019-11-18 17:05:30 -0800 | [diff] [blame] | 47 | sonarcloud: true |
| 48 | sonarcloud-project-organization: '{sonarcloud_project_organization}' |
Jessica Wagantall | 1a3dce1 | 2019-11-18 17:05:30 -0800 | [diff] [blame] | 49 | sonarcloud-project-key: '{sonarcloud_project_organization}_{project-name}' |
Jessica Wagantall | 883808b | 2020-01-09 10:54:25 -0800 | [diff] [blame] | 50 | sonar-mvn-goal: '{sonar_mvn_goal}' |
Gary Wu | 5f4277f | 2018-09-28 10:36:23 -0700 | [diff] [blame] | 51 | cron: '@daily' |
Bengt Thuree | ffc3ac8 | 2022-09-30 00:35:18 +1000 | [diff] [blame] | 52 | build-node: ubuntu1804-builder-4c-4g |
Pamela Dragosh | 12ac3b4 | 2018-05-25 09:20:56 -0400 | [diff] [blame] | 53 | project: 'policy/distribution' |
| 54 | project-name: 'policy-distribution' |
| 55 | branch: 'master' |
| 56 | mvn-settings: 'policy-distribution-settings' |
HOCKLA | e7e7c6d | 2020-01-20 10:36:55 -0600 | [diff] [blame] | 57 | java-version: openjdk11 |
Pamela Dragosh | 12ac3b4 | 2018-05-25 09:20:56 -0400 | [diff] [blame] | 58 | mvn-goals: 'clean install' |
| 59 | mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' |
Jessica Wagantall | 9ad190a | 2018-10-19 16:42:21 -0700 | [diff] [blame] | 60 | |
| 61 | - project: |
| 62 | name: policy-distribution-clm |
| 63 | jobs: |
| 64 | - gerrit-maven-clm |
Jessica Wagantall | f987136 | 2018-12-03 18:02:07 -0800 | [diff] [blame] | 65 | nexus-iq-namespace: 'onap-' |
Jessica Wagantall | 9ad190a | 2018-10-19 16:42:21 -0700 | [diff] [blame] | 66 | project: policy/distribution |
| 67 | project-name: 'policy-distribution' |
liamfallon | 5e391b0 | 2022-01-20 16:36:09 +0000 | [diff] [blame] | 68 | stream: |
| 69 | - 'master': |
| 70 | branch: 'master' |
Jessica Wagantall | 9ad190a | 2018-10-19 16:42:21 -0700 | [diff] [blame] | 71 | mvn-settings: 'policy-distribution-settings' |
HOCKLA | e7e7c6d | 2020-01-20 10:36:55 -0600 | [diff] [blame] | 72 | java-version: openjdk11 |
Jessica Wagantall | fbc62e9 | 2019-02-27 00:27:11 -0800 | [diff] [blame] | 73 | |
| 74 | - project: |
| 75 | name: policy-distribution-info |
| 76 | project-name: policy-distribution |
| 77 | jobs: |
| 78 | - gerrit-info-yaml-verify |
Bengt Thuree | d4cd214 | 2022-09-16 19:15:05 +1000 | [diff] [blame^] | 79 | build-node: centos8-builder-2c-1g |
Jessica Wagantall | fbc62e9 | 2019-02-27 00:27:11 -0800 | [diff] [blame] | 80 | project: policy/distribution |
| 81 | branch: master |