Andrew Grimberg | ee06955 | 2017-02-10 14:15:17 -0800 | [diff] [blame] | 1 | --- |
Jessica Wagantall | a789dcc | 2018-11-13 14:34:11 -0800 | [diff] [blame] | 2 | - project: |
| 3 | name: sdc-master-project-view |
| 4 | project-name: sdc-master |
| 5 | views: |
| 6 | - project-view |
| 7 | |
| 8 | - project: |
| 9 | name: sdc-sdc-docker-project-view |
| 10 | project-name: sdc-sdc-docker |
| 11 | views: |
| 12 | - project-view |
| 13 | |
| 14 | - project: |
| 15 | name: sdc-maven-project-view |
| 16 | project-name: sdc-maven |
| 17 | views: |
| 18 | - project-view |
| 19 | |
| 20 | - project: |
| 21 | name: sdc-clm-project-view |
| 22 | project-name: sdc-clm |
| 23 | views: |
| 24 | - project-view |
Andrew Grimberg | ee06955 | 2017-02-10 14:15:17 -0800 | [diff] [blame] | 25 | |
| 26 | - project: |
| 27 | name: sdc |
| 28 | project-name: 'sdc' |
| 29 | jobs: |
Michael Lando | e1aab9c | 2018-08-12 19:34:40 +0300 | [diff] [blame] | 30 | - '{project-name}-{stream}-verify-java': |
Ofir Sonsino | 9b1f653 | 2019-09-23 11:18:34 +0300 | [diff] [blame] | 31 | mvn-params: '-Dnpm.registry=https://nexus3.onap.org/repository/npm.public/' |
ig6133 | 9fdb9d2 | 2017-04-03 17:47:19 +0300 | [diff] [blame] | 32 | - '{project-name}-{stream}-sdc-merge-java': |
Jessica Wagantall | 509f2e3 | 2020-03-18 13:05:34 -0700 | [diff] [blame] | 33 | build-node: 'ubuntu1804-docker-v1-8c-8g' |
ig6133 | bd8f049 | 2017-04-05 15:59:21 +0300 | [diff] [blame] | 34 | docker-pom: 'pom.xml' |
Andrew Grimberg | 19e4d9b | 2017-02-20 12:38:57 -0800 | [diff] [blame] | 35 | mvn-profile: 'docker' |
Ofir Sonsino | 9b1f653 | 2019-09-23 11:18:34 +0300 | [diff] [blame] | 36 | mvn-params: '-Dnpm.registry=https://nexus3.onap.org/repository/npm.public/' |
Jessica Wagantall | 8c73eee | 2019-07-09 10:14:02 -0700 | [diff] [blame] | 37 | - gerrit-maven-stage: |
Jessica Wagantall | 5718d1a | 2020-01-28 12:54:43 -0800 | [diff] [blame] | 38 | build-timeout: 90 |
Jessica Wagantall | 8c73eee | 2019-07-09 10:14:02 -0700 | [diff] [blame] | 39 | sign-artifacts: true |
| 40 | build-node: centos7-builder-4c-4g |
| 41 | maven-versions-plugin: true |
Ofir Sonsino | 9b1f653 | 2019-09-23 11:18:34 +0300 | [diff] [blame] | 42 | mvn-params: '-Dnpm.registry=https://nexus3.onap.org/repository/npm.public/' |
Jessica Wagantall | 8c73eee | 2019-07-09 10:14:02 -0700 | [diff] [blame] | 43 | - gerrit-maven-docker-stage: |
Jessica Wagantall | 509f2e3 | 2020-03-18 13:05:34 -0700 | [diff] [blame] | 44 | build-node: ubuntu1804-docker-v1-8c-8g |
Jessica Wagantall | 8c73eee | 2019-07-09 10:14:02 -0700 | [diff] [blame] | 45 | maven-versions-plugin: true |
Ofir Sonsino | 9b1f653 | 2019-09-23 11:18:34 +0300 | [diff] [blame] | 46 | mvn-params: '-P docker -DskipTests=true -Dnpm.registry=https://nexus3.onap.org/repository/npm.public/' |
Jessica Wagantall | 8c73eee | 2019-07-09 10:14:02 -0700 | [diff] [blame] | 47 | container-public-registry: 'nexus3.onap.org:10001' |
| 48 | container-staging-registry: 'nexus3.onap.org:10003' |
Ofir Sonsino | 0ad6c1c | 2020-02-09 17:02:44 +0200 | [diff] [blame] | 49 | - '{project-name}-gerrit-release-jobs': |
| 50 | build-node: centos7-docker-8c-8g |
Jessica Wagantall | 8c73eee | 2019-07-09 10:14:02 -0700 | [diff] [blame] | 51 | |
Andrew Grimberg | ee06955 | 2017-02-10 14:15:17 -0800 | [diff] [blame] | 52 | project: 'sdc' |
| 53 | stream: |
| 54 | - 'master': |
| 55 | branch: 'master' |
Ofir Sonsino | 73ac795 | 2020-03-10 10:43:57 +0200 | [diff] [blame] | 56 | - 'frankfurt': |
| 57 | branch: 'frankfurt' |
sebdet | 0929ba8 | 2020-06-26 15:34:35 +0200 | [diff] [blame] | 58 | - 'elalto': |
| 59 | branch: 'elalto' |
Andrew Grimberg | ee06955 | 2017-02-10 14:15:17 -0800 | [diff] [blame] | 60 | mvn-settings: 'sdc-settings' |
| 61 | files: '**' |
| 62 | archive-artifacts: '' |
Ofir Sonsino | 1ec2b32 | 2020-04-07 09:09:55 +0300 | [diff] [blame] | 63 | build-node: ubuntu1804-docker-8c-8g |
Ofir Sonsino | cf82b0a | 2020-04-21 20:10:13 +0300 | [diff] [blame] | 64 | maven-version: 'mvn36' |
Anil Belur | d2d5f28 | 2018-07-14 20:09:36 +1000 | [diff] [blame] | 65 | |
Paul Vaduva | 15d644e | 2019-02-06 11:23:23 +0100 | [diff] [blame] | 66 | #- project: |
| 67 | # name: sdc-arm64 |
| 68 | # project-name: 'sdc-arm64' |
| 69 | # jobs: |
| 70 | # - '{project-name}-{stream}-docker-version-java-daily': |
Jessica Wagantall | 0d27ccf | 2020-03-12 21:13:14 -0700 | [diff] [blame] | 71 | # build-node: 'ubuntu1804-docker-arm64-4c-2g' |
Paul Vaduva | 15d644e | 2019-02-06 11:23:23 +0100 | [diff] [blame] | 72 | # docker-pom: 'pom.xml' |
| 73 | # mvn-profile: 'docker' |
| 74 | # mvn-params: '-DskipTests=true -Dnpm.registry=https://nexus.onap.org/content/repositories/npm/' |
| 75 | # project: 'sdc' |
| 76 | # stream: |
| 77 | # - 'master': |
| 78 | # branch: 'master' |
| 79 | # mvn-settings: 'sdc-settings' |
| 80 | # files: '**' |
| 81 | # archive-artifacts: '' |
| 82 | # maven-version: 'mvn35' |
| 83 | # |
Paul Vaduva | 85b76a5 | 2018-11-23 15:38:15 +0100 | [diff] [blame] | 84 | - project: |
Jessica Wagantall | b0e72cd | 2018-01-29 16:07:22 -0800 | [diff] [blame] | 85 | name: sdc-sonar |
| 86 | jobs: |
Ofir Sonsino | 40dd36d | 2020-03-22 09:41:17 +0200 | [diff] [blame] | 87 | - gerrit-maven-sonar: |
| 88 | build-timeout: 120 |
Jessica Wagantall | 42a5a81 | 2019-11-18 17:06:03 -0800 | [diff] [blame] | 89 | sonarcloud: true |
| 90 | sonarcloud-project-organization: '{sonarcloud_project_organization}' |
| 91 | sonarcloud-api-token: '{sonarcloud_api_token}' |
| 92 | sonarcloud-project-key: '{sonarcloud_project_organization}_{project-name}' |
Ofir Sonsino | 40dd36d | 2020-03-22 09:41:17 +0200 | [diff] [blame] | 93 | sonar-mvn-goal: "org.sonarsource.scanner.maven:sonar-maven-plugin:3.7.0.1746:sonar" |
Gary Wu | 5f4277f | 2018-09-28 10:36:23 -0700 | [diff] [blame] | 94 | cron: '@daily' |
Ofir Sonsino | 1ec2b32 | 2020-04-07 09:09:55 +0300 | [diff] [blame] | 95 | build-node: ubuntu1804-docker-8c-8g |
Jessica Wagantall | b0e72cd | 2018-01-29 16:07:22 -0800 | [diff] [blame] | 96 | project: 'sdc' |
| 97 | project-name: 'sdc' |
Ofir Sonsino | 6ef6609 | 2019-06-12 16:19:42 +0300 | [diff] [blame] | 98 | branch: 'master' |
Jessica Wagantall | b0e72cd | 2018-01-29 16:07:22 -0800 | [diff] [blame] | 99 | mvn-settings: 'sdc-settings' |
Ofir Sonsino | 9b1f653 | 2019-09-23 11:18:34 +0300 | [diff] [blame] | 100 | mvn-params: '-Djacoco.skip=false -Dsonar.branch={branch} -Dnpm.registry=https://nexus3.onap.org/repository/npm.public/' |
Jessica Wagantall | 5cb93d9 | 2018-04-29 15:30:52 -0700 | [diff] [blame] | 101 | mvn-goals: 'clean install' |
Michael Lando | e1aab9c | 2018-08-12 19:34:40 +0300 | [diff] [blame] | 102 | mvn-opts: '-Xmx1024m' |
Jessica Wagantall | 1cc99b8 | 2018-10-19 18:22:42 -0700 | [diff] [blame] | 103 | |
| 104 | - project: |
Jessica Wagantall | 6d62ea1 | 2019-08-27 16:09:02 -0700 | [diff] [blame] | 105 | name: sdc-clm-catalog |
Jessica Wagantall | 1cc99b8 | 2018-10-19 18:22:42 -0700 | [diff] [blame] | 106 | jobs: |
| 107 | - gerrit-maven-clm: |
| 108 | build-timeout: 120 |
| 109 | submodule-timeout: 30 |
Ofir Sonsino | 9b1f653 | 2019-09-23 11:18:34 +0300 | [diff] [blame] | 110 | mvn-params: '-P catalog -Dnpm.registry=https://nexus3.onap.org/repository/npm.public/' |
Jessica Wagantall | f987136 | 2018-12-03 18:02:07 -0800 | [diff] [blame] | 111 | nexus-iq-namespace: 'onap-' |
Jessica Wagantall | 1cc99b8 | 2018-10-19 18:22:42 -0700 | [diff] [blame] | 112 | project: sdc |
Jessica Wagantall | 6d62ea1 | 2019-08-27 16:09:02 -0700 | [diff] [blame] | 113 | project-name: 'sdc-catalog' |
Ofir Sonsino | b0036eb | 2020-03-29 12:39:35 +0300 | [diff] [blame] | 114 | build-node: ubuntu1804-docker-8c-8g |
Jessica Wagantall | 6d62ea1 | 2019-08-27 16:09:02 -0700 | [diff] [blame] | 115 | branch: 'master' |
| 116 | mvn-settings: 'sdc-settings' |
| 117 | |
| 118 | - project: |
| 119 | name: sdc-clm-onboarding |
| 120 | jobs: |
| 121 | - gerrit-maven-clm: |
| 122 | build-timeout: 120 |
| 123 | submodule-timeout: 30 |
Ofir Sonsino | 9b1f653 | 2019-09-23 11:18:34 +0300 | [diff] [blame] | 124 | mvn-params: '-P onboarding -Dnpm.registry=https://nexus3.onap.org/repository/npm.public/' |
Jessica Wagantall | 6d62ea1 | 2019-08-27 16:09:02 -0700 | [diff] [blame] | 125 | nexus-iq-namespace: 'onap-' |
| 126 | project: sdc |
| 127 | project-name: 'sdc-onboarding' |
Ofir Sonsino | b0036eb | 2020-03-29 12:39:35 +0300 | [diff] [blame] | 128 | build-node: ubuntu1804-docker-8c-8g |
Ofir Sonsino | 6ef6609 | 2019-06-12 16:19:42 +0300 | [diff] [blame] | 129 | branch: 'master' |
Jessica Wagantall | 1cc99b8 | 2018-10-19 18:22:42 -0700 | [diff] [blame] | 130 | mvn-settings: 'sdc-settings' |
Jessica Wagantall | 0de7258 | 2019-02-27 00:30:14 -0800 | [diff] [blame] | 131 | |
| 132 | - project: |
| 133 | name: sdc-info |
| 134 | project-name: sdc |
| 135 | jobs: |
| 136 | - gerrit-info-yaml-verify |
Jessica Wagantall | db675aa | 2020-01-14 00:57:36 -0800 | [diff] [blame] | 137 | build-node: centos7-builder-2c-1g |
Jessica Wagantall | 0de7258 | 2019-02-27 00:30:14 -0800 | [diff] [blame] | 138 | project: sdc |
| 139 | branch: master |
Jessica Wagantall | 92a42b2 | 2019-08-14 14:47:50 -0700 | [diff] [blame] | 140 | |
| 141 | - project: |
| 142 | name: 'sdc-whitesource' |
| 143 | project-name: 'sdc' |
Ofir Sonsino | b0036eb | 2020-03-29 12:39:35 +0300 | [diff] [blame] | 144 | build-node: ubuntu1804-docker-8c-8g |
Jessica Wagantall | 92a42b2 | 2019-08-14 14:47:50 -0700 | [diff] [blame] | 145 | jobs: |
Jessica Wagantall | d7493f2 | 2019-09-24 06:22:37 -0700 | [diff] [blame] | 146 | - gerrit-whitesource-scan: |
| 147 | build-timeout: 120 |
| 148 | submodule-timeout: 30 |
| 149 | java-opts: '-Xmx2048m' |
Jessica Wagantall | 92a42b2 | 2019-08-14 14:47:50 -0700 | [diff] [blame] | 150 | mvn-settings: 'sdc-settings' |
| 151 | wss-product-name: 'sdc' |
| 152 | mvn-clean-install: true |
| 153 | project: 'sdc' |
| 154 | branch: master |