Create Carbon jobs for csit
[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         - carbon:
15             branch: 'master'
16             jre: 'openjdk8'
17         - boron:
18             branch: 'stable/boron'
19             jre: 'openjdk8'
20         - beryllium:
21             branch: 'stable/beryllium'
22             jre: 'openjdk7'
23         - stable-lithium:
24             branch: 'stable/lithium'
25             jre: 'openjdk7'
26
27     install:
28         - only:
29             scope: 'only'
30         - all:
31             scope: 'all'
32
33     # Features to install
34     install-features: 'odl-restconf,odl-bgpcep-data-change-counter,odl-bgpcep-bgp-all,odl-bgpcep-bgp,odl-netconf-connector-all'
35
36     # Robot custom options:
37     robot-options: '-v CHECK_PERIOD_PREFIX_COUNT_SINGLE:10 -v REPETITIONS_CHANGE_COUNT_SINGLE:3 -v CHECK_PERIOD_PREFIX_COUNT_MANY:10 -v TEST_DURATION_MULTIPLIER_PREFIX_COUNT_MANY:8.0 -v REPETITIONS_CHANGE_COUNT_MANY:10 -v MULTIPLICITY_CHANGE_COUNT_MANY:600 -v TEST_DURATION_MULTIPLIER_CHANGE_COUNT_MANY:8.0 '
38
39     # Trigger jobs: (daily)
40     schedule: 'H H * * *'
41
42     # Controller configuration
43     controller-image: 'centos7-java-builder-2c-8g'
44
45 - project:
46     name: bgpcep-csit-bgp-ingest-mixed
47     jobs:
48         - '{project}-csit-1node-periodic-{functionality}-{install}-{stream}'
49
50     # The project name
51     project: 'bgpcep'
52
53     # The functionality under test
54     functionality: 'bgp-ingest-mixed'
55
56     # Project branches
57     stream:
58         - boron:
59             branch: 'master'
60             jre: 'openjdk8'
61         - beryllium:
62             branch: 'stable/beryllium'
63             jre: 'openjdk7'
64         - stable-lithium:
65             branch: 'stable/lithium'
66             jre: 'openjdk7'
67
68     install:
69         - only:
70             scope: 'only'
71         - all:
72             scope: 'all'
73
74     # Features to install
75     install-features: 'odl-restconf,odl-bgpcep-bgp-all,odl-bgpcep-bgp,odl-bgpcep-data-change-counter,odl-netconf-connector-all'
76
77     # Robot custom options
78     # Increase the TEST_DURATION_MULTIPLIER if the test runs in slower test environment or more complex scenario is chosen
79     robot-options: '-v COUNT:1000000 -v INSERT:10 -v WITHDRAW:9 -v PREFILL:10 -v UPDATE:single -v TEST_DURATION_MULTIPLIER:4'
80
81     # Trigger jobs (daily)
82     schedule: 'H H * * *'
83
84     # Controller configuration
85     controller-image: 'centos7-java-builder-2c-8g'
86
87     # Plot Info
88     01-plot-title: 'Number of generated updates'
89     01-plot-yaxis: 'Total number of updates'
90     01-plot-group: 'BGP Scaling test suite'
91     01-plot-data-file: 'totals-bgp.csv'
92     02-plot-title: 'Generated load'
93     02-plot-yaxis: 'Updates per second'
94     02-plot-group: 'BGP Scaling test suite'
95     02-plot-data-file: 'performance-bgp.csv'