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' |
Andrew Grimberg | ee06955 | 2017-02-10 14:15:17 -0800 | [diff] [blame] | 58 | mvn-settings: 'sdc-settings' |
| 59 | files: '**' |
| 60 | archive-artifacts: '' |
Ofir Sonsino | 1ec2b32 | 2020-04-07 09:09:55 +0300 | [diff] [blame] | 61 | build-node: ubuntu1804-docker-8c-8g |
Ofir Sonsino | cf82b0a | 2020-04-21 20:10:13 +0300 | [diff] [blame^] | 62 | maven-version: 'mvn36' |
Anil Belur | d2d5f28 | 2018-07-14 20:09:36 +1000 | [diff] [blame] | 63 | |
Paul Vaduva | 15d644e | 2019-02-06 11:23:23 +0100 | [diff] [blame] | 64 | #- project: |
| 65 | # name: sdc-arm64 |
| 66 | # project-name: 'sdc-arm64' |
| 67 | # jobs: |
| 68 | # - '{project-name}-{stream}-docker-version-java-daily': |
Jessica Wagantall | 0d27ccf | 2020-03-12 21:13:14 -0700 | [diff] [blame] | 69 | # build-node: 'ubuntu1804-docker-arm64-4c-2g' |
Paul Vaduva | 15d644e | 2019-02-06 11:23:23 +0100 | [diff] [blame] | 70 | # docker-pom: 'pom.xml' |
| 71 | # mvn-profile: 'docker' |
| 72 | # mvn-params: '-DskipTests=true -Dnpm.registry=https://nexus.onap.org/content/repositories/npm/' |
| 73 | # project: 'sdc' |
| 74 | # stream: |
| 75 | # - 'master': |
| 76 | # branch: 'master' |
| 77 | # mvn-settings: 'sdc-settings' |
| 78 | # files: '**' |
| 79 | # archive-artifacts: '' |
| 80 | # maven-version: 'mvn35' |
| 81 | # |
Paul Vaduva | 85b76a5 | 2018-11-23 15:38:15 +0100 | [diff] [blame] | 82 | - project: |
Jessica Wagantall | b0e72cd | 2018-01-29 16:07:22 -0800 | [diff] [blame] | 83 | name: sdc-sonar |
| 84 | jobs: |
Ofir Sonsino | 40dd36d | 2020-03-22 09:41:17 +0200 | [diff] [blame] | 85 | - gerrit-maven-sonar: |
| 86 | build-timeout: 120 |
Jessica Wagantall | 42a5a81 | 2019-11-18 17:06:03 -0800 | [diff] [blame] | 87 | sonarcloud: true |
| 88 | sonarcloud-project-organization: '{sonarcloud_project_organization}' |
| 89 | sonarcloud-api-token: '{sonarcloud_api_token}' |
| 90 | sonarcloud-project-key: '{sonarcloud_project_organization}_{project-name}' |
Ofir Sonsino | 40dd36d | 2020-03-22 09:41:17 +0200 | [diff] [blame] | 91 | 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] | 92 | cron: '@daily' |
Ofir Sonsino | 1ec2b32 | 2020-04-07 09:09:55 +0300 | [diff] [blame] | 93 | build-node: ubuntu1804-docker-8c-8g |
Jessica Wagantall | b0e72cd | 2018-01-29 16:07:22 -0800 | [diff] [blame] | 94 | project: 'sdc' |
| 95 | project-name: 'sdc' |
Ofir Sonsino | 6ef6609 | 2019-06-12 16:19:42 +0300 | [diff] [blame] | 96 | branch: 'master' |
Jessica Wagantall | b0e72cd | 2018-01-29 16:07:22 -0800 | [diff] [blame] | 97 | mvn-settings: 'sdc-settings' |
Ofir Sonsino | 9b1f653 | 2019-09-23 11:18:34 +0300 | [diff] [blame] | 98 | 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] | 99 | mvn-goals: 'clean install' |
Michael Lando | e1aab9c | 2018-08-12 19:34:40 +0300 | [diff] [blame] | 100 | mvn-opts: '-Xmx1024m' |
Jessica Wagantall | 1cc99b8 | 2018-10-19 18:22:42 -0700 | [diff] [blame] | 101 | |
| 102 | - project: |
Jessica Wagantall | 6d62ea1 | 2019-08-27 16:09:02 -0700 | [diff] [blame] | 103 | name: sdc-clm-catalog |
Jessica Wagantall | 1cc99b8 | 2018-10-19 18:22:42 -0700 | [diff] [blame] | 104 | jobs: |
| 105 | - gerrit-maven-clm: |
| 106 | build-timeout: 120 |
| 107 | submodule-timeout: 30 |
Ofir Sonsino | 9b1f653 | 2019-09-23 11:18:34 +0300 | [diff] [blame] | 108 | 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] | 109 | nexus-iq-namespace: 'onap-' |
Jessica Wagantall | 1cc99b8 | 2018-10-19 18:22:42 -0700 | [diff] [blame] | 110 | project: sdc |
Jessica Wagantall | 6d62ea1 | 2019-08-27 16:09:02 -0700 | [diff] [blame] | 111 | project-name: 'sdc-catalog' |
Ofir Sonsino | b0036eb | 2020-03-29 12:39:35 +0300 | [diff] [blame] | 112 | build-node: ubuntu1804-docker-8c-8g |
Jessica Wagantall | 6d62ea1 | 2019-08-27 16:09:02 -0700 | [diff] [blame] | 113 | branch: 'master' |
| 114 | mvn-settings: 'sdc-settings' |
| 115 | |
| 116 | - project: |
| 117 | name: sdc-clm-onboarding |
| 118 | jobs: |
| 119 | - gerrit-maven-clm: |
| 120 | build-timeout: 120 |
| 121 | submodule-timeout: 30 |
Ofir Sonsino | 9b1f653 | 2019-09-23 11:18:34 +0300 | [diff] [blame] | 122 | 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] | 123 | nexus-iq-namespace: 'onap-' |
| 124 | project: sdc |
| 125 | project-name: 'sdc-onboarding' |
Ofir Sonsino | b0036eb | 2020-03-29 12:39:35 +0300 | [diff] [blame] | 126 | build-node: ubuntu1804-docker-8c-8g |
Ofir Sonsino | 6ef6609 | 2019-06-12 16:19:42 +0300 | [diff] [blame] | 127 | branch: 'master' |
Jessica Wagantall | 1cc99b8 | 2018-10-19 18:22:42 -0700 | [diff] [blame] | 128 | mvn-settings: 'sdc-settings' |
Jessica Wagantall | 0de7258 | 2019-02-27 00:30:14 -0800 | [diff] [blame] | 129 | |
| 130 | - project: |
| 131 | name: sdc-info |
| 132 | project-name: sdc |
| 133 | jobs: |
| 134 | - gerrit-info-yaml-verify |
Jessica Wagantall | db675aa | 2020-01-14 00:57:36 -0800 | [diff] [blame] | 135 | build-node: centos7-builder-2c-1g |
Jessica Wagantall | 0de7258 | 2019-02-27 00:30:14 -0800 | [diff] [blame] | 136 | project: sdc |
| 137 | branch: master |
Jessica Wagantall | 92a42b2 | 2019-08-14 14:47:50 -0700 | [diff] [blame] | 138 | |
| 139 | - project: |
| 140 | name: 'sdc-whitesource' |
| 141 | project-name: 'sdc' |
Ofir Sonsino | b0036eb | 2020-03-29 12:39:35 +0300 | [diff] [blame] | 142 | build-node: ubuntu1804-docker-8c-8g |
Jessica Wagantall | 92a42b2 | 2019-08-14 14:47:50 -0700 | [diff] [blame] | 143 | jobs: |
Jessica Wagantall | d7493f2 | 2019-09-24 06:22:37 -0700 | [diff] [blame] | 144 | - gerrit-whitesource-scan: |
| 145 | build-timeout: 120 |
| 146 | submodule-timeout: 30 |
| 147 | java-opts: '-Xmx2048m' |
Jessica Wagantall | 92a42b2 | 2019-08-14 14:47:50 -0700 | [diff] [blame] | 148 | mvn-settings: 'sdc-settings' |
| 149 | wss-product-name: 'sdc' |
| 150 | mvn-clean-install: true |
| 151 | project: 'sdc' |
| 152 | branch: master |