Make stream for CSIT verify configurable
[releng/builder.git] / jjb / releng-defaults.yaml
1 # ODL Releng jenkins defaults
2
3 - defaults:
4     name: global
5
6     build-days-to-keep: 30
7
8     # Timeout in minutes
9     build-timeout: 360
10     build-node: centos7-java-builder-2c-8g
11
12     email-recipients: 'jenkins@lists.opendaylight.org'
13     odl-ml2-driver-repo: 'https://github.com/openstack/networking-odl'
14     server-name: 'OpenDaylight'
15     git-url: 'ssh://jenkins-$SILO@git.opendaylight.org:29418'
16
17     # openstack-infra-parameters defaults
18     archive-artifacts: ''
19     branch: master
20
21     # Distribution bundle URL
22     bundleurl: 'last'
23
24     # CSIT images configuration
25     stack-template: csit-2-instance-type.yaml
26     docker_system_count: 1
27     docker_system_flavor: 4 GB General Purpose v1
28     docker_system_image: CentOS 7 - docker - 20170120-1434
29     odl_system_count: 1
30     odl_system_flavor: 4 GB General Purpose v1
31     odl_system_image: CentOS 7 - java-builder - 20170120-1817
32     openstack_system_count: 1
33     openstack_system_flavor: 8 GB General Purpose v1
34     openstack_system_image: CentOS 7 - devstack - 20170120-1710
35     tools_system_count: 1
36     tools_system_flavor: 2 GB General Purpose v1
37     tools_system_image: Ubuntu 14.04 - mininet - 20170117-0003
38
39     # Default Robot framework options
40     robot-options: ''
41
42     # Data for csit-verify jobs
43     # Branch for "last" version detection
44     verify-branch: 'stable/boron'
45     # Value for ODL_STREAM
46     verify-stream: 'boron'
47     verify-jdkversion: 'openjdk8'
48
49     # In case a CSIT job is merged without Java version specified
50     jdk: 'openjdk8'
51
52     # Python
53     toxdir: ''
54
55     # Plot configuration
56     01-plot-title: ''
57     01-plot-yaxis: ''
58     01-plot-group: 'Default Plot Group'
59     01-plot-data-file: 'plot-data.csv'
60     02-plot-title: ''
61     02-plot-yaxis: ''
62     02-plot-group: 'Default Plot Group'
63     02-plot-data-file: 'plot-data.csv'
64     03-plot-data-file: '03-nonexisting.csv'
65     03-plot-title: ''
66     03-plot-yaxis: ''
67     03-plot-group: ''
68     03-inclusion-flag: 'off'
69     03-exclude-value: ''
70     04-plot-data-file: '04-nonexisting.csv'
71     04-plot-title: ''
72     04-plot-yaxis: ''
73     04-plot-group: ''
74     04-inclusion-flag: 'off'
75     04-exclude-value: ''
76     05-plot-data-file: '05-nonexisting.csv'
77     05-plot-title: ''
78     05-plot-yaxis: ''
79     05-plot-group: ''
80     05-inclusion-flag: 'off'
81     05-exclude-value: ''
82     06-plot-data-file: '06-nonexisting.csv'
83     06-plot-title: ''
84     06-plot-yaxis: ''
85     06-plot-group: ''
86     06-inclusion-flag: 'off'
87     06-exclude-value: ''
88     07-plot-data-file: '07-nonexisting.csv'
89     07-plot-title: ''
90     07-plot-yaxis: ''
91     07-plot-group: ''
92     07-inclusion-flag: 'off'
93     07-exclude-value: ''
94     08-plot-data-file: '08-nonexisting.csv'
95     08-plot-title: ''
96     08-plot-yaxis: ''
97     08-plot-group: ''
98     08-inclusion-flag: 'off'
99     08-exclude-value: ''
100     09-plot-data-file: '09-nonexisting.csv'
101     09-plot-title: ''
102     09-plot-yaxis: ''
103     09-plot-group: ''
104     09-inclusion-flag: 'off'
105     09-exclude-value: ''
106     10-plot-data-file: '10-nonexisting.csv'
107     10-plot-title: ''
108     10-plot-yaxis: ''
109     10-plot-group: ''
110     10-inclusion-flag: 'off'
111     10-exclude-value: ''