Merge "Modify get bundle script to deal with distribution-check artifacts"
[releng/builder.git] / jjb / openflowplugin / openflowplugin-patch-test.yaml
1 - project:
2     name: openflowplugin-patch-test
3     jobs:
4         - '{project}-patch-test-{stream}'
5
6     # The project name
7     project: 'openflowplugin'
8
9     # Project branches
10     stream:
11         - carbon:
12             branch: 'master'
13             jdk: 'openjdk8'
14             csit-list: >
15                 openflowplugin-csit-1node-flow-services-only-{stream},
16                 openflowplugin-csit-1node-flow-services-all-{stream},
17                 openflowplugin-csit-1node-scalability-only-{stream},
18                 openflowplugin-csit-1node-cbench-performance-only-{stream},
19                 openflowplugin-csit-1node-config-performance-only-{stream},
20                 openflowplugin-csit-3node-clustering-only-{stream},
21
22         - boron:
23             branch: 'stable/boron'
24             jdk: 'openjdk8'
25             csit-list: >
26                 openflowplugin-csit-1node-flow-services-only-{stream},
27                 openflowplugin-csit-1node-flow-services-all-{stream},
28                 openflowplugin-csit-1node-scalability-only-{stream},
29                 openflowplugin-csit-1node-cbench-performance-only-{stream},
30                 openflowplugin-csit-1node-config-performance-only-{stream},
31                 openflowplugin-csit-3node-clustering-only-{stream},
32
33         - beryllium:
34             branch: 'stable/beryllium'
35             jdk: 'openjdk7'
36             csit-list: >
37                 openflowplugin-csit-1node-flow-services-only-{stream},
38                 openflowplugin-csit-1node-flow-services-all-{stream},
39                 openflowplugin-csit-1node-scalability-only-{stream},
40                 openflowplugin-csit-1node-cbench-performance-only-{stream},
41                 openflowplugin-csit-1node-config-performance-only-{stream},
42                 openflowplugin-csit-3node-clustering-only-{stream},