Create jobs to handle and delete nolabs bookings
[infra/cicd.git] / jjb / cloud-infra / cloud-infra-verify-engine.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 patches
23 # that are sent to the repositories below
24 #   - cloud-infra/engine
25 #
26 # These jobs verify changes that
27 #   - implement new features or fix bugs for the deployment framework, engine, itself
28 #   - implement new features or fix bugs to the playbooks and roles used for utilizing
29 #     open source components such as bifrost, kubespray, and kolla-ansible
30 #   - bump versions of open source components or the scenarios
31 #
32 # These jobs are set to run on slaves with label vpod-deploy-ubuntu1604.
33 # The slaves have
34 #   - Ubuntu1604 as the base distro
35 #   - nested virtualization
36 #   - internet access
37 #   - passwordless sudo
38 #   - 16 CPUs/32GB RAM/200 GB Disk
39 #   - docker, git vim curl wget zip unzip chrony apt-transport-https ca-certificates curl
40 #     gnupg-agent software-properties-common docker-ce docker-ce-cli containerd.io openjdk-8-jre
41 #
42 # The slaves should not have a cloud infra scenario deployed on them.
43 #--------------------------------------------------------------------------------------
44
45 - project:
46     name: 'cloud-infra-verify-engine'
47
48     project: 'infra/engine'
49
50     stream:
51       - 'master':
52           branch: '{stream}'
53
54     distro:
55       - ubuntu1804:
56           slave-label: vpod-deploy-ubuntu1804
57           disabled: false
58           successful: false
59           failed: false
60           unstable: false
61           notbuilt: false
62       - centos7:
63           slave-label: vpod-deploy-centos7
64           disabled: true
65           successful: true
66           failed: true
67           unstable: true
68           notbuilt: true
69
70     type:
71       - virtual
72
73     phase:
74       - deploy:
75           build-timeout: 90
76       - functest:
77           build-timeout: 30
78
79     jobs:
80       - 'cloud-infra-verify-engine-{distro}-{type}-{stream}'
81       - 'cloud-infra-verify-engine-{distro}-{phase}-{type}-{stream}'
82
83 - job-template:
84     name: 'cloud-infra-verify-engine-{distro}-{type}-{stream}'
85
86     project-type: multijob
87
88     disabled: '{obj:disabled}'
89
90     concurrent: true
91
92     parameters:
93       - project-parameters:
94           project: '{project}'
95           branch: '{branch}'
96       - nordix-gerrit-parameters
97       - label:
98           name: SLAVE_LABEL
99           default: '{slave-label}'
100           description: 'Slave label to schedule this job on. All slaves have Ubuntu1604 no matter what distro target nodes use'
101       - string:
102           name: DISTRO
103           default: '{distro}'
104           description: 'Distribution to use for configuring target nodes (networking etc.)'
105       - string:
106           name: DEPLOY_TYPE
107           default: '{type}'
108           description: 'Type of the deployment'
109       - string:
110           name: USE_PREBUILT_DEPLOYMENT_IMAGE
111           default: 'true'
112           description: 'Use prebuilt deployment image while running as part of CI/CD'
113       - string:
114           name: TEST_SUITE
115           default: 'healthcheck'
116           description: 'Test suite to run'
117       - string:
118           name: YARDSTICK_DISPATCHER
119           default: 'file'
120           description: 'Dispatcher to use for Yardstick reporting'
121       - string:
122           name: CLEANUP
123           default: 'true'
124           description: 'Cleanup leftovers of the previous run'
125
126     properties:
127       - logrotate
128       - build-blocker:
129           use-build-blocker: true
130           blocking-jobs:
131             - 'cloud-infra-verify-engine-.*'
132             - 'cloud-infra-verify-scenario-.*'
133             - 'cloud-infra-periodic-engine-.*'
134             - 'k8-.*'
135             - 'nolabs-.*'
136           block-level: 'NODE'
137       - throttle:
138           max-per-node: 1
139           max-total: 3
140           option: project
141
142     wrappers:
143       - credentials-binding:
144           - file:
145               credential-id: est-jenkins-openrcfile-city-karlskrona-onap
146               variable: OPENRC_FILE
147       - mask-passwords
148       - build-timeout:
149           timeout: 120
150       - fix-workspace-permissions
151       - openstack:
152           single-use: True
153
154     scm:
155       - git-scm-gerrit:
156           ssh-credentials-id: nordixinfra-nordix-gerrit-ssh
157           branch: '{branch}'
158           refspec: $GERRIT_REFSPEC
159           wipe_workspace: true
160           clean_before: false
161
162     triggers:
163       - gerrit:
164           server-name: 'Nordix Gerrit'
165           trigger-on:
166             - patchset-created-event:
167                 exclude-drafts: 'false'
168                 exclude-trivial-rebase: 'false'
169                 exclude-no-code-change: 'false'
170             - draft-published-event
171             - comment-added-contains-event:
172                 comment-contains-value: 'recheck'
173             - comment-added-contains-event:
174                 comment-contains-value: 'reverify'
175           projects:
176             - project-compare-type: 'REG_EXP'
177               project-pattern: 'infra\/engine'
178               branches:
179                 - branch-compare-type: 'ANT'
180                   branch-pattern: '**/{branch}'
181               file-paths:
182                 - compare-type: 'ANT'
183                   pattern: '**'
184           skip-vote:
185             successful: '{obj:successful}'
186             failed: '{obj:failed}'
187             unstable: '{obj:unstable}'
188             notbuilt: '{obj:notbuilt}'
189           custom-url: '* $JOB_NAME $BUILD_URL'
190
191     builders:
192       - shell: |
193           #!/bin/bash
194           cp $OPENRC_FILE /tmp/openrc
195       - 'cloud-infra-determine-scenario-macro'
196       - multijob:
197           name: deploy
198           condition: SUCCESSFUL
199           projects:
200             - name: 'cloud-infra-verify-engine-{distro}-deploy-{type}-{stream}'
201               current-parameters: true
202               predefined-parameters: |
203                 DISTRO=$DISTRO
204                 DEPLOY_TYPE=$DEPLOY_TYPE
205                 USE_PREBUILT_DEPLOYMENT_IMAGE=$USE_PREBUILT_DEPLOYMENT_IMAGE
206                 CLEANUP=$CLEANUP
207                 GERRIT_PROJECT=$GERRIT_PROJECT
208                 GERRIT_BRANCH=$GERRIT_BRANCH
209                 GERRIT_REFSPEC=$GERRIT_REFSPEC
210                 GERRIT_CHANGE_NUMBER=$GERRIT_CHANGE_NUMBER
211                 GERRIT_CHANGE_COMMIT_MESSAGE=$GERRIT_CHANGE_COMMIT_MESSAGE
212               node-parameters: true
213               kill-phase-on: FAILURE
214               abort-all-job: true
215       - multijob:
216           name: functest
217           condition: SUCCESSFUL
218           projects:
219             - name: 'cloud-infra-verify-engine-{distro}-functest-{type}-{stream}'
220               current-parameters: true
221               predefined-parameters: |
222                 DISTRO=$DISTRO
223                 DEPLOY_TYPE=$DEPLOY_TYPE
224                 USE_PREBUILT_DEPLOYMENT_IMAGE=$USE_PREBUILT_DEPLOYMENT_IMAGE
225                 TEST_SUITE=$TEST_SUITE
226                 YARDSTICK_DISPATCHER=$YARDSTICK_DISPATCHER
227                 CLEANUP=$CLEANUP
228                 GERRIT_PROJECT=$GERRIT_PROJECT
229                 GERRIT_BRANCH=$GERRIT_BRANCH
230                 GERRIT_REFSPEC=$GERRIT_REFSPEC
231                 GERRIT_CHANGE_NUMBER=$GERRIT_CHANGE_NUMBER
232                 GERRIT_CHANGE_COMMIT_MESSAGE=$GERRIT_CHANGE_COMMIT_MESSAGE
233               node-parameters: true
234               kill-phase-on: FAILURE
235               abort-all-job: true
236
237 - job-template:
238     name: 'cloud-infra-verify-engine-{distro}-{phase}-{type}-{stream}'
239
240     disabled: false
241
242     concurrent: true
243
244     properties:
245       - logrotate
246
247     parameters:
248       - string:
249           name: PROJECT
250           default: $GERRIT_PROJECT
251       - string:
252           name: DISTRO
253           default: 'ubuntu1804'
254           description: 'Distribution to use for configuring target nodes (networking etc.). Overriden by upstream job.'
255       - string:
256           name: DEPLOY_TYPE
257           default: 'virtual'
258           description: 'Type of the deployment. Overriden by upstream job.'
259       - string:
260           name: USE_PREBUILT_DEPLOYMENT_IMAGE
261           default: 'false'
262           description: 'Use prebuilt deployment image while running as part of CI/CD'
263       - string:
264           name: TEST_FW
265           default: '{phase}'
266           description: 'Test framework to use'
267       - string:
268           name: TEST_SUITE
269           default: 'healthcheck'
270           description: 'Test suite to run'
271       - string:
272           name: TEST_REPO_URL
273           default: 'https://gerrit.nordix.org/infra/test.git'
274           description: 'URL to Nordix Cloud Infra test repository'
275       - string:
276           name: YARDSTICK_DISPATCHER
277           default: 'file'
278           description: 'Dispatcher to use for Yardstick reporting'
279       - string:
280           name: CLEANUP
281           default: 'false'
282
283     wrappers:
284       - credentials-binding:
285           - file:
286               credential-id: est-jenkins-openrcfile-city-karlskrona-onap
287               variable: OPENRC_FILE
288       - mask-passwords
289       - build-timeout:
290           timeout: '{build-timeout}'
291       - fix-workspace-permissions
292
293     scm:
294       - git-scm-gerrit:
295           ssh-credentials-id: nordixinfra-nordix-gerrit-ssh
296           branch: '{branch}'
297           refspec: $GERRIT_REFSPEC
298           wipe_workspace: true
299           clean_before: false
300
301     builders:
302       - 'cloud-infra-determine-scenario-macro'
303       - 'cloud-infra-{phase}-macro'
304
305 # vim: set ts=2 sw=2 expandtab: