blob: 598f7887ac50c982dad507f26e487642fe02f3cf [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
MichaelMorris74539ce2020-03-13 14:31:45 +000027 stream:
28 - 'master':
29 branch: '{stream}'
robert.tomczykfe3b5142020-10-20 13:53:37 +010030 jdk-version: java-11
vasraz85c92432020-10-20 17:12:22 +010031 mvn_params: "-Pfast-build -Djacoco.skip=true -DskipPMD -Dcheckstyle.skip"
matthew-mcneilly3cb34532020-08-20 12:44:59 +010032 - '20.2':
MichaelMorris74539ce2020-03-13 14:31:45 +000033 branch: '{stream}'
vasraz4845a842020-10-26 13:29:34 +000034 jdk-version: java-11
vasraz85c92432020-10-20 17:12:22 +010035 mvn_params: "-Pfast-build -Djacoco.skip=true -DskipPMD -Dcheckstyle.skip -DskipTests -DskipUICleanup=true -Dmaven.test.skip=true -DskipITs=true"
robert.tomczyk2bcd20f2020-11-02 16:06:32 +000036 - '20.3':
37 branch: '{stream}'
38 jdk-version: java-11
39 mvn_params: "-Pfast-build -Djacoco.skip=true -DskipPMD -Dcheckstyle.skip -DskipTests -DskipUICleanup=true -Dmaven.test.skip=true -DskipITs=true"
MichaelMorris74539ce2020-03-13 14:31:45 +000040
41 jobs:
42 - 'onap-{project-name}-{stream}-verify-java'