From f2c2804ae105408899b06f5275753f15d6416b87 Mon Sep 17 00:00:00 2001 From: Ioakeim Samaras Date: Wed, 4 Sep 2019 10:54:27 +0300 Subject: [PATCH] tox-verify for portal-onapsdk Added project for using gerrit-tox-verify job template for portal_user_interface/portal-onapsdk. Signed-off-by: Ioakeim Samaras Change-Id: I62112d947522d0226ed9ce45d7e280f662b24f5e --- .gitignore | 6 +++++- jjb/portal_user_interface/portal-onapsdk.yaml | 31 +++++++++++++++++++++++++++ 2 files changed, 36 insertions(+), 1 deletion(-) create mode 100644 jjb/portal_user_interface/portal-onapsdk.yaml diff --git a/.gitignore b/.gitignore index ce5c482..a475179 100644 --- a/.gitignore +++ b/.gitignore @@ -10,5 +10,9 @@ cloud-env.json # Maven target/ -# Intellij IDEs +# IDE files +/.settings/ +.classpath +.project .idea + diff --git a/jjb/portal_user_interface/portal-onapsdk.yaml b/jjb/portal_user_interface/portal-onapsdk.yaml new file mode 100644 index 0000000..b3f6f1e --- /dev/null +++ b/jjb/portal_user_interface/portal-onapsdk.yaml @@ -0,0 +1,31 @@ +--- +# +# Copyright (c) 2019 AT&T Intellectual Property. All rights reserved. +# +# Licensed under the Apache License, Version 2.0 (the "License"); you may +# not use this file except in compliance with the License. +# +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +- project: + project: 'portal_user_interface/portal-onapsdk' + project-name: portal_user_interface-portal-onapsdk + name: portal_user_interface-portal-onapsdk-tox-verify + stream: + - master: + branch: '{stream}' + gs-pathname: '' + disabled: false + jobs: + - 'gerrit-tox-verify': + parallel: false + submodule-disable: true + build-node: centos7-builder-2c-1g + -- 2.16.6