Disable Lithium jobs
[releng/builder.git] / jjb / openflowplugin / openflowplugin-csit-scale-stats-collection-daily-lithium-redesign-old.yaml
1 - project:
2     name: openflowplugin-csit-scale-stats-collection-daily-lithium-redesign-old
3     jobs:
4         - '{project}-csit-1node-periodic-{functionality}-{install}-{stream}'
5
6     # The project name
7     project: 'openflowplugin'
8
9     # The functionality under test
10     functionality: 'scale-stats-collection-daily-lithium-redesign'
11
12     # Project branches
13     stream:
14         - beryllium:
15             branch: 'stable/beryllium'
16             jre: 'openjdk7'
17         - stable-lithium:
18             disabled: true
19             branch: 'stable/lithium'
20             jre: 'openjdk7'
21
22     install:
23         - only:
24             scope: 'only'
25
26     # Features to install
27     install-features: 'odl-openflowplugin-flow-services-ui-li'
28
29     # Robot custom options
30     robot-options: '-v flnr:50000'
31
32     # Trigger jobs (daily)
33     schedule: 'H H * * *'
34
35     # Plot Info
36     01-plot-title: 'Flows (100k) Setup Time'
37     01-plot-yaxis: '[s]'
38     01-plot-group: 'Config Performance'
39     01-plot-data-file: 'flows_setup_time.csv'
40
41     02-plot-title: 'REST setup rate (for 100k flows)'
42     02-plot-yaxis: 'setup time[s], req[flows/s]'
43     02-plot-group: 'Performance Rate'
44     02-plot-data-file: 'flows_install_rate.csv'