tox-verify for portal-onapsdk 27/1527/3
authorIoakeim Samaras <ioakeim.samaras@ericsson.com>
Wed, 4 Sep 2019 07:54:27 +0000 (10:54 +0300)
committerIoakeim Samaras <ioakeim.samaras@ericsson.com>
Wed, 11 Sep 2019 07:21:50 +0000 (10:21 +0300)
Added project for using gerrit-tox-verify job template
for portal_user_interface/portal-onapsdk.

Signed-off-by: Ioakeim Samaras <ioakeim.samaras@ericsson.com>
Change-Id: I62112d947522d0226ed9ce45d7e280f662b24f5e

.gitignore
jjb/portal_user_interface/portal-onapsdk.yaml [new file with mode: 0644]

index ce5c482..a475179 100644 (file)
@@ -10,5 +10,9 @@ cloud-env.json
 # Maven
 target/
 
 # Maven
 target/
 
-# Intellij IDEs
+# IDE files
+/.settings/
+.classpath
+.project
 .idea
 .idea
+
diff --git a/jjb/portal_user_interface/portal-onapsdk.yaml b/jjb/portal_user_interface/portal-onapsdk.yaml
new file mode 100644 (file)
index 0000000..b3f6f1e
--- /dev/null
@@ -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
+