Patch Test for VTN Project 93/45393/2
authorgvrangan <venkatrangang@hcl.com>
Thu, 8 Sep 2016 20:30:36 +0000 (20:30 +0000)
committergvrangan <venkatrangang@hcl.com>
Fri, 9 Sep 2016 00:21:12 +0000 (00:21 +0000)
Change-Id: Icd09a91dd962a0fa22799dc0e9b1d8a2d8330c7b
Signed-off-by: gvrangan <venkatrangang@hcl.com>
jjb/vtn/vtn-patch-test.yaml [new file with mode: 0644]

diff --git a/jjb/vtn/vtn-patch-test.yaml b/jjb/vtn/vtn-patch-test.yaml
new file mode 100644 (file)
index 0000000..556f65c
--- /dev/null
@@ -0,0 +1,25 @@
+- project:
+    name: vtn-patch-test
+    jobs:
+        - '{project}-patch-test-{feature}-{stream}'
+
+    # The project name
+    project: 'vtn'
+
+    feature: 'all'
+
+    # Project branches
+    stream:
+        - carbon:
+            branch: 'master'
+            jdk: 'openjdk8'
+            csit-list: >
+               vtn-csit-1node-manager-only-{stream},
+               vtn-csit-3node-manager-only-{stream}
+
+        - boron:
+            branch: 'stable/boron'
+            jdk: 'openjdk8'
+            csit-list: >
+               vtn-csit-1node-manager-only-{stream},
+               vtn-csit-3node-manager-only-{stream}