CI: Add docker verify/merge jobs
[releng/builder.git] / jjb / defaults.yaml
1 ---
2 # ODL Releng jenkins defaults
3
4 - defaults:
5     name: global
6     prefix: "" # A prefix for job names sandbox for example: user-
7
8     karaf-based-controller: "True"
9     karaf-version: karaf4
10     build-days-to-keep: 30
11     use-features-boot: "True"
12
13     # File triggers
14     files: "**"
15     forbidden-files: ""
16
17     # Timeout in minutes
18     build-timeout: 360
19     build-node: centos7-builder-4c-4g
20     schedule: ""
21     schedule-daily: "H H * * *"
22     schedule-saturday: "H H * * 6"
23     schedule-weekly: "H 23 * * 6"
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     jenkins-ssh-release-credential: "jenkins-release"
35     gerrit-server-name: OpenDaylight
36     mvn-site-id: opendaylight-site
37     mvn-snapshot-id: opendaylight-snapshot
38     mvn-staging-id: opendaylight-staging
39     nexus-snapshot-repo: opendaylight.snapshot
40     git-url: "ssh://jenkins-$SILO@git.opendaylight.org:29418"
41     lftools-version: <1.0.0
42
43     # Nexus3 docker registries
44     container-public-registry: nexus3.opendaylight.org:10001
45     container-snapshot-registry: nexus3.opendaylight.org:10003
46     container-staging-registry: nexus3.opendaylight.org:10004
47     # the quotes here are REQUIRED
48     container-push-registry: "{container-snapshot-registry}"
49
50     # openstack-cron email notification defaults
51     failure-notification: "releng+ODL@linuxfoundation.org"
52     failure-notification-prefix: "[releng]"
53
54     # defaults for parameters installing openstack for csit jobs
55     devstack-hash: ""
56     create-initial-networks: "False"
57     disable-odl-l3-service-plugin: "no"
58     disable-openstack-services: ""
59     enable-networking-l2gw: "no"
60     enable-openstack-plugins: "networking-odl"
61     enable-openstack-services: ""
62     enable-openstack-compute-services: ""
63     enable-openstack-network-services: "neutron,neutron-api,neutron-dhcp,neutron-metadata-agent"
64     enable-gre-type-driver: "no"
65     ipsec-vxlan-tunnels-enabled: "no"
66     lbaas-service-provider: ""
67     num-openstack-sites: 1
68     odl-ml2-driver-version: "v1"
69     odl-ml2-port-binding: "network-topology"
70     public-bridge: "br-physnet1"
71     public-physical-network: "physnet1"
72     security-group-mode: "none"
73     tenant-network-type: "vxlan"
74     odl-sfc-driver: "odl"
75     odl-snat-mode: "controller"
76     group-add-mod-enabled: "false"
77     enable-itm-direct-tunnels: "false"
78     openstack_legacy_default_network_services: "q-dhcp,q-meta,q-svc"
79     os-cmb-cnt: 1
80     os-ctl-cnt: 0
81     os-cmp-cnt: 0
82     os-std-topo: "0cmb-1ctl-2cmp"
83     ovs-install: ""
84
85     # openstack-infra-parameters defaults
86     archive-artifacts: ""
87     branch: master
88     distribution_branch: "$GERRIT_BRANCH"
89     os-cloud: vex
90
91     # Distribution bundle URL
92     bundle-url: "last"
93     repo-url: ""
94     install-features: ""
95     sm-repos: ""
96     sm-features: ""
97
98     # Elasticsearch attribute
99     elasticsearch-attribute: "disabled"
100
101     # CSIT configuration
102     odl_system_count: 1
103     odl_system_flavor: "v3-standard-4"
104     odl_system_image: "ZZCI - CentOS 7 - builder - x86_64 - 20210401-060141.809"
105     controller-max-mem: "2048m"
106     openstack_system_count: 1
107     openstack_system_flavor: "v3-standard-4"
108     openstack_system_image: "ZZCI - CentOS 7 - devstack - x86_64 - 20200813-052044.669"
109     openstack_system2_count: 0
110     openstack_system2_flavor: "v3-standard-2"
111     openstack_system2_image: "ZZCI - CentOS 7 - devstack - x86_64 - 20200813-052044.669"
112     tools_system_count: 1
113     tools_system_flavor: "v3-standard-2"
114     tools_system_image: "ZZCI - Ubuntu 18.04 - mininet-ovs-28 - x86_64 - 20210329-150700.140"
115     openstack_stein_system_image: "ZZCI - CentOS 7 - devstack-stein - x86_64 - 20210401-010130.589"
116     openstack_rocky_system_image: "ZZCI - CentOS 7 - devstack-rocky - x86_64 - 20200813-042753.841"
117     openstack_queens_system_image: "ZZCI - CentOS 7 - devstack-queens - x86_64 - 20200813-034148.207"
118
119     # Default Robot framework options
120     robot-options: ""
121     trigger-jobs: ""
122     debug-map: ""
123     test-suites: ""
124     gate-job: "False"
125
126     # Data for csit-verify jobs
127     # Branch for "last" version detection
128     verify-branch: stable/aluminium
129     # Value for ODL_STREAM
130     verify-stream: aluminium
131     verify-karaf-version: karaf4
132     verify-jdkversion: openjdk8
133
134     # Maven / Java
135     java-version: "openjdk8"
136     jre: "openjdk8"
137     opendaylight-infra-mvn-opts: |
138       --show-version
139       --batch-mode
140       -Djenkins
141       -Dmaven.repo.local=/tmp/r
142       -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r
143     opendaylight-infra-parallel-mvn-opts: |
144       -T1.5C
145       {opendaylight-infra-mvn-opts}
146
147     # JavaDoc
148     javadoc-path: org.opendaylight.$PROJECT/$STREAM
149
150     # Python
151     toxdir: ""
152
153     # Sonarcloud config
154     sonarcloud_api_token: 9bc1618a11c4bbe474ac542af84f655c545627c1
155     sonarcloud_project_organization: opendaylight
156
157     # Plot configuration
158     01-plot-title: ""
159     01-plot-yaxis: ""
160     01-plot-group: "Default Plot Group"
161     01-plot-data-file: "plot-data.csv"
162     02-plot-title: ""
163     02-plot-yaxis: ""
164     02-plot-group: "Default Plot Group"
165     02-plot-data-file: "plot-data.csv"
166     03-plot-data-file: "03-nonexisting.csv"
167     03-plot-title: ""
168     03-plot-yaxis: ""
169     03-plot-group: ""
170     03-inclusion-flag: "off"
171     03-exclude-value: ""
172     04-plot-data-file: "04-nonexisting.csv"
173     04-plot-title: ""
174     04-plot-yaxis: ""
175     04-plot-group: ""
176     04-inclusion-flag: "off"
177     04-exclude-value: ""
178     05-plot-data-file: "05-nonexisting.csv"
179     05-plot-title: ""
180     05-plot-yaxis: ""
181     05-plot-group: ""
182     05-inclusion-flag: "off"
183     05-exclude-value: ""
184     06-plot-data-file: "06-nonexisting.csv"
185     06-plot-title: ""
186     06-plot-yaxis: ""
187     06-plot-group: ""
188     06-inclusion-flag: "off"
189     06-exclude-value: ""
190     07-plot-data-file: "07-nonexisting.csv"
191     07-plot-title: ""
192     07-plot-yaxis: ""
193     07-plot-group: ""
194     07-inclusion-flag: "off"
195     07-exclude-value: ""
196     08-plot-data-file: "08-nonexisting.csv"
197     08-plot-title: ""
198     08-plot-yaxis: ""
199     08-plot-group: ""
200     08-inclusion-flag: "off"
201     08-exclude-value: ""
202     09-plot-data-file: "09-nonexisting.csv"
203     09-plot-title: ""
204     09-plot-yaxis: ""
205     09-plot-group: ""
206     09-inclusion-flag: "off"
207     09-exclude-value: ""
208     10-plot-data-file: "10-nonexisting.csv"
209     10-plot-title: ""
210     10-plot-yaxis: ""
211     10-plot-group: ""
212     10-inclusion-flag: "off"
213     10-exclude-value: ""
214
215     # Manual CSIT job lists used by sanity or periodic in nature.
216     csit-mri-list-silicon: >
217       aaa-csit-1node-authn-all-silicon,
218       controller-csit-1node-akka1-all-silicon,
219       controller-csit-1node-benchmark-all-silicon,
220       controller-csit-1node-rest-cars-perf-all-silicon,
221       controller-csit-3node-benchmark-all-silicon,
222       controller-csit-3node-clustering-ask-all-silicon,
223       controller-csit-3node-clustering-tell-all-silicon,
224       controller-csit-3node-rest-clust-cars-perf-ask-only-silicon,
225       controller-csit-3node-rest-clust-cars-perf-tell-only-silicon,
226       mdsal-csit-3node-netty-replicate-only-silicon,
227       netconf-csit-1node-callhome-only-silicon,
228       netconf-csit-1node-scale-max-devices-only-silicon,
229       netconf-csit-1node-scale-only-silicon,
230       netconf-csit-1node-userfeatures-all-silicon,
231       netconf-csit-1node-userfeatures-rfc8040-all-silicon,
232       netconf-csit-3node-clustering-only-silicon,
233       netconf-csit-3node-clustering-scale-only-silicon,
234       yangtools-csit-1node-system-only-silicon
235     csit-mri-list-aluminium: >
236       controller-csit-1node-akka1-all-aluminium,
237       controller-csit-1node-benchmark-all-aluminium,
238       controller-csit-1node-rest-cars-perf-all-aluminium,
239       controller-csit-3node-benchmark-all-aluminium,
240       controller-csit-3node-clustering-ask-all-aluminium,
241       controller-csit-3node-clustering-tell-all-aluminium,
242       controller-csit-3node-rest-clust-cars-perf-ask-only-aluminium,
243       controller-csit-3node-rest-clust-cars-perf-tell-only-aluminium,
244       mdsal-csit-3node-netty-replicate-only-aluminium,
245       yangtools-csit-1node-system-only-aluminium
246     csit-sanity-list-silicon: >
247       openflowplugin-csit-1node-sanity-only-silicon,
248       distribution-sanity-silicon
249     csit-sanity-list-aluminium: >
250       openflowplugin-csit-1node-sanity-only-aluminium,
251       distribution-sanity-aluminium
252     csit-weekly-list-silicon: >
253       controller-csit-1node-notifications-longevity-only-silicon,
254       controller-csit-3node-drb-partnheal-longevity-only-silicon,
255       controller-csit-3node-drb-precedence-longevity-only-silicon,
256       controller-csit-3node-ddb-expl-lead-movement-longevity-only-silicon,
257       bgpcep-csit-3node-bgpclustering-longevity-only-silicon,
258       distribution-deploy-silicon,
259       distribution-offline-silicon,
260       openflowplugin-csit-1node-longevity-only-silicon
261     csit-weekly-list-aluminium: >
262       controller-csit-1node-notifications-longevity-only-aluminium,
263       controller-csit-3node-drb-partnheal-longevity-only-aluminium,
264       controller-csit-3node-drb-precedence-longevity-only-aluminium,
265       controller-csit-3node-ddb-expl-lead-movement-longevity-only-aluminium,
266       bgpcep-csit-3node-bgpclustering-longevity-only-aluminium,
267       distribution-deploy-aluminium,
268       distribution-offline-aluminium,
269       openflowplugin-csit-1node-longevity-only-aluminium
270     csit-mri-list-phosphorus: >
271       aaa-csit-1node-authn-all-phosphorus,
272       controller-csit-1node-akka1-all-phosphorus,
273       controller-csit-1node-benchmark-all-phosphorus,
274       controller-csit-1node-rest-cars-perf-all-phosphorus,
275       controller-csit-3node-benchmark-all-phosphorus,
276       controller-csit-3node-clustering-ask-all-phosphorus,
277       controller-csit-3node-clustering-tell-all-phosphorus,
278       controller-csit-3node-rest-clust-cars-perf-ask-only-phosphorus,
279       controller-csit-3node-rest-clust-cars-perf-tell-only-phosphorus,
280       mdsal-csit-3node-netty-replicate-only-phosphorus,
281       netconf-csit-1node-callhome-only-phosphorus,
282       netconf-csit-1node-scale-max-devices-only-phosphorus,
283       netconf-csit-1node-scale-only-phosphorus,
284       netconf-csit-1node-userfeatures-all-phosphorus,
285       netconf-csit-1node-userfeatures-rfc8040-all-phosphorus,
286       netconf-csit-3node-clustering-only-phosphorus,
287       netconf-csit-3node-clustering-scale-only-phosphorus,
288       yangtools-csit-1node-system-only-phosphorus
289     csit-weekly-list-phosphorus: >
290       controller-csit-1node-notifications-longevity-only-phosphorus,
291       controller-csit-3node-drb-partnheal-longevity-only-phosphorus,
292       controller-csit-3node-drb-precedence-longevity-only-phosphorus,
293       controller-csit-3node-ddb-expl-lead-movement-longevity-only-phosphorus,
294       bgpcep-csit-3node-bgpclustering-longevity-only-phosphorus,
295       distribution-deploy-phosphorus,
296       distribution-offline-phosphorus,
297       openflowplugin-csit-1node-longevity-only-phosphorus
298     csit-sanity-list-phosphorus: >
299       openflowplugin-csit-1node-sanity-only-phosphorus,
300       distribution-sanity-phosphorus