Merge "Improve branch cutting scripts"
[releng/builder.git] / jjb / openflowplugin / openflowplugin-csit-scale-stats-collection-daily-frs.yaml
1 ---
2 - project:
3     name: openflowplugin-csit-scale-stats-collection-daily-frs
4     jobs:
5       - '{project}-csit-1node-periodic-{functionality}-{install}-{stream}'
6
7     # The project name
8     project: 'openflowplugin'
9
10     # The functionality under test
11     functionality: 'scale-stats-collection-daily-frs'
12
13     # Project branches
14     stream:
15       - oxygen:
16           branch: 'master'
17           jre: 'openjdk8'
18       - nitrogen:
19           branch: 'stable/nitrogen'
20           jre: 'openjdk8'
21       - carbon:
22           branch: 'stable/carbon'
23           jre: 'openjdk8'
24           karaf-version: karaf3
25       - boron:
26           branch: 'stable/boron'
27           jre: 'openjdk8'
28           karaf-version: karaf3
29
30     install:
31       - only:
32           scope: 'only'
33
34     # Features to install
35     install-features: >
36         odl-restconf,
37         odl-openflowplugin-app-config-pusher,
38         odl-openflowplugin-app-topology,
39         odl-openflowplugin-app-forwardingrules-sync
40
41     # Robot custom options
42     robot-options: '-v flnr:50000'
43
44     # Plot Info
45     01-plot-title: 'Flows (100k) Setup Time'
46     01-plot-yaxis: '[s]'
47     01-plot-group: 'Config Performance'
48     01-plot-data-file: 'flows_setup_time.csv'
49
50     02-plot-title: 'REST setup rate (for 100k flows)'
51     02-plot-yaxis: 'setup time[s], req[flows/s]'
52     02-plot-group: 'Performance Rate'
53     02-plot-data-file: 'flows_install_rate.csv'