Merge "ONAP: Adding Jenkins jobs for oparent repo"
[infra/cicd.git] / jjb / cloud-infra / cloud-infra-periodic-kubernetes.yaml
1 ---
2 #
3 # ============LICENSE_START=======================================================
4 #  Copyright (C) 2019 Nordix Foundation.
5 # ================================================================================
6 # Licensed under the Apache License, Version 2.0 (the "License");
7 # you may not use this file except in compliance with the License.
8 # You may obtain a copy of the License at
9 #
10 #      http://www.apache.org/licenses/LICENSE-2.0
11 #
12 # Unless required by applicable law or agreed to in writing, software
13 # distributed under the License is distributed on an "AS IS" BASIS,
14 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 # See the License for the specific language governing permissions and
16 # limitations under the License.
17 #
18 # SPDX-License-Identifier: Apache-2.0
19 # ============LICENSE_END=========================================================
20
21 #--------------------------------------------------------------------------------------
22 # The jobs declared in this JJB configuration file are used for verifying cloud-infra
23 # engine from the tip of the master branch periodically to check the stability of it.
24 #
25 # These jobs are set to run on slaves with label vpod-deploy-ubuntu1604.
26 # The slaves have
27 #   - Ubuntu1604 as the base distro
28 #   - nested virtualization
29 #   - internet access
30 #   - passwordless sudo
31 #   - 16 CPUs/32GB RAM/200 GB Disk
32 #   - docker, git vim curl wget zip unzip chrony apt-transport-https ca-certificates curl
33 #     gnupg-agent software-properties-common docker-ce docker-ce-cli containerd.io openjdk-8-jre
34 #
35 # The slaves should not have a cloud infra scenario deployed on them.
36 #--------------------------------------------------------------------------------------
37
38 - project:
39     name: 'cloud-infra-periodic-kubernetes'
40
41     project: 'infra/engine'
42
43     stream:
44       - 'master':
45           branch: '{stream}'
46
47     distro:
48       - ubuntu1804
49 #      - centos7:
50 #          disabled: 'true'
51
52     deploy-scenario:
53       - k8-calico-nofeature:
54           disabled: 'false'
55       - k8-flannel-nofeature:
56           disabled: 'false'
57       - k8-canal-nofeature:
58           disabled: 'false'
59       - k8-cilium-nofeature:
60           disabled: 'true'
61       - k8-weave-nofeature:
62           disabled: 'false'
63       - k8-multus-nofeature:
64           disabled: 'false'
65
66     ci-loop:
67       - daily
68
69     type:
70       - baremetal:
71           pod-name: est-baremetal
72           provisioner-type: bifrost
73           installer-type: kubespray
74           slave-label: baremetal-deploy
75           yardstick-dispatcher: 'influxdb'
76
77     phase:
78       - deploy:
79           build-timeout: 90
80       - functest:
81           build-timeout: 240
82       - yardstick:
83           build-timeout: 120
84       - promote:
85           build-timeout: 5
86
87     jobs:
88       - '{deploy-scenario}-{distro}-kubespray-{type}-{ci-loop}-{stream}'
89       - 'kubernetes-{phase}-{distro}-kubespray-{type}-{ci-loop}-{stream}'
90
91 - job-template:
92     name: '{deploy-scenario}-{distro}-kubespray-{type}-{ci-loop}-{stream}'
93
94     project-type: multijob
95
96     disabled: '{obj:disabled}'
97
98     concurrent: true
99
100     parameters:
101       - project-parameters:
102           project: '{project}'
103           branch: '{branch}'
104       - nordix-gerrit-parameters
105       - label:
106           name: SLAVE_LABEL
107           default: '{slave-label}'
108           description: 'Slave label to schedule this job on. All slaves have Ubuntu1604 no matter what distro target nodes use'
109       - string:
110           name: DISTRO
111           default: '{distro}'
112           description: 'Distribution to use for configuring target nodes (networking etc.)'
113       - string:
114           name: DEPLOY_TYPE
115           default: '{type}'
116           description: 'Type of the deployment'
117       - string:
118           name: USE_PREBUILT_DEPLOYMENT_IMAGE
119           default: 'true'
120           description: 'Use prebuilt deployment image while running as part of CI/CD'
121       - string:
122           name: PROVISIONER_TYPE
123           default: '{provisioner-type}'
124           description: 'Provisioner to use for provisioning nodes'
125       - string:
126           name: INSTALLER_TYPE
127           default: '{installer-type}'
128           description: 'Installer to use for deploying the scenario'
129       - string:
130           name: DEPLOY_SCENARIO
131           default: '{deploy-scenario}'
132           description: 'Scenario to deploy and test'
133       - string:
134           name: TEST_SUITE
135           default: 'smoke'
136           description: 'Test suite to run'
137       - string:
138           name: YARDSTICK_DISPATCHER
139           default: '{yardstick-dispatcher}'
140           description: 'Dispatcher to use for Yardstick reporting'
141       - string:
142           name: CLEANUP
143           default: 'true'
144           description: 'Cleanup leftovers of the previous run'
145
146     properties:
147       - logrotate
148       - build-blocker:
149           use-build-blocker: true
150           blocking-jobs:
151             - 'cloud-infra-periodic-engine-.*'
152             - 'k8-.*'
153             - 'os-.*'
154           block-level: 'NODE'
155       - throttle:
156           max-per-node: 1
157           max-total: 3
158           option: project
159
160     wrappers:
161       - build-timeout:
162           timeout: 455
163       - fix-workspace-permissions
164
165     scm:
166       - git-scm:
167           ssh-credentials-id: nordixinfra-nordix-gerrit-ssh
168           branch: '{branch}'
169           refspec: ''
170           wipe_workspace: true
171           clean_before: false
172
173     triggers:
174       - timed: '@daily'
175
176     builders:
177       - description-setter:
178           description: $PROVISIONER_TYPE | $INSTALLER_TYPE | $DEPLOY_SCENARIO
179       - multijob:
180           name: deploy
181           condition: SUCCESSFUL
182           projects:
183             - name: 'kubernetes-deploy-{distro}-{installer-type}-{type}-{ci-loop}-{stream}'
184               current-parameters: true
185               predefined-parameters: |
186                 DISTRO=$DISTRO
187                 DEPLOY_TYPE=$DEPLOY_TYPE
188                 USE_PREBUILT_DEPLOYMENT_IMAGE=$USE_PREBUILT_DEPLOYMENT_IMAGE
189                 PROVISIONER_TYPE=$PROVISIONER_TYPE
190                 INSTALLER_TYPE=$INSTALLER_TYPE
191                 DEPLOY_SCENARIO=$DEPLOY_SCENARIO
192                 CLEANUP=$CLEANUP
193               git-revision: true
194               node-parameters: true
195               kill-phase-on: FAILURE
196               abort-all-job: true
197       - multijob:
198           name: functest
199           condition: ALWAYS
200           projects:
201             - name: 'kubernetes-functest-{distro}-{installer-type}-{type}-{ci-loop}-{stream}'
202               current-parameters: true
203               predefined-parameters: |
204                 DISTRO=$DISTRO
205                 DEPLOY_TYPE=$DEPLOY_TYPE
206                 PROVISIONER_TYPE=$PROVISIONER_TYPE
207                 INSTALLER_TYPE=$INSTALLER_TYPE
208                 DEPLOY_SCENARIO=$DEPLOY_SCENARIO
209                 TEST_SUITE=$TEST_SUITE
210                 YARDSTICK_DISPATCHER=$YARDSTICK_DISPATCHER
211                 CLEANUP=$CLEANUP
212               node-parameters: true
213               kill-phase-on: NEVER
214               abort-all-job: false
215       - multijob:
216           name: yardstick
217           condition: ALWAYS
218           projects:
219             - name: 'kubernetes-yardstick-{distro}-{installer-type}-{type}-{ci-loop}-{stream}'
220               current-parameters: true
221               predefined-parameters: |
222                 DISTRO=$DISTRO
223                 DEPLOY_TYPE=$DEPLOY_TYPE
224                 PROVISIONER_TYPE=$PROVISIONER_TYPE
225                 INSTALLER_TYPE=$INSTALLER_TYPE
226                 DEPLOY_SCENARIO=$DEPLOY_SCENARIO
227                 TEST_SUITE=$TEST_SUITE
228                 YARDSTICK_DISPATCHER=$YARDSTICK_DISPATCHER
229                 CLEANUP=$CLEANUP
230               node-parameters: true
231               kill-phase-on: NEVER
232               abort-all-job: false
233       - multijob:
234           name: promote
235           condition: SUCCESSFUL
236           projects:
237             - name: 'kubernetes-promote-{distro}-{installer-type}-{type}-{ci-loop}-{stream}'
238               current-parameters: true
239               predefined-parameters: |
240                 DISTRO=$DISTRO
241                 DEPLOY_TYPE=$DEPLOY_TYPE
242                 PROVISIONER_TYPE=$PROVISIONER_TYPE
243                 INSTALLER_TYPE=$INSTALLER_TYPE
244                 DEPLOY_SCENARIO=$DEPLOY_SCENARIO
245                 TEST_SUITE=$TEST_SUITE
246                 YARDSTICK_DISPATCHER=$YARDSTICK_DISPATCHER
247                 CLEANUP=$CLEANUP
248               node-parameters: true
249               kill-phase-on: FAILURE
250               abort-all-job: true
251
252 - job-template:
253     name: 'kubernetes-{phase}-{distro}-kubespray-{type}-{ci-loop}-{stream}'
254
255     disabled: false
256
257     concurrent: true
258
259     properties:
260       - logrotate
261
262     parameters:
263       - string:
264           name: PROJECT
265           default: $GERRIT_PROJECT
266       - string:
267           name: DISTRO
268           default: 'ubuntu1804'
269           description: 'Distribution to use for configuring target nodes (networking etc.). Overriden by upstream job.'
270       - string:
271           name: DEPLOY_TYPE
272           default: 'virtual'
273           description: 'Type of the deployment. Overriden by upstream job.'
274       - string:
275           name: USE_PREBUILT_DEPLOYMENT_IMAGE
276           default: 'false'
277           description: 'Use prebuilt deployment image while running as part of CI/CD'
278       - string:
279           name: ENGINE_ANSIBLE_PARAMS
280           default: ' -v '
281           description: 'Extra paramters that can be added when run the play books.'
282       - string:
283           name: DEPLOY_SCENARIO
284           default: 'k8-calico-nofeature'
285           description: 'Scenario to deploy and test'
286       - string:
287           name: PROVISIONER_TYPE
288           default: 'bifrost'
289           description: 'Provisioner to use for provisioning nodes'
290       - string:
291           name: INSTALLER_TYPE
292           default: 'kubespray'
293           description: 'Installer to use for deploying the scenario'
294       - string:
295           name: TEST_FW
296           default: '{phase}'
297           description: 'Test framework to use'
298       - string:
299           name: TEST_SUITE
300           default: 'smoke'
301           description: 'Test suite to run'
302       - string:
303           name: TEST_REPO_URL
304           default: 'https://gerrit.nordix.org/infra/test.git'
305           description: 'URL to Nordix Cloud Infra test repository'
306       - string:
307           name: YARDSTICK_DISPATCHER
308           default: 'file'
309           description: 'Dispatcher to use for Yardstick reporting'
310       - string:
311           name: CLEANUP
312           default: 'false'
313
314     wrappers:
315       - build-timeout:
316           timeout: '{build-timeout}'
317       - fix-workspace-permissions
318
319     scm:
320       - git-scm:
321           ssh-credentials-id: nordixinfra-nordix-gerrit-ssh
322           branch: '{branch}'
323           refspec: ''
324           wipe_workspace: true
325           clean_before: false
326
327     builders:
328       - description-setter:
329           description: $PROVISIONER_TYPE | $INSTALLER_TYPE | $DEPLOY_SCENARIO
330       - 'scenario-{phase}-macro'
331
332 # vim: set ts=2 sw=2 expandtab: