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