engine: Create verify jobs for kubernetes stack
[infra/cicd.git] / jjb / engine / verify-jobs / kubernetes-verify-deploy-test.yaml
1 ---
2 # ============LICENSE_START=======================================================
3 #  Copyright (C) 2019 Nordix Foundation.
4 # ================================================================================
5 # Licensed under the Apache License, Version 2.0 (the "License");
6 # you may not use this file except in compliance with the License.
7 # You may obtain a copy of the License at
8 #
9 #      http://www.apache.org/licenses/LICENSE-2.0
10 #
11 # Unless required by applicable law or agreed to in writing, software
12 # distributed under the License is distributed on an "AS IS" BASIS,
13 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 # See the License for the specific language governing permissions and
15 # limitations under the License.
16 #
17 # SPDX-License-Identifier: Apache-2.0
18 # ============LICENSE_END=========================================================
19
20 - project:
21     name: 'kubernetes-verify-deploy-test'
22
23     project: 'kubernetes-verify-deploy-test'
24
25     stream:
26       - 'master':
27           branch: '{stream}'
28       - '1.17':
29           branch: '{stream}'
30       - '1.15':
31           branch: '{stream}'
32
33     environment-type:
34       - online:
35           disabled: false
36           execution-mode: online-deployment
37           successful: false
38           failed: false
39           unstable: false
40           notbuilt: false
41       - offline:
42           disabled: false
43           execution-mode: offline-deployment
44           successful: false
45           failed: false
46           unstable: false
47           notbuilt: false
48
49     phase:
50       - deploy
51       - functest
52
53     type:
54       - virtual:
55           provisioner-type: 'bifrost'
56           slave-type: 'vpod'
57           gated-projects: 'infra/stack/kubernetes|infra/installer/kubespray'
58           pdf: 'https://gerrit.nordix.org/gitweb?p=infra/hwconfig.git;a=blob_plain;f=pods/nordix-vpod1-pdf.yml'
59           idf: 'https://gerrit.nordix.org/gitweb?p=infra/hwconfig.git;a=blob_plain;f=pods/nordix-vpod1-idf.yml'
60       - cloud:
61           provisioner-type: 'heat'
62           slave-type: 'jumphost'
63           gated-projects: 'infra/stack/kubernetes|infra/installer/kubespray'
64           pdf: "https://gerrit.nordix.org/gitweb?p=infra/provisioner/heat.git;a=blob_plain;f=playbooks/roles/create-stack/files/heat-environment-city-ubuntu1804.yaml"
65           idf: "https://gerrit.nordix.org/gitweb?p=infra/provisioner/heat.git;a=blob_plain;f=playbooks/roles/create-stack/files/heat-idf.yaml"
66
67     distro:
68       - ubuntu1804
69
70     cloud:
71       - city:
72           openrc-credentials-file: 'est-jenkins-openrcfile-city-frankfurt-cicd'
73
74     dependency-jobs: 'kubernetes-verify-package-{distro}-{stream}'
75     dependency-job-var: 'TRIGGER_kubernetes_verify_package_{distro}_{stream}_BUILD_RESULT'
76
77     jobs:
78       - 'kubernetes-verify-{environment-type}-deploy-test-{distro}-{cloud}-{type}-{stream}'
79       - 'kubernetes-verify-{environment-type}-{phase}-{distro}-{cloud}-{type}-{stream}'
80
81 - job-template:
82     name: 'kubernetes-verify-{environment-type}-deploy-test-{distro}-{cloud}-{type}-{stream}'
83
84     project-type: multijob
85
86     disabled: '{obj:disabled}'
87
88     concurrent: true
89
90     parameters:
91       - label:
92           name: SLAVE_LABEL
93           default: 'engine-{slave-type}-{environment-type}-{distro}-fra'
94           description: 'Slave label to schedule this job on.'
95       - string:
96           name: HW_TYPE
97           default: '{type}'
98           description: 'Hardware type - could be virtual, cloud, or baremetal'
99       - string:
100           name: EXECUTION_MODE
101           default: '{execution-mode}'
102           description: 'Execution mode to run in'
103       - string:
104           name: PDF
105           default: '{pdf}'
106           description: 'PDF file to use for deployment'
107       - string:
108           name: IDF
109           default: '{idf}'
110           description: 'IDF file to use for deployment'
111       - string:
112           name: HEAT_ENVIRONMENT_FILENAME
113           default: 'heat-environment-{cloud}-{distro}.yaml'
114           description: 'Name of heat-environment file to use.'
115       - string:
116           name: HEAT_STACK_NAME
117           default: "nordix-cicd-verify-kubernetes-{environment-type}-{distro}-$GERRIT_CHANGE_NUMBER"
118           description: 'Name of the created stack'
119       - string:
120           name: KEYPAIR_NAME
121           default: "keypair-nordix-cicd-verify-kubernetes-{environment-type}-{distro}-$GERRIT_CHANGE_NUMBER"
122           description: 'Name of the created keypair'
123       - string:
124           name: USE_PREBUILT_DEPLOYMENT_IMAGE
125           default: 'true'
126           description: 'Use prebuilt deployment image while running as part of CI/CD'
127       - string:
128           name: TEST_REPO_URL
129           default: 'https://gerrit.nordix.org/infra/test.git'
130           description: 'URL to clone the test repo from'
131       - string:
132           name: TEST_FW
133           default: 'functest'
134           description: 'Test framework to use'
135       - string:
136           name: TEST_SUITE
137           default: 'healthcheck'
138           description: 'Test suite to run'
139       - string:
140           name: YARDSTICK_DISPATCHER
141           default: 'file'
142           description: 'Dispatcher to use for Yardstick reporting'
143       - string:
144           name: DELETE_STACK
145           default: 'true'
146           description: 'Delete the stack upon completion of the build'
147       - string:
148           name: VERBOSITY
149           default: 'true'
150           description: 'Verbosity setting for the engine - true or false - default is false'
151       - string:
152           name: CI_LOOP
153           default: "verify"
154           description: 'CI loop the job belongs to'
155       - project-parameters:
156           project: $GERRIT_PROJECT
157           branch: '{branch}'
158           description: 'The project and branch which the change is proposed for'
159       - nordix-gerrit-parameters
160
161     properties:
162       - logrotate
163       - build-blocker:
164           use-build-blocker: true
165           blocking-jobs:
166             - '.*?-verify-online-deploy-test-.*'
167             - '.*?-verify-offline-deploy-test-.*'
168           block-level: 'NODE'
169       - throttle:
170           max-per-node: 1
171           max-total: 3
172           option: project
173
174     scm:
175       - git-scm-gerrit:
176           ssh-credentials-id: nordixinfra-nordix-gerrit-ssh
177           branch: $GERRIT_BRANCH
178           refspec: $GERRIT_REFSPEC
179           wipe_workspace: true
180           clean_before: false
181
182     triggers:
183       - gerrit:
184           server-name: 'Nordix Gerrit'
185           trigger-on:
186             - patchset-created-event:
187                 exclude-drafts: 'false'
188                 exclude-trivial-rebase: 'false'
189                 exclude-no-code-change: 'false'
190             - draft-published-event
191             - comment-added-contains-event:
192                 comment-contains-value: 'recheck'
193             - comment-added-contains-event:
194                 comment-contains-value: 'reverify'
195           projects:
196             - project-compare-type: 'REG_EXP'
197               project-pattern: '{gated-projects}'
198               branches:
199                 - branch-compare-type: 'ANT'
200                   branch-pattern: '**/{branch}'
201               disable-strict-forbidden-file-verification: 'true'
202               forbidden-file-paths:
203                 - compare-type: ANT
204                   pattern: 'docs/**|releasenotes/**'
205           skip-vote:
206             successful: '{obj:successful}'
207             failed: '{obj:failed}'
208             unstable: '{obj:unstable}'
209             notbuilt: '{obj:notbuilt}'
210           custom-url: '* $JOB_NAME $BUILD_URL'
211           readable-message: 'true'
212           dependency-jobs: '{dependency-jobs}'
213
214     wrappers:
215       - build-timeout:
216           timeout: 180
217       - credentials-binding:
218           - file:
219               credential-id: '{openrc-credentials-file}'
220               variable: OPENRC_FILE
221           - username-password-separated:
222               credential-id: 'nordix-cicd-arm-credentials'
223               username: NORDIX_ARM_USERNAME
224               password: NORDIX_ARM_TOKEN
225       - mask-passwords
226       - openstack:
227           single-use: True
228       - pre-scm-buildstep:
229           failOnError: true
230           buildsteps:
231             - system-groovy:
232                 command: |
233                   def build = this.getProperty('binding').getVariable('build')
234                   def listener = this.getProperty('binding').getVariable('listener')
235                   if (build.getEnvironment(listener).{dependency-job-var} != "SUCCESS") {{
236                     println "WARN  : Aborting build since dependent job did not succeed!"
237                     throw new InterruptedException()
238                   }}
239             - shell: |
240                 #!/bin/bash
241                 sudo chown -R $USER:$USER $WORKSPACE || exit 1
242                 # offline nodes can not resolve Nordix Artifactory and Gerrit
243                 if [[ "$EXECUTION_MODE" == "offline-deployment" ]]; then
244                   echo "Info  : Offline deployment. Adding City OpenStack Endpoint, Nordix Artifactory and Gerrit Public IP to /etc/hosts"
245                   sudo sed -i 's/^search/# search/' /etc/resolv.conf
246                   sudo bash -c "cat << EOF >> /etc/hosts
247                 # managed by engine
248                 91.106.198.25 artifactory.nordix.org
249                 91.106.198.142 gerrit.nordix.org
250                 86.107.242.50 fra1.citycloud.com
251                 # managed by engine
252                 EOF"
253                   # we need to get rid of search domain as well
254                   sudo sed -i 's/^search/# search/' /etc/resolv.conf
255                 fi
256
257     builders:
258       - 'generate-change-metadata-macro'
259       - multijob:
260           name: "{environment-type} deployment on {type} instances"
261           condition: SUCCESSFUL
262           execution-type: PARALLEL
263           projects:
264             - name: 'kubernetes-verify-{environment-type}-deploy-{distro}-city-{type}-master'
265               current-parameters: true
266               git-revision: true
267               node-parameters: true
268               kill-phase-on: FAILURE
269               abort-all-job: false
270               property-file: $WORKSPACE/change.properties
271       - multijob:
272           name: "{environment-type} testing on {type} instances"
273           condition: SUCCESSFUL
274           execution-type: PARALLEL
275           projects:
276             - name: 'kubernetes-verify-{environment-type}-functest-{distro}-city-{type}-master'
277               current-parameters: true
278               git-revision: false
279               node-parameters: true
280               kill-phase-on: FAILURE
281               abort-all-job: false
282               property-file: $WORKSPACE/change.properties
283
284     publishers:
285       - postbuildscript:
286           builders:
287             - role: SLAVE
288               build-on:
289                 - SUCCESS
290                 - FAILURE
291                 - ABORTED
292                 - NOT_BUILT
293                 - UNSTABLE
294               build-steps:
295                 - 'wait-pkg-mgr-macro'
296                 - 'delete-stack-macro'
297
298 - job-template:
299     name: 'kubernetes-verify-{environment-type}-{phase}-{distro}-{cloud}-{type}-{stream}'
300
301     disabled: '{obj:disabled}'
302
303     concurrent: true
304
305     properties:
306       - logrotate
307       - throttle:
308           max-per-node: 1
309           max-total: 3
310           option: project
311
312     scm:
313       - git-scm-gerrit:
314           ssh-credentials-id: nordixinfra-nordix-gerrit-ssh
315           branch: $GERRIT_BRANCH
316           refspec: $GERRIT_REFSPEC
317           wipe_workspace: true
318           clean_before: false
319
320     wrappers:
321       - build-timeout:
322           timeout: 180
323       - credentials-binding:
324           - file:
325               credential-id: '{openrc-credentials-file}'
326               variable: OPENRC_FILE
327           - username-password-separated:
328               credential-id: 'nordix-cicd-arm-credentials'
329               username: NORDIX_ARM_USERNAME
330               password: NORDIX_ARM_TOKEN
331       - mask-passwords
332       - fix-workspace-permissions
333
334     builders:
335       - 'generate-ssh-keypair-macro'
336       - 'wait-pkg-mgr-macro'
337       - 'download-artifact-macro'
338       - '{phase}-macro'