Add Job for bulkomatic cluster test 87/40187/1
authorLuis Gomez <ecelgp@gmail.com>
Sat, 11 Jun 2016 01:30:37 +0000 (18:30 -0700)
committerLuis Gomez <ecelgp@gmail.com>
Sat, 11 Jun 2016 01:30:37 +0000 (18:30 -0700)
Change-Id: I2b8f6b2d09676e6cc5ae41b933b5c227aa37520a
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
jjb/openflowplugin/openflowplugin-csit-bulkomatic-clustering-daily.yaml [new file with mode: 0644]

diff --git a/jjb/openflowplugin/openflowplugin-csit-bulkomatic-clustering-daily.yaml b/jjb/openflowplugin/openflowplugin-csit-bulkomatic-clustering-daily.yaml
new file mode 100644 (file)
index 0000000..cd66ab2
--- /dev/null
@@ -0,0 +1,36 @@
+- project:
+    name: openflowplugin-csit-bulkomatic-clustering-daily
+    jobs:
+        - '{project}-csit-3node-periodic-{functionality}-{install}-{stream}'
+
+    # The project name
+    project: 'openflowplugin'
+
+    # The functionality under test
+    functionality: 'bulkomatic-clustering-daily'
+
+    # Project branches
+    stream:
+        - boron:
+            branch: 'master'
+            jre: 'openjdk8'
+        - beryllium:
+            branch: 'stable/beryllium'
+            jre: 'openjdk7'
+
+    install:
+        - only:
+            scope: 'only'
+
+    # Features to install
+    install-features: 'odl-openflowplugin-flow-services-ui-li,odl-openflowplugin-app-bulk-o-matic-li'
+
+    # Robot custom options
+    robot-options: '-v ODL_OF_PLUGIN:lithium'
+
+    # Trigger jobs (daily)
+    schedule: 'H H * * *'
+
+    # Trigger jobs (upstream dependencies)
+    trigger-jobs: 'yangtools-distribution-{stream},controller-distribution-{stream},openflowjava-distribution-{stream},openflowplugin-distribution-{stream}'
+