Add csit job for armoury 20/28520/2
authoradetalhouet <adetalhouet@inocybe.com>
Fri, 16 Oct 2015 19:17:18 +0000 (15:17 -0400)
committeradetalhouet <adetalhouet@inocybe.com>
Mon, 19 Oct 2015 13:01:30 +0000 (09:01 -0400)
Change-Id: Ie28a6cb3c1aecf46fa2c8817fa9812979523586d
Signed-off-by: adetalhouet <adetalhouet@inocybe.com>
jjb/armoury/armoury-csit-basic.yaml [new file with mode: 0644]

diff --git a/jjb/armoury/armoury-csit-basic.yaml b/jjb/armoury/armoury-csit-basic.yaml
new file mode 100644 (file)
index 0000000..defa8fc
--- /dev/null
@@ -0,0 +1,31 @@
+- project:
+    name: armoury-csit-basic
+    jobs:
+        - '{project}-csit-1node-{functionality}-{install}-{stream}'
+        - '{project}-csit-verify-1node-{functionality}'
+
+    # The project name
+    project: 'armoury'
+
+    # 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-armoury-workloadmanager'
+
+    # Robot custom options
+    robot-options: ''
+
+    # Trigger jobs (upstream dependencies)
+    trigger-jobs: 'yangtools-distribution-{stream},controller-distribution-{stream},mdsal-distribution-{stream},armoury-distribution-{stream}'