blob: 6087f84caeed6e56f48c7565b2973dbde84aa640 [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
matthew-mcneilly3cb34532020-08-20 12:44:59 +010033 - '20.2':
MichaelMorris74539ce2020-03-13 14:31:45 +000034 branch: '{stream}'
vasraz4845a842020-10-26 13:29:34 +000035 jdk-version: java-11
robert.tomczyk2bcd20f2020-11-02 16:06:32 +000036 - '20.3':
37 branch: '{stream}'
38 jdk-version: java-11
afennerba9ebdb2021-01-22 13:45:06 +000039 - '21.1':
40 branch: '{stream}'
41 jdk-version: java-11
afenner1d1f43e2021-03-24 10:39:40 +000042 - '21.2':
43 branch: '{stream}'
44 jdk-version: java-11
Jeff van Dam42325412021-09-13 10:15:43 +010045 - '21.4':
46 branch: '{stream}'
47 jdk-version: java-11
MichaelMorris74539ce2020-03-13 14:31:45 +000048 jobs:
49 - 'onap-{project-name}-{stream}-verify-java'