updating builder for Centinel- comments included 00/29300/2
authorShreshthaJoshi <shreshtha.joshi@tcs.com>
Fri, 6 Nov 2015 04:39:04 +0000 (10:09 +0530)
committerShreshthaJoshi <shreshtha.joshi@tcs.com>
Fri, 6 Nov 2015 04:40:05 +0000 (10:10 +0530)
Change-Id: I2a45df0e5373aec4cecc586d2abe77f8fbb49037
Signed-off-by: ShreshthaJoshi <shreshtha.joshi@tcs.com>
jjb/centinel/centinel-csit-basic.yaml [new file with mode: 0644]

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