Merge "Make jobs karaf-version specific, some duplicities"
[releng/builder.git] / jjb / l2switch / l2switch-patch-test.yaml
1 ---
2 - project:
3     name: l2switch-patch-test
4     jobs:
5       - '{project}-patch-test-{feature}-{stream}'
6
7     # The project name
8     project: 'l2switch'
9
10     # Project branches
11     stream:
12       - nitrogen:
13           branch: 'master'
14           jdk: 'openjdk8'
15       - carbon:
16           branch: 'stable/carbon'
17           jdk: 'openjdk8'
18           karaf-version: karaf3
19       - boron:
20           branch: 'stable/boron'
21           jdk: 'openjdk8'
22           karaf-version: karaf3
23       - beryllium:
24           branch: 'stable/beryllium'
25           jdk: 'openjdk7'
26           karaf-version: karaf3
27
28     feature:
29       - all:
30           csit-list: >
31               l2switch-csit-1node-periodic-host-scalability-daily-only-{stream},
32               l2switch-csit-1node-scalability-only-{stream},
33               l2switch-csit-1node-switch-only-{stream}