Switch the csit-1node to use job prefix
[releng/builder.git] / jjb / openflowplugin / openflowplugin-csit-scale-switch.yaml
1 ---
2 - project:
3     name: openflowplugin-csit-scale-switch
4     jobs:
5       - inttest-csit-1node
6
7     # The project name
8     project: 'openflowplugin'
9
10     # The functionality under test
11     functionality: 'scale-switch'
12
13     # Project branches
14     stream:
15       - oxygen:
16           branch: 'master'
17       - nitrogen:
18           branch: 'stable/nitrogen'
19       - carbon:
20           branch: 'stable/carbon'
21           karaf-version: 'karaf3'
22
23     install:
24       - only:
25           scope: 'only'
26
27     # Job images
28     odl_system_flavor: 'v1-performance-4'
29     tools_system_image: 'ZZCI - Ubuntu 16.04 - mininet-ovs-26 - 20171208-1847'
30     tools_system_flavor: 'v1-performance-2'
31
32     # Features to install
33     install-features: >
34         odl-openflowplugin-flow-services-rest,
35         decanter-collector-jmx,
36         decanter-appender-elasticsearch
37
38     # Robot custom options
39     robot-options: ''
40
41     # Plot Info
42     01-plot-title: 'Maximum Switches Linear Topology'
43     01-plot-yaxis: 'Switches'
44     01-plot-group: 'Switch Scalability'
45     01-plot-data-file: 'switches.csv'
46     02-plot-title: 'Topology Discover Time'
47     02-plot-yaxis: 'Seconds'
48     02-plot-group: 'Switch Scalability'
49     02-plot-data-file: 'time.csv'