Merge "Update global-jjb to 0.37.4"
[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-version: karaf4
9     build-days-to-keep: 30
10     use-features-boot: 'True'
11
12     # File triggers
13     files: '**'
14     forbidden-files: ''
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
24     email-recipients: 'jenkins@lists.opendaylight.org'
25     odl-ml2-driver-repo: 'https://github.com/openstack/networking-odl'
26     networking-l2gw-repo: 'http://git.openstack.org/openstack/networking-l2gw'
27     devstack-kubernetes-plugin-repo: 'https://github.com/openstack/kuryr-kubernetes'
28     devstack-lbaas-plugin-repo: 'https://github.com/openstack/neutron-lbaas'
29     devstack-networking-sfc-plugin-repo: 'https://github.com/openstack/networking-sfc'
30
31     # lf-infra defaults
32     jenkins-ssh-credential: jenkins-ssh
33     gerrit-server-name: OpenDaylight
34     mvn-site-id: opendaylight-site
35     mvn-snapshot-id: opendaylight-snapshot
36     mvn-staging-id: opendaylight-staging
37     nexus-snapshot-repo: opendaylight.snapshot
38     git-url: 'ssh://jenkins-$SILO@git.opendaylight.org:29418'
39     lftools-version: <1.0.0
40
41     # defaults for parameters installing openstack for csit jobs
42     devstack-hash: ''
43     create-initial-networks: 'False'
44     disable-odl-l3-service-plugin: 'no'
45     disable-openstack-services: ''
46     enable-networking-l2gw: 'no'
47     enable-openstack-plugins: 'networking-odl'
48     enable-openstack-services: ''
49     enable-openstack-compute-services: ''
50     enable-openstack-network-services: 'neutron,neutron-api,neutron-dhcp,neutron-metadata-agent'
51     enable-gre-type-driver: 'no'
52     ipsec-vxlan-tunnels-enabled: 'no'
53     lbaas-service-provider: ''
54     num-openstack-sites: 1
55     odl-ml2-driver-version: 'v1'
56     odl-ml2-port-binding: 'network-topology'
57     public-bridge: 'br-physnet1'
58     public-physical-network: 'physnet1'
59     security-group-mode: 'none'
60     tenant-network-type: 'vxlan'
61     odl-sfc-driver: 'odl'
62     odl-snat-mode: 'controller'
63     enable-itm-direct-tunnels: 'false'
64     openstack_legacy_default_network_services: 'q-dhcp,q-meta,q-svc'
65     os-cmb-cnt: 1
66     os-ctl-cnt: 0
67     os-cmp-cnt: 0
68     os-std-topo: '0cmb-1ctl-2cmp'
69     ovs-install: ''
70
71     # openstack-infra-parameters defaults
72     archive-artifacts: ''
73     branch: master
74     distribution_branch: '$GERRIT_BRANCH'
75     os-cloud: vex
76
77     # Distribution bundle URL
78     bundle-url: 'last'
79     repo-url: ''
80     install-features: ''
81     sm-repos: ''
82     sm-features: ''
83
84     # CSIT images configuration
85     openstack_rocky_system_image: ZZCI - CentOS 7 - devstack-rocky - 20190429-114045.588
86     openstack_queens_system_image: ZZCI - CentOS 7 - devstack-queens - 20181101-190143.891
87
88     # Default Robot framework options
89     robot-options: ''
90     trigger-jobs: ''
91     debug-map: ''
92     test-suites: ''
93     gate-job: 'False'
94
95     # Data for csit-verify jobs
96     # Branch for "last" version detection
97     verify-branch: stable/fluorine
98     # Value for ODL_STREAM
99     verify-stream: fluorine
100     verify-karaf-version: karaf4
101     verify-jdkversion: openjdk8
102
103     # Maven / Java
104     java-version: 'openjdk8'
105     jre: 'openjdk8'
106     opendaylight-infra-mvn-opts: |
107         --show-version
108         --batch-mode
109         -Djenkins
110         -Dmaven.repo.local=/tmp/r
111         -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r
112     opendaylight-infra-parallel-mvn-opts: |
113         -T1.5C
114         {opendaylight-infra-mvn-opts}
115
116     # JavaDoc
117     javadoc-path: org.opendaylight.$PROJECT/$STREAM
118
119     # Python
120     toxdir: ''
121
122     # Plot configuration
123     01-plot-title: ''
124     01-plot-yaxis: ''
125     01-plot-group: 'Default Plot Group'
126     01-plot-data-file: 'plot-data.csv'
127     02-plot-title: ''
128     02-plot-yaxis: ''
129     02-plot-group: 'Default Plot Group'
130     02-plot-data-file: 'plot-data.csv'
131     03-plot-data-file: '03-nonexisting.csv'
132     03-plot-title: ''
133     03-plot-yaxis: ''
134     03-plot-group: ''
135     03-inclusion-flag: 'off'
136     03-exclude-value: ''
137     04-plot-data-file: '04-nonexisting.csv'
138     04-plot-title: ''
139     04-plot-yaxis: ''
140     04-plot-group: ''
141     04-inclusion-flag: 'off'
142     04-exclude-value: ''
143     05-plot-data-file: '05-nonexisting.csv'
144     05-plot-title: ''
145     05-plot-yaxis: ''
146     05-plot-group: ''
147     05-inclusion-flag: 'off'
148     05-exclude-value: ''
149     06-plot-data-file: '06-nonexisting.csv'
150     06-plot-title: ''
151     06-plot-yaxis: ''
152     06-plot-group: ''
153     06-inclusion-flag: 'off'
154     06-exclude-value: ''
155     07-plot-data-file: '07-nonexisting.csv'
156     07-plot-title: ''
157     07-plot-yaxis: ''
158     07-plot-group: ''
159     07-inclusion-flag: 'off'
160     07-exclude-value: ''
161     08-plot-data-file: '08-nonexisting.csv'
162     08-plot-title: ''
163     08-plot-yaxis: ''
164     08-plot-group: ''
165     08-inclusion-flag: 'off'
166     08-exclude-value: ''
167     09-plot-data-file: '09-nonexisting.csv'
168     09-plot-title: ''
169     09-plot-yaxis: ''
170     09-plot-group: ''
171     09-inclusion-flag: 'off'
172     09-exclude-value: ''
173     10-plot-data-file: '10-nonexisting.csv'
174     10-plot-title: ''
175     10-plot-yaxis: ''
176     10-plot-group: ''
177     10-inclusion-flag: 'off'
178     10-exclude-value: ''
179
180     # Manual CSIT job lists used by sanity or periodic in nature.
181     csit-sanity-list-sodium: >
182         openflowplugin-csit-1node-sanity-only-sodium,
183         distribution-sanity-sodium
184     csit-sanity-list-neon: >
185         openflowplugin-csit-1node-sanity-only-neon,
186         distribution-sanity-neon
187     csit-sanity-list-fluorine: >
188         openflowplugin-csit-1node-sanity-only-fluorine,
189         distribution-sanity-fluorine
190     csit-weekly-list-sodium: >
191         controller-csit-1node-notifications-longevity-only-sodium,
192         controller-csit-3node-drb-partnheal-longevity-only-sodium,
193         controller-csit-3node-drb-precedence-longevity-only-sodium,
194         controller-csit-3node-ddb-expl-lead-movement-longevity-only-sodium,
195         bgpcep-csit-3node-bgpclustering-longevity-only-sodium,
196         distribution-deploy-sodium,
197         distribution-offline-sodium,
198         openflowplugin-csit-1node-longevity-only-sodium
199     csit-weekly-list-neon: >
200         controller-csit-1node-notifications-longevity-only-neon,
201         controller-csit-3node-drb-partnheal-longevity-only-neon,
202         controller-csit-3node-drb-precedence-longevity-only-neon,
203         controller-csit-3node-ddb-expl-lead-movement-longevity-only-neon,
204         bgpcep-csit-3node-bgpclustering-longevity-only-neon,
205         distribution-deploy-neon,
206         distribution-offline-neon,
207         openflowplugin-csit-1node-longevity-only-neon
208     csit-weekly-list-fluorine: >
209         controller-csit-1node-notifications-longevity-only-fluorine,
210         controller-csit-3node-drb-partnheal-longevity-only-fluorine,
211         controller-csit-3node-drb-precedence-longevity-only-fluorine,
212         controller-csit-3node-ddb-expl-lead-movement-longevity-only-fluorine,
213         bgpcep-csit-3node-bgpclustering-longevity-only-fluorine,
214         distribution-deploy-fluorine,
215         distribution-offline-fluorine,
216         openflowplugin-csit-1node-longevity-only-fluorine