blob: 6a754e5da72d07333d0214f0687b33ce71a1b84f [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/-/'
Bengt Thureede7d1a22022-09-30 00:24:40 +100033 build-node: 'ubuntu1804-docker-8c-8g'
ig61339fdb9d22017-04-03 17:47:19 +030034 - '{project-name}-{stream}-sdc-merge-java':
Bengt Thureede7d1a22022-09-30 00:24:40 +100035 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
MichaelMorrisd60d4f32022-11-17 11:39:41 -080052 sbom-generator: true
Jessica Wagantall8c73eee2019-07-09 10:14:02 -070053 build-node: centos7-builder-4c-4g
54 maven-versions-plugin: true
vasrazac246952022-10-28 16:46:57 +010055 mvn-version: 'mvn36'
vasraz8a488392021-04-12 09:49:31 +010056 mvn-params: '-DskipTests=true -Dnpm.registry=https://nexus3.onap.org/repository/npm.public/npm/-/'
Jessica Wagantall8c73eee2019-07-09 10:14:02 -070057 - gerrit-maven-docker-stage:
Bengt Thureede7d1a22022-09-30 00:24:40 +100058 build-node: ubuntu1804-docker-v1-8c-8g
Jessica Wagantall8c73eee2019-07-09 10:14:02 -070059 maven-versions-plugin: true
vasraz8a488392021-04-12 09:49:31 +010060 mvn-params: '-P docker -DskipTests=true -Dnpm.registry=https://nexus3.onap.org/repository/npm.public/npm/-/'
MichaelMorrisfcc58182021-09-13 11:06:44 +010061 mvn-version: 'mvn36'
Jessica Wagantall8c73eee2019-07-09 10:14:02 -070062 container-public-registry: 'nexus3.onap.org:10001'
63 container-staging-registry: 'nexus3.onap.org:10003'
Ofir Sonsino0ad6c1c2020-02-09 17:02:44 +020064 - '{project-name}-gerrit-release-jobs':
65 build-node: centos7-docker-8c-8g
Jessica Wagantall8c73eee2019-07-09 10:14:02 -070066
Andrew Grimbergee069552017-02-10 14:15:17 -080067 project: 'sdc'
68 stream:
69 - 'master':
70 branch: 'master'
sebdetb7ea89d2020-11-05 11:26:06 +010071 java-version: openjdk11
MichaelMorris203f3c72022-03-23 12:04:08 +000072 - 'jakarta':
73 branch: 'jakarta'
sebdetb7ea89d2020-11-05 11:26:06 +010074 java-version: openjdk11
MichaelMorrisc1edee42022-09-29 09:56:49 +010075 - 'kohn':
76 branch: 'kohn'
77 java-version: openjdk11
Andrew Grimbergee069552017-02-10 14:15:17 -080078 mvn-settings: 'sdc-settings'
79 files: '**'
80 archive-artifacts: ''
Bengt Thureede7d1a22022-09-30 00:24:40 +100081 build-node: ubuntu1804-docker-8c-8g
vasraz4b2867c2021-07-10 00:12:17 +010082 maven-version: 'mvn36'
Anil Belurd2d5f282018-07-14 20:09:36 +100083
Paul Vaduva85b76a52018-11-23 15:38:15 +010084- project:
Jessica Wagantallb0e72cd2018-01-29 16:07:22 -080085 name: sdc-sonar
86 jobs:
Ofir Sonsino40dd36d2020-03-22 09:41:17 +020087 - gerrit-maven-sonar:
88 build-timeout: 120
Jessica Wagantall42a5a812019-11-18 17:06:03 -080089 sonarcloud: true
90 sonarcloud-project-organization: '{sonarcloud_project_organization}'
Jessica Wagantall42a5a812019-11-18 17:06:03 -080091 sonarcloud-project-key: '{sonarcloud_project_organization}_{project-name}'
vasraza6095c92021-02-20 12:39:29 +000092 sonar-mvn-goal: '{sonar_mvn_goal}'
Gary Wu5f4277f2018-09-28 10:36:23 -070093 cron: '@daily'
Bengt Thureede7d1a22022-09-30 00:24:40 +100094 build-node: ubuntu1804-docker-8c-16g
Jessica Wagantallb0e72cd2018-01-29 16:07:22 -080095 project: 'sdc'
96 project-name: 'sdc'
Ofir Sonsino6ef66092019-06-12 16:19:42 +030097 branch: 'master'
Jessica Wagantallb0e72cd2018-01-29 16:07:22 -080098 mvn-settings: 'sdc-settings'
sebdeta7d92e02020-09-07 13:29:29 +020099 java-version: openjdk11
vasraz8a488392021-04-12 09:49:31 +0100100 mvn-params: '-P skip-integration-tests -Dnpm.registry=https://nexus3.onap.org/repository/npm.public/npm/-/'
Jessica Wagantall5cb93d92018-04-29 15:30:52 -0700101 mvn-goals: 'clean install'
Michael Landoe1aab9c2018-08-12 19:34:40 +0300102 mvn-opts: '-Xmx1024m'
vasraza6785bf2021-07-09 00:27:09 +0100103 mvn-version: 'mvn36'
Jessica Wagantall1cc99b82018-10-19 18:22:42 -0700104
105- project:
sebdetbb105df2020-09-01 15:13:28 +0200106 name: sdc-clm
Jessica Wagantall1cc99b82018-10-19 18:22:42 -0700107 jobs:
108 - gerrit-maven-clm:
109 build-timeout: 120
110 submodule-timeout: 30
vasraz8a488392021-04-12 09:49:31 +0100111 mvn-params: '-P skip-integration-tests -Dnpm.registry=https://nexus3.onap.org/repository/npm.public/npm/-/'
Jessica Wagantallf9871362018-12-03 18:02:07 -0800112 nexus-iq-namespace: 'onap-'
Jessica Wagantall1cc99b82018-10-19 18:22:42 -0700113 project: sdc
sebdetbb105df2020-09-01 15:13:28 +0200114 project-name: 'sdc'
Bengt Thureede7d1a22022-09-30 00:24:40 +1000115 build-node: ubuntu1804-docker-8c-8g
MichaelMorris5612f932022-01-24 14:24:21 +0000116 stream:
117 - 'master':
118 branch: 'master'
vasraza6785bf2021-07-09 00:27:09 +0100119 mvn-version: 'mvn36'
Jessica Wagantall1cc99b82018-10-19 18:22:42 -0700120 mvn-settings: 'sdc-settings'
sebdeta7d92e02020-09-07 13:29:29 +0200121 java-version: openjdk11
Jessica Wagantall0de72582019-02-27 00:30:14 -0800122
123- project:
124 name: sdc-info
125 project-name: sdc
126 jobs:
127 - gerrit-info-yaml-verify
Jessica Wagantalldb675aa2020-01-14 00:57:36 -0800128 build-node: centos7-builder-2c-1g
Jessica Wagantall0de72582019-02-27 00:30:14 -0800129 project: sdc
130 branch: master