Merge "Add lf-infra-docs job"
[releng/builder.git] / jjb / l2switch / l2switch-patch-test.yaml
index 548fbbb8aeebe12ceb67c64d64be4c20df7fb0a9..59f6007cc8a33f9af66ef5142b5e31fccbef7eef 100644 (file)
@@ -1,23 +1,28 @@
+---
 - project:
     name: l2switch-patch-test
     jobs:
-        - '{project}-patch-test-{feature}-{stream}'
+      - '{project}-patch-test-{feature}-{stream}'
 
     # The project name
     project: 'l2switch'
 
     # Project branches
     stream:
-        - carbon:
-            branch: 'master'
-            jdk: 'openjdk8'
-        - boron:
-            branch: 'stable/boron'
-            jdk: 'openjdk8'
+      - oxygen:
+          branch: 'master'
+          jdk: 'openjdk8'
+      - nitrogen:
+          branch: 'stable/nitrogen'
+          jdk: 'openjdk8'
+      - carbon:
+          branch: 'stable/carbon'
+          jdk: 'openjdk8'
+          karaf-version: karaf3
 
     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
+      - all:
+          csit-list: >
+              l2switch-csit-1node-periodic-host-scalability-daily-only-{stream},
+              l2switch-csit-1node-scalability-all-{stream},
+              l2switch-csit-1node-switch-all-{stream}