Combine SFC clustering jobs into SFC Rest Basic to reduce number of jenkins
[releng/builder.git] / jjb / sfc / sfc-csit-clustering.yaml
diff --git a/jjb/sfc/sfc-csit-clustering.yaml b/jjb/sfc/sfc-csit-clustering.yaml
deleted file mode 100644 (file)
index a5694ea..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
-- project:
-    name: sfc-csit-clustering
-    jobs:
-        - '{project}-csit-3node-{functionality}-{install}-{stream}'
-
-
-    # The project name
-    project: 'sfc'
-
-    # The functionality under test
-    functionality: 'clustering'
-
-    # 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'
-
-    # Features to install
-    install-features: 'odl-sfc-provider-rest'
-
-    # Robot custom options
-    robot-options: ''
-
-    # Trigger jobs (upstream dependencies)
-    trigger-jobs: 'lispflowmapping-distribution-{stream},ovsdb-distribution-{stream},openflowplugin-distribution-{stream}'