Merge "Add yangtools system test job"
[releng/builder.git] / jjb / openflowplugin / openflowplugin-patch-test.yaml
1 - project:
2     name: openflowplugin-patch-test
3     jobs:
4         - '{project}-patch-test-{feature}-{stream}'
5
6     # The project name
7     project: 'openflowplugin'
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         - core:
23             csit-list: >
24                 openflowplugin-csit-1node-flow-services-only-{stream},
25                 openflowplugin-csit-1node-flow-services-all-{stream},
26                 openflowplugin-csit-1node-scalability-only-{stream},
27                 openflowplugin-csit-1node-cbench-performance-only-{stream},
28                 openflowplugin-csit-1node-config-performance-only-{stream},
29                 openflowplugin-csit-3node-clustering-only-{stream}