Fix l2switch job name
[releng/builder.git] / jjb / l2switch / l2switch-patch-test.yaml
1 - project:
2     name: l2switch-patch-test
3     jobs:
4         - '{project}-patch-test-{feature}-{stream}'
5
6     # The project name
7     project: 'l2switch'
8
9     # Project branches
10     stream:
11         - carbon:
12             branch: 'master'
13             jdk: 'openjdk8'
14         - boron:
15             branch: 'stable/boron'
16             jdk: 'openjdk8'
17         - beryllium:
18             branch: 'stable/beryllium'
19             jdk: 'openjdk7'
20
21     feature:
22         - all:
23             csit-list: >
24                 l2switch-csit-1node-periodic-host-scalability-daily-only-{stream},
25                 l2switch-csit-1node-scalability-only-{stream},
26                 l2switch-csit-1node-switch-only-{stream}