Added TSDR System test jenkin jobs 18/19718/1
authorvasanthan_balasubram <vasanthan_balasubram@dell.com>
Wed, 6 May 2015 14:10:06 +0000 (19:40 +0530)
committervasanthan_balasubram <vasanthan_balasubram@dell.com>
Wed, 6 May 2015 14:19:03 +0000 (19:49 +0530)
Change-Id: I0e1866b74ae2aa00df967e0274e10606d8baa30e
Signed-off-by: vasanthan_balasubram <vasanthan_balasubram@dell.com>
jjb/tsdr/tsdr-csit-tsdr-master.yaml [new file with mode: 0644]
jjb/tsdr/tsdr-distribution.yaml [new file with mode: 0644]

diff --git a/jjb/tsdr/tsdr-csit-tsdr-master.yaml b/jjb/tsdr/tsdr-csit-tsdr-master.yaml
new file mode 100644 (file)
index 0000000..13b1e7f
--- /dev/null
@@ -0,0 +1,32 @@
+- project:
+    name: tsdr-csit-tsdr-master
+    jobs:
+        - '{project}-csit-1node-cds-{functionality}-{install}-{stream}'
+        - '{project}-csit-verify-{functionality}-{stream}'
+
+    # The project name
+    project: 'tsdr'
+
+    # The functionality under test
+    functionality: 'hbase-datastore'
+
+    # Project branches
+    stream:
+        - master:
+            branch: 'master'
+
+    install:
+        - only:
+            scope: 'only'
+        - all:
+            scope: 'all'
+
+    # Features to install
+    install-features: 'odl-tsdr-hbase'
+
+    # Robot custom options
+    robot-options: ' '
+
+    # Trigger jobs (upstream dependencies)
+    trigger-jobs: 'yangtools-distribution-{stream},controller-distribution-{stream},openflowjava-distribution-{stream},openflowplugin-distribution-{stream},tsdr-distribution-{stream}'
+
diff --git a/jjb/tsdr/tsdr-distribution.yaml b/jjb/tsdr/tsdr-distribution.yaml
new file mode 100644 (file)
index 0000000..952364d
--- /dev/null
@@ -0,0 +1,15 @@
+- project:
+    name: tsdr-distribution
+    jobs:
+        - '{project}-distribution-{stream}'
+
+    # The project name
+    project: 'tsdr'
+
+    # The project branches
+    stream:
+        - master:
+            branch: 'master'
+
+    jdk: 'openjdk7'
+