Sai Gandham | 6b5e8f7 | 2018-07-02 22:51:27 -0500 | [diff] [blame] | 1 | --- |
Instrumental | 1b2bc67 | 2020-03-27 08:23:24 -0500 | [diff] [blame] | 2 | # Note: 202003, LF says ubuntu1604 is deprecated. Use ubuntu1804 when needed |
Sai Gandham | 6b5e8f7 | 2018-07-02 22:51:27 -0500 | [diff] [blame] | 3 | - project: |
| 4 | name: aaf-cadi |
| 5 | project-name: 'aaf-cadi' |
| 6 | jobs: |
Sai Gandham | 6b5e8f7 | 2018-07-02 22:51:27 -0500 | [diff] [blame] | 7 | - '{project-name}-{stream}-verify-java' |
| 8 | - '{project-name}-{stream}-merge-java' |
Jessica Wagantall | a4513e1 | 2019-02-04 14:28:31 -0800 | [diff] [blame] | 9 | - gerrit-maven-stage: |
| 10 | sign-artifacts: true |
| 11 | build-node: centos7-docker-8c-8g |
| 12 | maven-versions-plugin: true |
Sai Gandham | 6b5e8f7 | 2018-07-02 22:51:27 -0500 | [diff] [blame] | 13 | project: 'aaf/cadi' |
| 14 | stream: |
| 15 | - 'master': |
| 16 | branch: 'master' |
| 17 | mvn-settings: 'aaf-cadi-settings' |
| 18 | files: '**' |
| 19 | archive-artifacts: '' |
| 20 | |
| 21 | - project: |
Ravi Geda | 00bdc7f | 2018-09-20 14:12:42 +0100 | [diff] [blame] | 22 | name: aaf-cadi-shiro-sonar |
Sai Gandham | 6b5e8f7 | 2018-07-02 22:51:27 -0500 | [diff] [blame] | 23 | jobs: |
| 24 | - gerrit-maven-sonar |
Jessica Wagantall | 1e41c36 | 2019-11-18 16:59:57 -0800 | [diff] [blame] | 25 | sonarcloud: true |
| 26 | sonarcloud-project-organization: '{sonarcloud_project_organization}' |
| 27 | sonarcloud-api-token: '{sonarcloud_api_token}' |
| 28 | sonarcloud-project-key: '{sonarcloud_project_organization}_{project-name}' |
Jessica Wagantall | 883808b | 2020-01-09 10:54:25 -0800 | [diff] [blame] | 29 | sonar-mvn-goal: '{sonar_mvn_goal}' |
Gary Wu | 5f4277f | 2018-09-28 10:36:23 -0700 | [diff] [blame] | 30 | cron: '@daily' |
Instrumental | 1b2bc67 | 2020-03-27 08:23:24 -0500 | [diff] [blame] | 31 | build-node: ubuntu1804-builder-4c-4g |
Sai Gandham | 6b5e8f7 | 2018-07-02 22:51:27 -0500 | [diff] [blame] | 32 | project: 'aaf/cadi' |
Ravi Geda | f83904a | 2018-10-03 09:58:05 +0100 | [diff] [blame] | 33 | project-name: 'aaf-cadi-shiro' |
Sai Gandham | 6b5e8f7 | 2018-07-02 22:51:27 -0500 | [diff] [blame] | 34 | branch: 'master' |
Ravi Geda | 00bdc7f | 2018-09-20 14:12:42 +0100 | [diff] [blame] | 35 | mvn-params: '-f shiro/pom.xml' |
Sai Gandham | 6b5e8f7 | 2018-07-02 22:51:27 -0500 | [diff] [blame] | 36 | mvn-settings: 'aaf-cadi-settings' |
| 37 | mvn-goals: 'clean install' |
| 38 | mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' |
Ravi Geda | 00bdc7f | 2018-09-20 14:12:42 +0100 | [diff] [blame] | 39 | # Though the below docker jobs have "aai" in the name, there is no aai code involved. |
| 40 | - project: |
| 41 | name: aaf-cadi-fproxy |
| 42 | project-name: 'aaf-cadi-fproxy' |
| 43 | jobs: |
| 44 | - '{project-name}-{stream}-aai-docker-java-daily': |
| 45 | pom: 'sidecar/fproxy/pom.xml' |
| 46 | mvn-goals: 'docker:build' |
Instrumental | 1b2bc67 | 2020-03-27 08:23:24 -0500 | [diff] [blame] | 47 | build-node: ubuntu1804-docker-8c-8g |
Ravi Geda | 00bdc7f | 2018-09-20 14:12:42 +0100 | [diff] [blame] | 48 | project: 'aaf/cadi' |
Ravi Geda | 17aaf7f | 2018-09-28 13:09:22 +0100 | [diff] [blame] | 49 | docker-image-name: 'onap/fproxy' |
Ravi Geda | 00bdc7f | 2018-09-20 14:12:42 +0100 | [diff] [blame] | 50 | stream: |
| 51 | - 'master': |
| 52 | branch: 'master' |
| 53 | mvn-settings: 'aaf-cadi-settings' |
| 54 | files: '**' |
| 55 | archive-artifacts: '' |
| 56 | |
| 57 | - project: |
| 58 | name: aaf-cadi-fproxy-sonar |
| 59 | jobs: |
| 60 | - gerrit-maven-sonar |
Jessica Wagantall | 1e41c36 | 2019-11-18 16:59:57 -0800 | [diff] [blame] | 61 | sonarcloud: true |
| 62 | sonarcloud-project-organization: '{sonarcloud_project_organization}' |
| 63 | sonarcloud-api-token: '{sonarcloud_api_token}' |
| 64 | sonarcloud-project-key: '{sonarcloud_project_organization}_{project-name}' |
Jessica Wagantall | 883808b | 2020-01-09 10:54:25 -0800 | [diff] [blame] | 65 | sonar-mvn-goal: '{sonar_mvn_goal}' |
Gary Wu | 5f4277f | 2018-09-28 10:36:23 -0700 | [diff] [blame] | 66 | cron: '@daily' |
Instrumental | 1b2bc67 | 2020-03-27 08:23:24 -0500 | [diff] [blame] | 67 | build-node: ubuntu1804-builder-4c-4g |
Ravi Geda | 00bdc7f | 2018-09-20 14:12:42 +0100 | [diff] [blame] | 68 | project: 'aaf/cadi' |
| 69 | project-name: 'aaf-cadi-fproxy' |
| 70 | branch: 'master' |
| 71 | mvn-params: '-f sidecar/fproxy/pom.xml' |
| 72 | mvn-settings: 'aaf-cadi-settings' |
| 73 | mvn-goals: 'clean install' |
| 74 | mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' |
| 75 | |
| 76 | - project: |
| 77 | name: aaf-cadi-rproxy |
| 78 | project-name: 'aaf-cadi-rproxy' |
| 79 | jobs: |
| 80 | - '{project-name}-{stream}-aai-docker-java-daily': |
| 81 | pom: 'sidecar/rproxy/pom.xml' |
| 82 | mvn-goals: 'docker:build' |
Instrumental | 1b2bc67 | 2020-03-27 08:23:24 -0500 | [diff] [blame] | 83 | build-node: ubuntu1804-docker-8c-8g |
Ravi Geda | 00bdc7f | 2018-09-20 14:12:42 +0100 | [diff] [blame] | 84 | project: 'aaf/cadi' |
Ravi Geda | 17aaf7f | 2018-09-28 13:09:22 +0100 | [diff] [blame] | 85 | docker-image-name: 'onap/rproxy' |
Ravi Geda | 00bdc7f | 2018-09-20 14:12:42 +0100 | [diff] [blame] | 86 | stream: |
| 87 | - 'master': |
| 88 | branch: 'master' |
| 89 | mvn-settings: 'aaf-cadi-settings' |
| 90 | files: '**' |
| 91 | archive-artifacts: '' |
| 92 | |
| 93 | - project: |
| 94 | name: aaf-cadi-rproxy-sonar |
| 95 | jobs: |
| 96 | - gerrit-maven-sonar |
Jessica Wagantall | 1e41c36 | 2019-11-18 16:59:57 -0800 | [diff] [blame] | 97 | sonarcloud: true |
| 98 | sonarcloud-project-organization: '{sonarcloud_project_organization}' |
| 99 | sonarcloud-api-token: '{sonarcloud_api_token}' |
| 100 | sonarcloud-project-key: '{sonarcloud_project_organization}_{project-name}' |
Jessica Wagantall | 883808b | 2020-01-09 10:54:25 -0800 | [diff] [blame] | 101 | sonar-mvn-goal: '{sonar_mvn_goal}' |
Gary Wu | 5f4277f | 2018-09-28 10:36:23 -0700 | [diff] [blame] | 102 | cron: '@daily' |
Instrumental | 1b2bc67 | 2020-03-27 08:23:24 -0500 | [diff] [blame] | 103 | build-node: ubuntu1804-builder-4c-4g |
Ravi Geda | 00bdc7f | 2018-09-20 14:12:42 +0100 | [diff] [blame] | 104 | project: 'aaf/cadi' |
| 105 | project-name: 'aaf-cadi-rproxy' |
| 106 | branch: 'master' |
| 107 | mvn-params: '-f sidecar/rproxy/pom.xml' |
| 108 | mvn-settings: 'aaf-cadi-settings' |
| 109 | mvn-goals: 'clean install' |
| 110 | mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' |
| 111 | |
| 112 | - project: |
| 113 | name: aaf-cadi-tproxy-config |
| 114 | project-name: 'aaf-cadi-tproxy-config' |
| 115 | jobs: |
| 116 | - '{project-name}-{stream}-aai-docker-java-daily': |
| 117 | pom: 'sidecar/tproxy-config/pom.xml' |
| 118 | mvn-goals: 'docker:build' |
Instrumental | 1b2bc67 | 2020-03-27 08:23:24 -0500 | [diff] [blame] | 119 | build-node: ubuntu1804-docker-8c-8g |
Ravi Geda | 00bdc7f | 2018-09-20 14:12:42 +0100 | [diff] [blame] | 120 | project: 'aaf/cadi' |
Ravi Geda | 17aaf7f | 2018-09-28 13:09:22 +0100 | [diff] [blame] | 121 | docker-image-name: 'onap/tproxy-config' |
Ravi Geda | 00bdc7f | 2018-09-20 14:12:42 +0100 | [diff] [blame] | 122 | stream: |
| 123 | - 'master': |
| 124 | branch: 'master' |
| 125 | mvn-settings: 'aaf-cadi-settings' |
| 126 | files: '**' |
| 127 | archive-artifacts: '' |
Jessica Wagantall | 584add8 | 2018-10-18 21:59:04 -0700 | [diff] [blame] | 128 | |
| 129 | - project: |
| 130 | name: aaf-cadi-clm |
| 131 | jobs: |
| 132 | - gerrit-maven-clm |
Jessica Wagantall | f987136 | 2018-12-03 18:02:07 -0800 | [diff] [blame] | 133 | nexus-iq-namespace: 'onap-' |
Jessica Wagantall | 584add8 | 2018-10-18 21:59:04 -0700 | [diff] [blame] | 134 | project: 'aaf/cadi' |
| 135 | project-name: 'aaf-cadi' |
| 136 | branch: 'master' |
| 137 | mvn-settings: 'aaf-cadi-settings' |
Jessica Wagantall | 91514c1 | 2019-02-26 23:46:47 -0800 | [diff] [blame] | 138 | |
| 139 | - project: |
| 140 | name: aaf-cadi-info |
| 141 | project-name: aaf-cadi |
| 142 | jobs: |
| 143 | - gerrit-info-yaml-verify |
Jessica Wagantall | db675aa | 2020-01-14 00:57:36 -0800 | [diff] [blame] | 144 | build-node: centos7-builder-2c-1g |
Jessica Wagantall | 91514c1 | 2019-02-26 23:46:47 -0800 | [diff] [blame] | 145 | project: aaf/cadi |
| 146 | branch: master |