Remove vpnservice CSIT jobs 67/48367/1
authorVratko Polak <vrpolak@cisco.com>
Tue, 15 Nov 2016 13:17:19 +0000 (14:17 +0100)
committerVratko Polak <vrpolak@cisco.com>
Tue, 15 Nov 2016 13:17:19 +0000 (14:17 +0100)
Feature odl-vpnservice-core is not present in Carbon integration
and most of vpnservice functionality is tested within netvirt project
using odl-netvirt-openstack feature.

Change-Id: I06cf76ed6081e8c234844e9dd67bf586833b48c0
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
jjb/vpnservice/vpnservice-csit-vpnservice.yaml [deleted file]

diff --git a/jjb/vpnservice/vpnservice-csit-vpnservice.yaml b/jjb/vpnservice/vpnservice-csit-vpnservice.yaml
deleted file mode 100644 (file)
index 1f62756..0000000
+++ /dev/null
@@ -1,41 +0,0 @@
-- project:
-    name: vpnservice-csit-vpnservice
-    jobs:
-        - '{project}-csit-1node-{functionality}-{install}-{stream}'
-        - '{project}-csit-verify-1node-{functionality}'
-
-    # The project name
-    project: 'vpnservice'
-
-    # The functionality under test
-    functionality: 'vpnservice'
-
-    # Project branches
-    stream:
-        - carbon:
-            branch: 'master'
-            jre: 'openjdk8'
-        - boron:
-            branch: 'stable/boron'
-            jre: 'openjdk8'
-        - beryllium:
-            branch: 'stable/beryllium'
-            jre: 'openjdk7'
-
-    install:
-        - only:
-            scope: 'only'
-        - all:
-            scope: 'all'
-
-    # Mininet configuration
-    mininet-vms: 2
-
-    # Features to install
-    install-features: 'odl-vpnservice-core'
-
-    # Robot custom options
-    robot-options: ' '
-
-    # Trigger jobs (upstream dependencies)
-    trigger-jobs: 'openflowjava-distribution-{stream},openflowplugin-distribution-{stream},vpnservice-distribution-{stream}'