blob: 2a330ed430661c9a40fec2fa4a5e2af06c86f7d7 [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:
Jessica Wagantall9f5bbe72023-02-06 11:47:48 -080058 sbom-generator: true
Bengt Thureede7d1a22022-09-30 00:24:40 +100059 build-node: ubuntu1804-docker-v1-8c-8g
Jessica Wagantall8c73eee2019-07-09 10:14:02 -070060 maven-versions-plugin: true
vasraz8a488392021-04-12 09:49:31 +010061 mvn-params: '-P docker -DskipTests=true -Dnpm.registry=https://nexus3.onap.org/repository/npm.public/npm/-/'
MichaelMorrisfcc58182021-09-13 11:06:44 +010062 mvn-version: 'mvn36'
Jessica Wagantall8c73eee2019-07-09 10:14:02 -070063 container-public-registry: 'nexus3.onap.org:10001'
64 container-staging-registry: 'nexus3.onap.org:10003'
Ofir Sonsino0ad6c1c2020-02-09 17:02:44 +020065 - '{project-name}-gerrit-release-jobs':
66 build-node: centos7-docker-8c-8g
Jessica Wagantall8c73eee2019-07-09 10:14:02 -070067
Andrew Grimbergee069552017-02-10 14:15:17 -080068 project: 'sdc'
69 stream:
70 - 'master':
71 branch: 'master'
sebdetb7ea89d2020-11-05 11:26:06 +010072 java-version: openjdk11
MichaelMorris203f3c72022-03-23 12:04:08 +000073 - 'jakarta':
74 branch: 'jakarta'
sebdetb7ea89d2020-11-05 11:26:06 +010075 java-version: openjdk11
MichaelMorrisc1edee42022-09-29 09:56:49 +010076 - 'kohn':
77 branch: 'kohn'
78 java-version: openjdk11
Andrew Grimbergee069552017-02-10 14:15:17 -080079 mvn-settings: 'sdc-settings'
80 files: '**'
81 archive-artifacts: ''
Bengt Thureede7d1a22022-09-30 00:24:40 +100082 build-node: ubuntu1804-docker-8c-8g
vasraz4b2867c2021-07-10 00:12:17 +010083 maven-version: 'mvn36'
Anil Belurd2d5f282018-07-14 20:09:36 +100084
Paul Vaduva85b76a52018-11-23 15:38:15 +010085- project:
Jessica Wagantallb0e72cd2018-01-29 16:07:22 -080086 name: sdc-sonar
87 jobs:
Ofir Sonsino40dd36d2020-03-22 09:41:17 +020088 - gerrit-maven-sonar:
89 build-timeout: 120
Jessica Wagantall42a5a812019-11-18 17:06:03 -080090 sonarcloud: true
91 sonarcloud-project-organization: '{sonarcloud_project_organization}'
Jessica Wagantall42a5a812019-11-18 17:06:03 -080092 sonarcloud-project-key: '{sonarcloud_project_organization}_{project-name}'
vasraza6095c92021-02-20 12:39:29 +000093 sonar-mvn-goal: '{sonar_mvn_goal}'
Gary Wu5f4277f2018-09-28 10:36:23 -070094 cron: '@daily'
Bengt Thureede7d1a22022-09-30 00:24:40 +100095 build-node: ubuntu1804-docker-8c-16g
Jessica Wagantallb0e72cd2018-01-29 16:07:22 -080096 project: 'sdc'
97 project-name: 'sdc'
Ofir Sonsino6ef66092019-06-12 16:19:42 +030098 branch: 'master'
Jessica Wagantallb0e72cd2018-01-29 16:07:22 -080099 mvn-settings: 'sdc-settings'
sebdeta7d92e02020-09-07 13:29:29 +0200100 java-version: openjdk11
vasraz8a488392021-04-12 09:49:31 +0100101 mvn-params: '-P skip-integration-tests -Dnpm.registry=https://nexus3.onap.org/repository/npm.public/npm/-/'
Jessica Wagantall5cb93d92018-04-29 15:30:52 -0700102 mvn-goals: 'clean install'
Michael Landoe1aab9c2018-08-12 19:34:40 +0300103 mvn-opts: '-Xmx1024m'
vasraza6785bf2021-07-09 00:27:09 +0100104 mvn-version: 'mvn36'
Jessica Wagantall1cc99b82018-10-19 18:22:42 -0700105
106- project:
sebdetbb105df2020-09-01 15:13:28 +0200107 name: sdc-clm
Jessica Wagantall1cc99b82018-10-19 18:22:42 -0700108 jobs:
109 - gerrit-maven-clm:
110 build-timeout: 120
111 submodule-timeout: 30
vasraz8a488392021-04-12 09:49:31 +0100112 mvn-params: '-P skip-integration-tests -Dnpm.registry=https://nexus3.onap.org/repository/npm.public/npm/-/'
Jessica Wagantallf9871362018-12-03 18:02:07 -0800113 nexus-iq-namespace: 'onap-'
Jessica Wagantall1cc99b82018-10-19 18:22:42 -0700114 project: sdc
sebdetbb105df2020-09-01 15:13:28 +0200115 project-name: 'sdc'
Bengt Thureede7d1a22022-09-30 00:24:40 +1000116 build-node: ubuntu1804-docker-8c-8g
MichaelMorris5612f932022-01-24 14:24:21 +0000117 stream:
118 - 'master':
119 branch: 'master'
vasraza6785bf2021-07-09 00:27:09 +0100120 mvn-version: 'mvn36'
Jessica Wagantall1cc99b82018-10-19 18:22:42 -0700121 mvn-settings: 'sdc-settings'
sebdeta7d92e02020-09-07 13:29:29 +0200122 java-version: openjdk11
Jessica Wagantall0de72582019-02-27 00:30:14 -0800123
124- project:
125 name: sdc-info
126 project-name: sdc
127 jobs:
128 - gerrit-info-yaml-verify
Jessica Wagantalldb675aa2020-01-14 00:57:36 -0800129 build-node: centos7-builder-2c-1g
Jessica Wagantall0de72582019-02-27 00:30:14 -0800130 project: sdc
131 branch: master