Merge "Add support for MRI projects in multipatch"
[releng/builder.git] / jjb / defaults.yaml
1 ---
2 # ODL Releng jenkins defaults
3
4 - defaults:
5     name: global
6     functionality: global
7     stream: global
8     prefix: ''  # A prefix for job names sandbox for example: user-
9
10     testplan: '{project}-{functionality}.txt'
11     streamtestplan: '{project}-{functionality}-{stream}.txt'
12     karaf-version: karaf4
13     build-days-to-keep: 30
14     use-features-boot: 'True'
15
16     # Timeout in minutes
17     build-timeout: 360
18     build-node: centos7-builder-4c-4g
19     schedule: ''
20     schedule-daily: 'H H * * *'
21     schedule-saturday: 'H H * * 6'
22     schedule-weekly: 'H 23 * * 6'
23     schedule-high-frequency: 'H H/4 * * *'
24
25     email-recipients: 'jenkins@lists.opendaylight.org'
26     odl-ml2-driver-repo: 'https://github.com/openstack/networking-odl'
27     networking-l2gw-repo: 'http://git.openstack.org/openstack/networking-l2gw'
28     devstack-kubernetes-plugin-repo: 'https://github.com/openstack/kuryr-kubernetes'
29     devstack-lbaas-plugin-repo: 'https://github.com/openstack/neutron-lbaas'
30     devstack-networking-sfc-plugin-repo: 'https://github.com/openstack/networking-sfc'
31
32     # lf-infra defaults
33     jenkins-ssh-credential: jenkins-ssh
34     gerrit-server-name: OpenDaylight
35     mvn-site-id: opendaylight-site
36     mvn-snapshot-id: opendaylight-snapshot
37     mvn-staging-id: opendaylight-staging
38     nexus-snapshot-repo: opendaylight.snapshot
39     git-url: 'ssh://jenkins-$SILO@git.opendaylight.org:29418'
40     lftools-version: <1.0.0
41     packer-version: 1.2.4
42
43     # defaults for parameters installing openstack for csit jobs
44     devstack-hash: ''
45     create-initial-networks: 'False'
46     disable-odl-l3-service-plugin: 'no'
47     disable-openstack-services: ''
48     enable-networking-l2gw: 'no'
49     enable-openstack-plugins: 'networking-odl'
50     enable-openstack-services: ''
51     enable-openstack-compute-services: ''
52     enable-openstack-network-services: 'neutron,neutron-api,neutron-dhcp,neutron-metadata-agent'
53     ipsec-vxlan-tunnels-enabled: 'no'
54     lbaas-service-provider: ''
55     num-openstack-sites: 1
56     odl-enable-l3: 'yes'
57     odl-ml2-driver-version: 'v1'
58     odl-ml2-port-binding: 'network-topology'
59     public-bridge: 'br-physnet1'
60     public-physical-network: 'physnet1'
61     security-group-mode: 'none'
62     tenant-network-type: 'vxlan'
63     odl-sfc-driver: 'odl'
64     odl-snat-mode: 'controller'
65     enable-itm-direct-tunnels: 'false'
66     openstack_legacy_default_network_services: 'q-dhcp,q-meta,q-svc'
67
68     # openstack-infra-parameters defaults
69     archive-artifacts: ''
70     branch: master
71     distribution_branch: '$GERRIT_BRANCH'
72     os-cloud: vex
73
74     # Distribution bundle URL
75     bundle-url: 'last'
76     repo-url: ''
77     install-features: ''
78     sm-repos: ''
79     sm-features: ''
80
81     # CSIT images configuration
82     openstack_system_image_ocata: ZZCI - CentOS 7 - devstack-ocata - 20171208-1649
83     openstack_system_image_pike: ZZCI - CentOS 7 - devstack-pike - 20171208-1649
84     stack-template: csit-2-instance-type.yaml
85     docker_system_count: 1
86     docker_system_flavor: odl-standard-1
87     docker_system_image: ZZCI - CentOS 7 - docker - 20180417-0311
88     odl_system_count: 1
89     odl_system_flavor: odl-highcpu-4
90     odl_system_image: ZZCI - CentOS 7 - builder - 20180611-1830
91     openstack_system_count: 1
92     openstack_system_flavor: odl-standard-4
93     openstack_system_image: ZZCI - CentOS 7 - devstack - 20171208-1648
94     openstack_system2_count: 0
95     openstack_system2_flavor: odl-standard-1
96     openstack_system2_image: ZZCI - CentOS 7 - devstack - 20171208-1648
97     tools_system_count: 1
98     tools_system_flavor: odl-highcpu-2
99     tools_system_image: ZZCI - Ubuntu 16.04 - mininet-ovs-25 - 20171208-1847
100
101     # Default Robot framework options
102     robot-options: ''
103     trigger-jobs: ''
104     debug-map: ''
105     test-suites: ''
106
107     # Data for csit-verify jobs
108     # Branch for "last" version detection
109     verify-branch: stable/oxygen
110     # Value for ODL_STREAM
111     verify-stream: oxygen
112     verify-karaf-version: karaf4
113     verify-jdkversion: openjdk8
114
115     # Maven / Java
116     java-version: 'openjdk8'
117     jre: 'openjdk8'
118     opendaylight-infra-mvn-opts: |
119         --show-version
120         --batch-mode
121         -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn
122         -Djenkins
123         -Dmaven.repo.local=/tmp/r
124         -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r
125     opendaylight-infra-parallel-mvn-opts: |
126         -T1.5C
127         {opendaylight-infra-mvn-opts}
128
129     # JavaDoc
130     javadoc-path: org.opendaylight.$PROJECT/$STREAM
131
132     # Python
133     toxdir: ''
134
135     # Plot configuration
136     01-plot-title: ''
137     01-plot-yaxis: ''
138     01-plot-group: 'Default Plot Group'
139     01-plot-data-file: 'plot-data.csv'
140     02-plot-title: ''
141     02-plot-yaxis: ''
142     02-plot-group: 'Default Plot Group'
143     02-plot-data-file: 'plot-data.csv'
144     03-plot-data-file: '03-nonexisting.csv'
145     03-plot-title: ''
146     03-plot-yaxis: ''
147     03-plot-group: ''
148     03-inclusion-flag: 'off'
149     03-exclude-value: ''
150     04-plot-data-file: '04-nonexisting.csv'
151     04-plot-title: ''
152     04-plot-yaxis: ''
153     04-plot-group: ''
154     04-inclusion-flag: 'off'
155     04-exclude-value: ''
156     05-plot-data-file: '05-nonexisting.csv'
157     05-plot-title: ''
158     05-plot-yaxis: ''
159     05-plot-group: ''
160     05-inclusion-flag: 'off'
161     05-exclude-value: ''
162     06-plot-data-file: '06-nonexisting.csv'
163     06-plot-title: ''
164     06-plot-yaxis: ''
165     06-plot-group: ''
166     06-inclusion-flag: 'off'
167     06-exclude-value: ''
168     07-plot-data-file: '07-nonexisting.csv'
169     07-plot-title: ''
170     07-plot-yaxis: ''
171     07-plot-group: ''
172     07-inclusion-flag: 'off'
173     07-exclude-value: ''
174     08-plot-data-file: '08-nonexisting.csv'
175     08-plot-title: ''
176     08-plot-yaxis: ''
177     08-plot-group: ''
178     08-inclusion-flag: 'off'
179     08-exclude-value: ''
180     09-plot-data-file: '09-nonexisting.csv'
181     09-plot-title: ''
182     09-plot-yaxis: ''
183     09-plot-group: ''
184     09-inclusion-flag: 'off'
185     09-exclude-value: ''
186     10-plot-data-file: '10-nonexisting.csv'
187     10-plot-title: ''
188     10-plot-yaxis: ''
189     10-plot-group: ''
190     10-inclusion-flag: 'off'
191     10-exclude-value: ''
192
193     # Manual CSIT job lists used by sanity or periodic in nature.
194     csit-high-frequency-list-fluorine: >
195         netvirt-csit-1node-openstack-queens-upstream-stateful-fluorine
196     csit-high-frequency-list-oxygen: >
197         netvirt-csit-1node-openstack-queens-upstream-stateful-oxygen
198     csit-sanity-list-fluorine: >
199         openflowplugin-csit-1node-sanity-only-fluorine,
200         distribution-sanity-fluorine
201     csit-sanity-list-oxygen: >
202         openflowplugin-csit-1node-sanity-only-oxygen,
203         distribution-sanity-oxygen
204     csit-weekly-list-fluorine: >
205         controller-csit-1node-notifications-longevity-only-fluorine,
206         controller-csit-3node-drb-partnheal-longevity-only-fluorine,
207         controller-csit-3node-drb-precedence-longevity-only-fluorine,
208         controller-csit-3node-ddb-expl-lead-movement-longevity-only-fluorine,
209         bgpcep-csit-3node-bgpclustering-longevity-only-fluorine,
210         distribution-deploy-fluorine,
211         distribution-offline-fluorine,
212         openflowplugin-csit-1node-longevity-only-fluorine
213     csit-weekly-list-oxygen: >
214         controller-csit-1node-notifications-longevity-only-oxygen,
215         controller-csit-3node-drb-partnheal-longevity-only-oxygen,
216         controller-csit-3node-drb-precedence-longevity-only-oxygen,
217         controller-csit-3node-ddb-expl-lead-movement-longevity-only-oxygen,
218         bgpcep-csit-3node-bgpclustering-longevity-only-oxygen,
219         distribution-deploy-oxygen,
220         distribution-offline-oxygen,
221         openflowplugin-csit-1node-longevity-only-oxygen