4f8ac1b76f3aee25ed5d987c78621561af7dad63
[releng/builder.git] / jjb / bgpcep / bgpcep-csit-bgp-ingest.yaml
1 - project:
2     name: bgpcep-csit-bgp-ingest
3     jobs:
4         - '{project}-csit-1node-periodic-{functionality}-{install}-{stream}'
5
6     # The project name
7     project: 'bgpcep'
8
9     # The functionality under test
10     functionality: 'bgp-ingest'
11
12     # Project branches
13     stream:
14         - beryllium:
15             branch: 'master'
16         - stable-lithium:
17             branch: 'stable/lithium'
18
19     install:
20         - only:
21             scope: 'only'
22         - all:
23             scope: 'all'
24
25     # Features to install
26     install-features: 'odl-bgpcep-data-change-counter,odl-restconf,odl-bgpcep-pcep-all,odl-bgpcep-bgp-all,odl-bgpcep-bgp,odl-bgpcep-pcep,odl-netconf-connector-all'
27
28     # Robot custom options:
29     robot-options: ''
30
31     # Trigger jobs: (daily)
32     schedule: 'H H * * *'
33
34 - project:
35     name: bgpcep-csit-bgp-ingest-mixed
36     jobs:
37         - '{project}-csit-1node-periodic-{functionality}-{install}-{stream}'
38
39     # The project name
40     project: 'bgpcep'
41
42     # The functionality under test
43     functionality: 'bgp-ingest-mixed'
44
45     # Project branches
46     stream:
47         - beryllium:
48             branch: 'master'
49         - stable-lithium:
50             branch: 'stable/lithium'
51
52     install:
53         - only:
54             scope: 'only'
55         - all:
56             scope: 'all'
57
58     # Features to install
59     install-features: 'odl-restconf,odl-bgpcep-pcep-all,odl-bgpcep-bgp-all,odl-netconf-connector-all,odl-bgpcep-data-change-counter'
60
61     # Robot custom options
62     # Increase the TEST_DURATION_MULTIPLIER if the test runs in slower test environment or more complex scenario is chosen
63     robot-options: '-v COUNT:1000000 -v INSERT:10 -v WITHDRAW:9 -v PREFILL:10 -v UPDATE:single -v TEST_DURATION_MULTIPLIER:4'
64
65     # Trigger jobs (daily)
66     schedule: 'H H * * *'
67
68     # Plot Info
69     01-plot-title: 'Number of generated updates'
70     01-plot-yaxis: 'Total number of updates'
71     01-plot-group: 'BGP Scaling test suite'
72     01-plot-data-file: 'totals-bgp.csv'
73     02-plot-title: 'Generated load'
74     02-plot-yaxis: 'Updates per second'
75     02-plot-group: 'BGP Scaling test suite'
76     02-plot-data-file: 'performance-bgp.csv'