Remove vpnservice CSIT jobs
[releng/builder.git] / jjb / vpnservice / vpnservice-csit-vpnservice.yaml
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}'