Move netvirt jobs to netvirt
[releng/builder.git] / jjb / ovsdb / ovsdb-csit-netvirt.yaml
diff --git a/jjb/ovsdb/ovsdb-csit-netvirt.yaml b/jjb/ovsdb/ovsdb-csit-netvirt.yaml
deleted file mode 100644 (file)
index 66d1507..0000000
+++ /dev/null
@@ -1,42 +0,0 @@
-- project:
-    name: ovsdb-csit-netvirt
-    jobs:
-        - '{project}-csit-1node-{functionality}-{install}-{stream}'
-        - '{project}-csit-verify-1node-{functionality}'
-
-    # The project name
-    project: 'ovsdb'
-
-    # The functionality under test
-    functionality: 'netvirt'
-
-    # Project branches
-    stream:
-        - boron:
-            branch: 'master'
-            jre: 'openjdk8'
-        - beryllium:
-            branch: 'stable/beryllium'
-            jre: 'openjdk7'
-        - stable-lithium:
-            branch: 'stable/lithium'
-            jre: 'openjdk7'
-
-    install:
-        - only:
-            scope: 'only'
-        - all:
-            scope: 'all'
-
-    # Mininet configuration
-    mininet-image: 'rk-f21-mininet'
-    mininet-vms: 2
-
-    # Features to install
-    install-features: 'odl-ovsdb-openstack'
-
-    # Robot custom options
-    robot-options: ''
-
-    # Trigger jobs (upstream dependencies)
-    trigger-jobs: 'yangtools-distribution-{stream},controller-distribution-{stream},openflowjava-distribution-{stream},openflowplugin-distribution-{stream},ovsdb-distribution-{stream}'