Added csit job for unimgr 13/28413/5
authoradetalhouet <adetalhouet@inocybe.com>
Wed, 14 Oct 2015 20:40:38 +0000 (16:40 -0400)
committeradetalhouet <adetalhouet@inocybe.com>
Mon, 19 Oct 2015 12:57:45 +0000 (08:57 -0400)
Change-Id: I9a798b5e96e76368cf06d0b6bb452d333d1d8b3b
Signed-off-by: adetalhouet <adetalhouet@inocybe.com>
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}'