add l2switch patch test job 19/47219/1
authorJamo Luhrsen <jluhrsen@redhat.com>
Thu, 20 Oct 2016 17:38:06 +0000 (10:38 -0700)
committerJamo Luhrsen <jluhrsen@redhat.com>
Thu, 20 Oct 2016 17:38:06 +0000 (10:38 -0700)
Change-Id: I273894b0e870a4147d8f56d0b12ca3f00363ea1b
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
jjb/l2switch/l2switch-patch-test.yaml [new file with mode: 0644]

diff --git a/jjb/l2switch/l2switch-patch-test.yaml b/jjb/l2switch/l2switch-patch-test.yaml
new file mode 100644 (file)
index 0000000..548fbbb
--- /dev/null
@@ -0,0 +1,23 @@
+- project:
+    name: l2switch-patch-test
+    jobs:
+        - '{project}-patch-test-{feature}-{stream}'
+
+    # The project name
+    project: 'l2switch'
+
+    # Project branches
+    stream:
+        - carbon:
+            branch: 'master'
+            jdk: 'openjdk8'
+        - boron:
+            branch: 'stable/boron'
+            jdk: 'openjdk8'
+
+    feature:
+        - all:
+            csit-list: >
+                l2switch-csit-1node-periodic-host-scalability-daily-{stream}
+                l2switch-csit-1node-scalability-only-{stream}
+                l2switch-csit-1node-switch-only-{stream}
\ No newline at end of file