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: |
Jessica Wagantall | a789dcc | 2018-11-13 14:34:11 -0800 | [diff] [blame] | 3 | name: sdc-sdc-docker-project-view |
| 4 | project-name: sdc-sdc-docker |
| 5 | views: |
| 6 | - project-view |
| 7 | |
| 8 | - project: |
| 9 | name: sdc-maven-project-view |
| 10 | project-name: sdc-maven |
| 11 | views: |
| 12 | - project-view |
| 13 | |
| 14 | - project: |
| 15 | name: sdc-clm-project-view |
| 16 | project-name: sdc-clm |
| 17 | views: |
| 18 | - project-view |
Andrew Grimberg | ee06955 | 2017-02-10 14:15:17 -0800 | [diff] [blame] | 19 | |
| 20 | - project: |
ChrisC | ad24e46 | 2020-08-13 15:09:12 +0200 | [diff] [blame] | 21 | name: sdc-project-view |
| 22 | project-name: sdc |
| 23 | views: |
| 24 | - project-view |
| 25 | |
| 26 | - project: |
Andrew Grimberg | ee06955 | 2017-02-10 14:15:17 -0800 | [diff] [blame] | 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': |
ChrisC | 1bb38c4 | 2021-02-24 12:57:18 +0100 | [diff] [blame] | 31 | # this build is unit test only (Verify 1/2) |
ChrisC | 7b73206 | 2021-02-03 18:17:47 +0100 | [diff] [blame] | 32 | mvn-params: '-P skip-integration-tests -Dnpm.registry=https://nexus3.onap.org/repository/npm.public/' |
ChrisC | 7f5f45c | 2021-02-12 17:34:24 +0100 | [diff] [blame] | 33 | build-node: 'ubuntu1804-docker-8c-8g' |
ig6133 | 9fdb9d2 | 2017-04-03 17:47:19 +0300 | [diff] [blame] | 34 | - '{project-name}-{stream}-sdc-merge-java': |
ChrisC | 1bb38c4 | 2021-02-24 12:57:18 +0100 | [diff] [blame] | 35 | build-node: 'ubuntu1804-docker-8c-16g' |
ig6133 | bd8f049 | 2017-04-05 15:59:21 +0300 | [diff] [blame] | 36 | docker-pom: 'pom.xml' |
ChrisC | 1bb38c4 | 2021-02-24 12:57:18 +0100 | [diff] [blame] | 37 | mvn-profile: 'docker' |
Ofir Sonsino | 9b1f653 | 2019-09-23 11:18:34 +0300 | [diff] [blame] | 38 | mvn-params: '-Dnpm.registry=https://nexus3.onap.org/repository/npm.public/' |
ChrisC | 1bb38c4 | 2021-02-24 12:57:18 +0100 | [diff] [blame] | 39 | # running everything (unit tests and integration tests in a single job for merge, as we don't need // run |
| 40 | # for merge, but still saving integration tests results and report. |
| 41 | archive-artifacts: > |
| 42 | **/*.log |
| 43 | **/hs_err_*.log |
| 44 | **/target/**/feature.xml |
| 45 | **/target/failsafe-reports/failsafe-summary.xml |
ChrisC | 1bb38c4 | 2021-02-24 12:57:18 +0100 | [diff] [blame] | 46 | integration-tests/target/ExtentReport/API/*.html |
| 47 | integration-tests/target/ExtentReport/UI/*.html |
| 48 | integration-tests/target/ExtentReport/UI/screenshots/*.png |
Jessica Wagantall | 8c73eee | 2019-07-09 10:14:02 -0700 | [diff] [blame] | 49 | - gerrit-maven-stage: |
Jessica Wagantall | 5718d1a | 2020-01-28 12:54:43 -0800 | [diff] [blame] | 50 | build-timeout: 90 |
Jessica Wagantall | 8c73eee | 2019-07-09 10:14:02 -0700 | [diff] [blame] | 51 | sign-artifacts: true |
| 52 | build-node: centos7-builder-4c-4g |
| 53 | maven-versions-plugin: true |
sebdet | bb105df | 2020-09-01 15:13:28 +0200 | [diff] [blame] | 54 | mvn-params: '-DskipTests=true -Dnpm.registry=https://nexus3.onap.org/repository/npm.public/' |
Jessica Wagantall | 8c73eee | 2019-07-09 10:14:02 -0700 | [diff] [blame] | 55 | - gerrit-maven-docker-stage: |
Jessica Wagantall | 509f2e3 | 2020-03-18 13:05:34 -0700 | [diff] [blame] | 56 | build-node: ubuntu1804-docker-v1-8c-8g |
Jessica Wagantall | 8c73eee | 2019-07-09 10:14:02 -0700 | [diff] [blame] | 57 | maven-versions-plugin: true |
Ofir Sonsino | 9b1f653 | 2019-09-23 11:18:34 +0300 | [diff] [blame] | 58 | 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] | 59 | container-public-registry: 'nexus3.onap.org:10001' |
| 60 | container-staging-registry: 'nexus3.onap.org:10003' |
Ofir Sonsino | 0ad6c1c | 2020-02-09 17:02:44 +0200 | [diff] [blame] | 61 | - '{project-name}-gerrit-release-jobs': |
| 62 | build-node: centos7-docker-8c-8g |
Jessica Wagantall | 8c73eee | 2019-07-09 10:14:02 -0700 | [diff] [blame] | 63 | |
Andrew Grimberg | ee06955 | 2017-02-10 14:15:17 -0800 | [diff] [blame] | 64 | project: 'sdc' |
| 65 | stream: |
| 66 | - 'master': |
| 67 | branch: 'master' |
sebdet | b7ea89d | 2020-11-05 11:26:06 +0100 | [diff] [blame] | 68 | java-version: openjdk11 |
ChrisC | 9b6b454 | 2020-10-30 13:59:51 +0100 | [diff] [blame] | 69 | - 'guilin': |
| 70 | branch: 'guilin' |
sebdet | b7ea89d | 2020-11-05 11:26:06 +0100 | [diff] [blame] | 71 | java-version: openjdk11 |
ChrisC | 7b73206 | 2021-02-03 18:17:47 +0100 | [diff] [blame] | 72 | # - 'frankfurt': |
| 73 | # branch: 'frankfurt' |
| 74 | # java-version: openjdk8 |
Andrew Grimberg | ee06955 | 2017-02-10 14:15:17 -0800 | [diff] [blame] | 75 | mvn-settings: 'sdc-settings' |
| 76 | files: '**' |
| 77 | archive-artifacts: '' |
Ofir Sonsino | 1ec2b32 | 2020-04-07 09:09:55 +0300 | [diff] [blame] | 78 | build-node: ubuntu1804-docker-8c-8g |
Ofir Sonsino | cf82b0a | 2020-04-21 20:10:13 +0300 | [diff] [blame] | 79 | maven-version: 'mvn36' |
Anil Belur | d2d5f28 | 2018-07-14 20:09:36 +1000 | [diff] [blame] | 80 | |
Paul Vaduva | 15d644e | 2019-02-06 11:23:23 +0100 | [diff] [blame] | 81 | #- project: |
| 82 | # name: sdc-arm64 |
| 83 | # project-name: 'sdc-arm64' |
| 84 | # jobs: |
| 85 | # - '{project-name}-{stream}-docker-version-java-daily': |
Jessica Wagantall | 0d27ccf | 2020-03-12 21:13:14 -0700 | [diff] [blame] | 86 | # build-node: 'ubuntu1804-docker-arm64-4c-2g' |
Paul Vaduva | 15d644e | 2019-02-06 11:23:23 +0100 | [diff] [blame] | 87 | # docker-pom: 'pom.xml' |
| 88 | # mvn-profile: 'docker' |
| 89 | # mvn-params: '-DskipTests=true -Dnpm.registry=https://nexus.onap.org/content/repositories/npm/' |
| 90 | # project: 'sdc' |
| 91 | # stream: |
| 92 | # - 'master': |
| 93 | # branch: 'master' |
| 94 | # mvn-settings: 'sdc-settings' |
| 95 | # files: '**' |
| 96 | # archive-artifacts: '' |
| 97 | # maven-version: 'mvn35' |
| 98 | # |
Paul Vaduva | 85b76a5 | 2018-11-23 15:38:15 +0100 | [diff] [blame] | 99 | - project: |
Jessica Wagantall | b0e72cd | 2018-01-29 16:07:22 -0800 | [diff] [blame] | 100 | name: sdc-sonar |
| 101 | jobs: |
Ofir Sonsino | 40dd36d | 2020-03-22 09:41:17 +0200 | [diff] [blame] | 102 | - gerrit-maven-sonar: |
| 103 | build-timeout: 120 |
Jessica Wagantall | 42a5a81 | 2019-11-18 17:06:03 -0800 | [diff] [blame] | 104 | sonarcloud: true |
| 105 | sonarcloud-project-organization: '{sonarcloud_project_organization}' |
| 106 | sonarcloud-api-token: '{sonarcloud_api_token}' |
| 107 | sonarcloud-project-key: '{sonarcloud_project_organization}_{project-name}' |
vasraz | a6095c9 | 2021-02-20 12:39:29 +0000 | [diff] [blame] | 108 | sonar-mvn-goal: '{sonar_mvn_goal}' |
Gary Wu | 5f4277f | 2018-09-28 10:36:23 -0700 | [diff] [blame] | 109 | cron: '@daily' |
sebdet | bb105df | 2020-09-01 15:13:28 +0200 | [diff] [blame] | 110 | build-node: ubuntu1804-docker-8c-16g |
Jessica Wagantall | b0e72cd | 2018-01-29 16:07:22 -0800 | [diff] [blame] | 111 | project: 'sdc' |
| 112 | project-name: 'sdc' |
Ofir Sonsino | 6ef6609 | 2019-06-12 16:19:42 +0300 | [diff] [blame] | 113 | branch: 'master' |
Jessica Wagantall | b0e72cd | 2018-01-29 16:07:22 -0800 | [diff] [blame] | 114 | mvn-settings: 'sdc-settings' |
sebdet | a7d92e0 | 2020-09-07 13:29:29 +0200 | [diff] [blame] | 115 | java-version: openjdk11 |
| 116 | mvn-params: '-P skip-integration-tests -Dnpm.registry=https://nexus3.onap.org/repository/npm.public/' |
Jessica Wagantall | 5cb93d9 | 2018-04-29 15:30:52 -0700 | [diff] [blame] | 117 | mvn-goals: 'clean install' |
Michael Lando | e1aab9c | 2018-08-12 19:34:40 +0300 | [diff] [blame] | 118 | mvn-opts: '-Xmx1024m' |
Jessica Wagantall | 1cc99b8 | 2018-10-19 18:22:42 -0700 | [diff] [blame] | 119 | |
| 120 | - project: |
sebdet | bb105df | 2020-09-01 15:13:28 +0200 | [diff] [blame] | 121 | name: sdc-clm |
Jessica Wagantall | 1cc99b8 | 2018-10-19 18:22:42 -0700 | [diff] [blame] | 122 | jobs: |
| 123 | - gerrit-maven-clm: |
| 124 | build-timeout: 120 |
| 125 | submodule-timeout: 30 |
sebdet | a7d92e0 | 2020-09-07 13:29:29 +0200 | [diff] [blame] | 126 | mvn-params: '-P skip-integration-tests -Dnpm.registry=https://nexus3.onap.org/repository/npm.public/' |
Jessica Wagantall | f987136 | 2018-12-03 18:02:07 -0800 | [diff] [blame] | 127 | nexus-iq-namespace: 'onap-' |
Jessica Wagantall | 1cc99b8 | 2018-10-19 18:22:42 -0700 | [diff] [blame] | 128 | project: sdc |
sebdet | bb105df | 2020-09-01 15:13:28 +0200 | [diff] [blame] | 129 | project-name: 'sdc' |
Ofir Sonsino | b0036eb | 2020-03-29 12:39:35 +0300 | [diff] [blame] | 130 | build-node: ubuntu1804-docker-8c-8g |
Ofir Sonsino | 6ef6609 | 2019-06-12 16:19:42 +0300 | [diff] [blame] | 131 | branch: 'master' |
Jessica Wagantall | 1cc99b8 | 2018-10-19 18:22:42 -0700 | [diff] [blame] | 132 | mvn-settings: 'sdc-settings' |
sebdet | a7d92e0 | 2020-09-07 13:29:29 +0200 | [diff] [blame] | 133 | java-version: openjdk11 |
Jessica Wagantall | 0de7258 | 2019-02-27 00:30:14 -0800 | [diff] [blame] | 134 | |
| 135 | - project: |
| 136 | name: sdc-info |
| 137 | project-name: sdc |
| 138 | jobs: |
| 139 | - gerrit-info-yaml-verify |
Jessica Wagantall | db675aa | 2020-01-14 00:57:36 -0800 | [diff] [blame] | 140 | build-node: centos7-builder-2c-1g |
Jessica Wagantall | 0de7258 | 2019-02-27 00:30:14 -0800 | [diff] [blame] | 141 | project: sdc |
| 142 | branch: master |
Jessica Wagantall | 92a42b2 | 2019-08-14 14:47:50 -0700 | [diff] [blame] | 143 | |
| 144 | - project: |
| 145 | name: 'sdc-whitesource' |
| 146 | project-name: 'sdc' |
Ofir Sonsino | b0036eb | 2020-03-29 12:39:35 +0300 | [diff] [blame] | 147 | build-node: ubuntu1804-docker-8c-8g |
Jessica Wagantall | 92a42b2 | 2019-08-14 14:47:50 -0700 | [diff] [blame] | 148 | jobs: |
Jessica Wagantall | d7493f2 | 2019-09-24 06:22:37 -0700 | [diff] [blame] | 149 | - gerrit-whitesource-scan: |
| 150 | build-timeout: 120 |
| 151 | submodule-timeout: 30 |
| 152 | java-opts: '-Xmx2048m' |
Jessica Wagantall | 92a42b2 | 2019-08-14 14:47:50 -0700 | [diff] [blame] | 153 | mvn-settings: 'sdc-settings' |
| 154 | wss-product-name: 'sdc' |
| 155 | mvn-clean-install: true |
| 156 | project: 'sdc' |
| 157 | branch: master |
sebdet | a7d92e0 | 2020-09-07 13:29:29 +0200 | [diff] [blame] | 158 | java-version: openjdk11 |