blob: 1c46f5f5be6fccb54ae3f2dcf927a513882bc880 [file] [log] [blame]
Andrew Grimbergee069552017-02-10 14:15:17 -08001---
Jessica Wagantalla789dcc2018-11-13 14:34:11 -08002- project:
Jessica Wagantalla789dcc2018-11-13 14:34:11 -08003 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 Grimbergee069552017-02-10 14:15:17 -080019
20- project:
ChrisCad24e462020-08-13 15:09:12 +020021 name: sdc-project-view
22 project-name: sdc
23 views:
24 - project-view
25
26- project:
Andrew Grimbergee069552017-02-10 14:15:17 -080027 name: sdc
28 project-name: 'sdc'
29 jobs:
Michael Landoe1aab9c2018-08-12 19:34:40 +030030 - '{project-name}-{stream}-verify-java':
ChrisC1bb38c42021-02-24 12:57:18 +010031 # this build is unit test only (Verify 1/2)
vasraz8a488392021-04-12 09:49:31 +010032 mvn-params: '-P skip-integration-tests -Dnpm.registry=https://nexus3.onap.org/repository/npm.public/npm/-/'
ChrisC7f5f45c2021-02-12 17:34:24 +010033 build-node: 'ubuntu1804-docker-8c-8g'
ig61339fdb9d22017-04-03 17:47:19 +030034 - '{project-name}-{stream}-sdc-merge-java':
ChrisC1bb38c42021-02-24 12:57:18 +010035 build-node: 'ubuntu1804-docker-8c-16g'
ig6133bd8f0492017-04-05 15:59:21 +030036 docker-pom: 'pom.xml'
ChrisC1bb38c42021-02-24 12:57:18 +010037 mvn-profile: 'docker'
Remigiusz Janeczekaccdf432021-06-07 13:29:42 +020038 mvn-params: '-Dnpm.registry=https://nexus3.onap.org/repository/npm.public/npm/-/ -P integration-tests-with-helm-validator'
ChrisC1bb38c42021-02-24 12:57:18 +010039 # 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
ChrisC1bb38c42021-02-24 12:57:18 +010046 integration-tests/target/ExtentReport/API/*.html
47 integration-tests/target/ExtentReport/UI/*.html
48 integration-tests/target/ExtentReport/UI/screenshots/*.png
Jessica Wagantall8c73eee2019-07-09 10:14:02 -070049 - gerrit-maven-stage:
Jessica Wagantall5718d1a2020-01-28 12:54:43 -080050 build-timeout: 90
Jessica Wagantall8c73eee2019-07-09 10:14:02 -070051 sign-artifacts: true
52 build-node: centos7-builder-4c-4g
53 maven-versions-plugin: true
vasraz8a488392021-04-12 09:49:31 +010054 mvn-params: '-DskipTests=true -Dnpm.registry=https://nexus3.onap.org/repository/npm.public/npm/-/'
Jessica Wagantall8c73eee2019-07-09 10:14:02 -070055 - gerrit-maven-docker-stage:
Jessica Wagantall509f2e32020-03-18 13:05:34 -070056 build-node: ubuntu1804-docker-v1-8c-8g
Jessica Wagantall8c73eee2019-07-09 10:14:02 -070057 maven-versions-plugin: true
vasraz8a488392021-04-12 09:49:31 +010058 mvn-params: '-P docker -DskipTests=true -Dnpm.registry=https://nexus3.onap.org/repository/npm.public/npm/-/'
MichaelMorrisfcc58182021-09-13 11:06:44 +010059 mvn-version: 'mvn36'
Jessica Wagantall8c73eee2019-07-09 10:14:02 -070060 container-public-registry: 'nexus3.onap.org:10001'
61 container-staging-registry: 'nexus3.onap.org:10003'
Ofir Sonsino0ad6c1c2020-02-09 17:02:44 +020062 - '{project-name}-gerrit-release-jobs':
63 build-node: centos7-docker-8c-8g
Jessica Wagantall8c73eee2019-07-09 10:14:02 -070064
Andrew Grimbergee069552017-02-10 14:15:17 -080065 project: 'sdc'
66 stream:
67 - 'master':
68 branch: 'master'
sebdetb7ea89d2020-11-05 11:26:06 +010069 java-version: openjdk11
ChrisC22aeb382021-03-20 17:02:21 +010070 - 'honolulu':
71 branch: 'honolulu'
sebdetb7ea89d2020-11-05 11:26:06 +010072 java-version: openjdk11
Andrew Grimbergee069552017-02-10 14:15:17 -080073 mvn-settings: 'sdc-settings'
74 files: '**'
75 archive-artifacts: ''
Ofir Sonsino1ec2b322020-04-07 09:09:55 +030076 build-node: ubuntu1804-docker-8c-8g
vasraz4b2867c2021-07-10 00:12:17 +010077 maven-version: 'mvn36'
Anil Belurd2d5f282018-07-14 20:09:36 +100078
Paul Vaduva85b76a52018-11-23 15:38:15 +010079- project:
Jessica Wagantallb0e72cd2018-01-29 16:07:22 -080080 name: sdc-sonar
81 jobs:
Ofir Sonsino40dd36d2020-03-22 09:41:17 +020082 - gerrit-maven-sonar:
83 build-timeout: 120
Jessica Wagantall42a5a812019-11-18 17:06:03 -080084 sonarcloud: true
85 sonarcloud-project-organization: '{sonarcloud_project_organization}'
86 sonarcloud-api-token: '{sonarcloud_api_token}'
87 sonarcloud-project-key: '{sonarcloud_project_organization}_{project-name}'
vasraza6095c92021-02-20 12:39:29 +000088 sonar-mvn-goal: '{sonar_mvn_goal}'
Gary Wu5f4277f2018-09-28 10:36:23 -070089 cron: '@daily'
sebdetbb105df2020-09-01 15:13:28 +020090 build-node: ubuntu1804-docker-8c-16g
Jessica Wagantallb0e72cd2018-01-29 16:07:22 -080091 project: 'sdc'
92 project-name: 'sdc'
Ofir Sonsino6ef66092019-06-12 16:19:42 +030093 branch: 'master'
Jessica Wagantallb0e72cd2018-01-29 16:07:22 -080094 mvn-settings: 'sdc-settings'
sebdeta7d92e02020-09-07 13:29:29 +020095 java-version: openjdk11
vasraz8a488392021-04-12 09:49:31 +010096 mvn-params: '-P skip-integration-tests -Dnpm.registry=https://nexus3.onap.org/repository/npm.public/npm/-/'
Jessica Wagantall5cb93d92018-04-29 15:30:52 -070097 mvn-goals: 'clean install'
Michael Landoe1aab9c2018-08-12 19:34:40 +030098 mvn-opts: '-Xmx1024m'
vasraza6785bf2021-07-09 00:27:09 +010099 mvn-version: 'mvn36'
Jessica Wagantall1cc99b82018-10-19 18:22:42 -0700100
101- project:
sebdetbb105df2020-09-01 15:13:28 +0200102 name: sdc-clm
Jessica Wagantall1cc99b82018-10-19 18:22:42 -0700103 jobs:
104 - gerrit-maven-clm:
105 build-timeout: 120
106 submodule-timeout: 30
vasraz8a488392021-04-12 09:49:31 +0100107 mvn-params: '-P skip-integration-tests -Dnpm.registry=https://nexus3.onap.org/repository/npm.public/npm/-/'
Jessica Wagantallf9871362018-12-03 18:02:07 -0800108 nexus-iq-namespace: 'onap-'
Jessica Wagantall1cc99b82018-10-19 18:22:42 -0700109 project: sdc
sebdetbb105df2020-09-01 15:13:28 +0200110 project-name: 'sdc'
Ofir Sonsinob0036eb2020-03-29 12:39:35 +0300111 build-node: ubuntu1804-docker-8c-8g
Ofir Sonsino6ef66092019-06-12 16:19:42 +0300112 branch: 'master'
vasraza6785bf2021-07-09 00:27:09 +0100113 mvn-version: 'mvn36'
Jessica Wagantall1cc99b82018-10-19 18:22:42 -0700114 mvn-settings: 'sdc-settings'
sebdeta7d92e02020-09-07 13:29:29 +0200115 java-version: openjdk11
Jessica Wagantall0de72582019-02-27 00:30:14 -0800116
117- project:
118 name: sdc-info
119 project-name: sdc
120 jobs:
121 - gerrit-info-yaml-verify
Jessica Wagantalldb675aa2020-01-14 00:57:36 -0800122 build-node: centos7-builder-2c-1g
Jessica Wagantall0de72582019-02-27 00:30:14 -0800123 project: sdc
124 branch: master
Jessica Wagantall92a42b22019-08-14 14:47:50 -0700125
126- project:
127 name: 'sdc-whitesource'
128 project-name: 'sdc'
Ofir Sonsinob0036eb2020-03-29 12:39:35 +0300129 build-node: ubuntu1804-docker-8c-8g
Jessica Wagantall92a42b22019-08-14 14:47:50 -0700130 jobs:
Jessica Wagantalld7493f22019-09-24 06:22:37 -0700131 - gerrit-whitesource-scan:
132 build-timeout: 120
133 submodule-timeout: 30
134 java-opts: '-Xmx2048m'
Jessica Wagantall92a42b22019-08-14 14:47:50 -0700135 mvn-settings: 'sdc-settings'
136 wss-product-name: 'sdc'
137 mvn-clean-install: true
138 project: 'sdc'
139 branch: master
sebdeta7d92e02020-09-07 13:29:29 +0200140 java-version: openjdk11