engine: Enable voting for offline jobs
[infra/cicd.git] / jjb / engine / engine-verify-jobs / engine-verify-offline-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-offline-deploy-test'
22
23     project: 'engine-verify-offline-deploy-test'
24
25     stream:
26       - 'master':
27           branch: '{stream}'
28
29     phase:
30       - deploy
31       - test
32
33     type:
34       - virtual:
35           provisioner-type: 'bifrost'
36           slave-type: 'vpod'
37       - cloud:
38           provisioner-type: 'heat'
39           slave-type: 'jumphost'
40
41     distro:
42       - ubuntu1804
43
44     cloud:
45       - city:
46           openrc-credentials-file: 'est-jenkins-openrcfile-city-karlskrona-onap'
47
48     jobs:
49       - 'engine-verify-offline-deploy-test-{distro}-{cloud}-{type}-{stream}'
50       - 'engine-verify-offline-{phase}-{distro}-{cloud}-{type}-{stream}'
51
52 - job-template:
53     name: 'engine-verify-offline-deploy-test-{distro}-{cloud}-{type}-{stream}'
54
55     project-type: multijob
56
57     disabled: '{obj:disabled}'
58
59     concurrent: true
60
61     parameters:
62       - project-parameters:
63           project: $GERRIT_PROJECT
64           branch: '{branch}'
65           description: 'The project and branch which the change is proposed for'
66       - label:
67           name: SLAVE_LABEL
68           default: 'engine-{slave-type}-offline-{distro}'
69           description: 'Slave label to schedule this job on.'
70       - string:
71           name: PROVISIONER_TYPE
72           default: '{provisioner-type}'
73           description: 'Provisioner type to use'
74       - string:
75           name: HEAT_ENVIRONMENT_FILENAME
76           default: 'heat-environment-{cloud}-{distro}.yaml'
77           description: 'Name of heat-environment file to use.'
78       - string:
79           name: STACK_NAME
80           default: "nordix-cicd-verify-engine-offline-{distro}-$GERRIT_CHANGE_NUMBER"
81           description: 'Name of the created stack'
82       - string:
83           name: KEYPAIR_NAME
84           default: "keypair-nordix-cicd-verify-engine-offline-{distro}-$GERRIT_CHANGE_NUMBER"
85           description: 'Name of the created keypair'
86       - string:
87           name: USE_PREBUILT_DEPLOYMENT_IMAGE
88           default: 'true'
89           description: 'Use prebuilt deployment image while running as part of CI/CD'
90       - string:
91           name: TEST_REPO_URL
92           default: 'https://gerrit.nordix.org/infra/test.git'
93           description: 'URL to clone the test repo from'
94       - string:
95           name: TEST_FW
96           default: 'functest'
97           description: 'Test framework to use'
98       - string:
99           name: TEST_SUITE
100           default: 'healthcheck'
101           description: 'Test suite to run'
102       - string:
103           name: DELETE_STACK
104           default: 'true'
105           description: 'Delete the stack upon completion of the build'
106
107     properties:
108       - logrotate
109       - throttle:
110           max-per-node: 1
111           max-total: 3
112           option: project
113
114     wrappers:
115       - build-timeout:
116           timeout: 180
117       - credentials-binding:
118           - file:
119               credential-id: '{openrc-credentials-file}'
120               variable: OPENRC_FILE
121           - username-password-separated:
122               credential-id: 'nordix-cicd-arm-credentials'
123               username: NORDIX_ARM_USERNAME
124               password: NORDIX_ARM_TOKEN
125       - mask-passwords
126       - fix-workspace-permissions
127       - openstack:
128           single-use: True
129
130     builders:
131       - 'engine-wait-pkg-mgr-macro'
132       - shell: |
133           #!/bin/bash
134           sudo sed -i 's/^search/# search/' /etc/resolv.conf
135       - 'engine-generate-ssh-keypair-macro'
136       - 'engine-download-artifact-macro'
137       - multijob:
138           name: "Offline Deployment on {type} instances"
139           condition: SUCCESSFUL
140           execution-type: PARALLEL
141           projects:
142             - name: 'engine-verify-offline-deploy-{distro}-city-{type}-master'
143               current-parameters: true
144               node-parameters: true
145               kill-phase-on: FAILURE
146               abort-all-job: false
147       - multijob:
148           name: "Offline Testing on {type} instances"
149           condition: SUCCESSFUL
150           execution-type: PARALLEL
151           projects:
152             - name: 'engine-verify-offline-test-{distro}-city-{type}-master'
153               current-parameters: true
154               node-parameters: true
155               kill-phase-on: FAILURE
156               abort-all-job: false
157
158     publishers:
159       - postbuildscript:
160           builders:
161             - role: SLAVE
162               build-on:
163                 - SUCCESS
164                 - FAILURE
165                 - ABORTED
166                 - NOT_BUILT
167                 - UNSTABLE
168               build-steps:
169                 - 'engine-wait-pkg-mgr-macro'
170                 - 'engine-delete-stack-macro'
171
172 - job-template:
173     name: 'engine-verify-offline-{phase}-{distro}-{cloud}-{type}-{stream}'
174
175     disabled: '{obj:disabled}'
176
177     concurrent: true
178
179     properties:
180       - logrotate
181       - throttle:
182           max-per-node: 1
183           max-total: 3
184           option: project
185
186     wrappers:
187       - build-timeout:
188           timeout: 180
189       - credentials-binding:
190           - file:
191               credential-id: '{openrc-credentials-file}'
192               variable: OPENRC_FILE
193           - username-password-separated:
194               credential-id: 'nordix-cicd-arm-credentials'
195               username: NORDIX_ARM_USERNAME
196               password: NORDIX_ARM_TOKEN
197       - mask-passwords
198       - fix-workspace-permissions
199
200     builders:
201       - 'engine-{phase}-macro'