move odl ml2 driver repo to parameter in order to run from local networking odl ml2...
[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     build-num-to-keep: 40
8     build-artifact-days-to-keep: -1
9     build-artifact-num-to-keep: 5
10     # Timeout in minutes
11     build-timeout: 360
12     build-node: centos7-java-builder-2c-8g
13
14     email-recipients: 'jenkins@lists.opendaylight.org'
15     odl-ml2-driver-repo: 'https://github.com/openstack/networking-odl'
16
17     # openstack-infra-parameters defaults
18     archive-artifacts: ''
19     branch: master
20
21     # Plot configuration
22     01-plot-title: ''
23     01-plot-yaxis: ''
24     01-plot-group: 'Default Plot Group'
25     01-plot-data-file: 'plot-data.csv'
26     02-plot-title: ''
27     02-plot-yaxis: ''
28     02-plot-group: 'Default Plot Group'
29     02-plot-data-file: 'plot-data.csv'
30
31     # CSIT images configuration
32     controller-image: 'centos7-java-builder-2c-4g'
33     openstack-image: 'centos7-devstack-2c-8g'
34     mininet-image: 'ubuntu-trusty-mininet-2c-2g'
35     mininet-vms: 1
36     docker-image: 'centos7-docker-2c-4g'
37
38     # In case a CSIT job is merged without Java version specified
39     jdk: 'openjdk8'
40
41     # Python
42     toxdir: ''