Merge "Added csit job for unimgr"
authorLuis Gomez <ecelgp@gmail.com>
Tue, 20 Oct 2015 04:07:48 +0000 (04:07 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Tue, 20 Oct 2015 04:07:48 +0000 (04:07 +0000)
jjb/unimgr/unimgr-csit-basic.yaml [new file with mode: 0644]

diff --git a/jjb/unimgr/unimgr-csit-basic.yaml b/jjb/unimgr/unimgr-csit-basic.yaml
new file mode 100644 (file)
index 0000000..2879053
--- /dev/null
@@ -0,0 +1,31 @@
+- project:
+    name: unimgr-csit-basic
+    jobs:
+        - '{project}-csit-1node-{functionality}-{install}-{stream}'
+        - '{project}-csit-verify-1node-{functionality}'
+
+    # The project name
+    project: 'unimgr'
+
+    # The functionality under test
+    functionality: 'basic'
+
+    # Project branches
+    stream:
+        - beryllium:
+            branch: 'master'
+
+    install:
+        - only:
+            scope: 'only'
+        - all:
+            scope: 'all'
+
+    # Features to install
+    install-features: 'odl-unimgr'
+
+    # Robot custom options
+    robot-options: ''
+
+    # Trigger jobs (upstream dependencies)
+    trigger-jobs: 'yangtools-distribution-{stream},controller-distribution-{stream},ovsdb-distribution-{stream},unimgr-distribution-{stream}'