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