d872626d43e8f6f0fc3af93a1a7f5e8ad0da8aa6
[releng/builder.git] / jjb / openflowplugin / openflowplugin-csit-bulkomatic-clustering-perf-daily.yaml
1 ---
2 - project:
3     name: openflowplugin-csit-bulkomatic-clustering-perf-daily
4     jobs:
5       - '{project}-csit-3node-periodic-{functionality}-{install}-{stream}'
6
7     # The project name
8     project: 'openflowplugin'
9
10     # The functionality under test
11     functionality:
12       - bulkomatic-clustering-perf-daily
13       - gate-bulkomatic-clustering-perf-daily
14
15     # Project branches
16     stream:
17       - oxygen:
18           branch: 'master'
19           jre: 'openjdk8'
20       - nitrogen:
21           branch: 'stable/nitrogen'
22           jre: 'openjdk8'
23       - carbon:
24           branch: 'stable/carbon'
25           jre: 'openjdk8'
26           karaf-version: karaf3
27       - boron:
28           branch: 'stable/boron'
29           jre: 'openjdk8'
30           karaf-version: karaf3
31
32     install:
33       - only:
34           scope: 'only'
35
36     # Job images
37     odl_system_flavor: '8 GB General Purpose v1'
38     tools_system_image: 'Ubuntu 16.04 - mininet-ovs-25 - 20170808-0158'
39
40     # Features to install
41     install-features: >
42         odl-openflowplugin-flow-services-rest,
43         odl-openflowplugin-app-bulk-o-matic,
44         odl-jolokia,
45         decanter-collector-jmx,
46         decanter-appender-elasticsearch
47
48     # Robot custom options
49     robot-options: '-v ODL_OF_PLUGIN:lithium -v switch_count:32 -v flow_count_per_switch:3125'
50
51     # Plot Info
52     01-plot-title: 'Flow Add rate'
53     01-plot-yaxis: 'flow_mods/sec'
54     01-plot-group: 'Java Performance'
55     01-plot-data-file: 'rate.csv'
56     02-plot-title: 'Flow Add time'
57     02-plot-yaxis: 'seconds'
58     02-plot-group: 'Java Performance'
59     02-plot-data-file: 'time.csv'