blob: 53874360aedaf1e3cd083fdaf68fb664f65bc229 [file] [log] [blame]
MichaelMorris74539ce2020-03-13 14:31:45 +00001---
2# ============LICENSE_START=======================================================
3# Copyright (C) 2020 Nordix Foundation.
4# ================================================================================
5# Licensed under the Apache License, Version 2.0 (the "License");
6# you may not use this file except in compliance with the License.
7# You may obtain a copy of the License at
8#
9# http://www.apache.org/licenses/LICENSE-2.0
10#
11# Unless required by applicable law or agreed to in writing, software
12# distributed under the License is distributed on an "AS IS" BASIS,
13# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14# See the License for the specific language governing permissions and
15# limitations under the License.
16#
17# SPDX-License-Identifier: Apache-2.0
18# ============LICENSE_END=========================================================
19
20# this job gets triggered when a change is proposed to
21# sdc project on Nordix Gerrit.
22
23- project:
24 name: sdc-verify
25 project: sdc
26 project-name: sdc
vasraz064b1c02020-11-03 11:00:07 +000027 mvn_params: "-Djacoco.skip=true -DskipPMD -Dcheckstyle.skip -DskipITs=true"
andre.schmid47e580f2020-11-09 11:53:09 +000028 mvn_version: 3.6.1
MichaelMorris74539ce2020-03-13 14:31:45 +000029 stream:
30 - 'master':
31 branch: '{stream}'
robert.tomczykfe3b5142020-10-20 13:53:37 +010032 jdk-version: java-11
JvD_Ericsson1e8bb402021-09-30 11:36:06 +010033 - 'istanbul':
34 branch: '{stream}'
35 jdk-version: java-11
matthew-mcneilly3cb34532020-08-20 12:44:59 +010036 - '20.2':
MichaelMorris74539ce2020-03-13 14:31:45 +000037 branch: '{stream}'
vasraz4845a842020-10-26 13:29:34 +000038 jdk-version: java-11
robert.tomczyk2bcd20f2020-11-02 16:06:32 +000039 - '20.3':
40 branch: '{stream}'
41 jdk-version: java-11
afennerba9ebdb2021-01-22 13:45:06 +000042 - '21.1':
43 branch: '{stream}'
44 jdk-version: java-11
afenner1d1f43e2021-03-24 10:39:40 +000045 - '21.2':
46 branch: '{stream}'
47 jdk-version: java-11
Jeff van Dam42325412021-09-13 10:15:43 +010048 - '21.4':
49 branch: '{stream}'
50 jdk-version: java-11
MichaelMorris74539ce2020-03-13 14:31:45 +000051 jobs:
52 - 'onap-{project-name}-{stream}-verify-java'