a64d69c49e1f652f708c4f29547e6b857492dabd
[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           disabled: 'false'
54
55     distro:
56       - ubuntu1804:
57           disabled: false
58           successful: false
59           failed: false
60           unstable: false
61           notbuilt: false
62       - centos7:
63           disabled: false
64           successful: true
65           failed: true
66           unstable: true
67           notbuilt: true
68
69     type:
70       - virtual
71
72     phase:
73       - deploy
74       - functest
75
76     jobs:
77       - 'cloud-infra-verify-engine-{distro}-{type}-{stream}'
78       - 'cloud-infra-verify-engine-{distro}-{phase}-{type}-{stream}'
79
80 - job-template:
81     name: 'cloud-infra-verify-engine-{distro}-{type}-{stream}'
82
83     project-type: multijob
84
85     disabled: '{obj:disabled}'
86
87     concurrent: true
88
89     parameters:
90       - project-parameters:
91           project: '{project}'
92           branch: '{branch}'
93       - nordix-gerrit-parameters
94       - label:
95           name: SLAVE_LABEL
96           default: 'vpod-deploy-city'
97           description: 'Slave label to schedule this job on. All slaves have Ubuntu1604 no matter what distro target nodes use'
98       - string:
99           name: DISTRO
100           default: '{distro}'
101           description: 'Distribution to use for configuring target nodes (networking etc.)'
102       - string:
103           name: DEPLOY_TYPE
104           default: '{type}'
105           description: 'Type of the deployment'
106       - string:
107           name: USE_PREBUILT_DEPLOYMENT_IMAGE
108           default: 'true'
109           description: 'Use prebuilt deployment image while running as part of CI/CD'
110       - string:
111           name: TEST_SUITE
112           default: 'healthcheck'
113           description: 'Test suite to run'
114       - string:
115           name: YARDSTICK_DISPATCHER
116           default: 'file'
117           description: 'Dispatcher to use for Yardstick reporting'
118       - string:
119           name: CLEANUP
120           default: 'true'
121           description: 'Cleanup leftovers of the previous run'
122
123     properties:
124       - logrotate
125       - build-blocker:
126           use-build-blocker: true
127           blocking-jobs:
128             - 'cloud-infra-verify-engine-{distro}-.*'
129             - 'cloud-infra-verify-scenario-{distro}-.*'
130             - 'cloud-infra-periodic-engine-{distro}-.*'
131             - 'cloud-infra-os-.*'
132             - 'cloud-infra-k8-.*'
133           block-level: 'NODE'
134       - throttle:
135           max-per-node: 1
136           max-total: 3
137           option: project
138
139     wrappers:
140       - build-timeout:
141           timeout: 120
142       - fix-workspace-permissions
143
144     scm:
145       - git-scm-gerrit:
146           ssh-credentials-id: nordixinfra-nordix-gerrit-ssh
147           branch: '{branch}'
148           refspec: $GERRIT_REFSPEC
149
150     triggers:
151       - nordix-gerrit-trigger-patchset-created:
152           project: 'infra\/engine'
153           branch: '{branch}'
154           files: '**'
155           custom-url: '* $JOB_NAME $BUILD_URL'
156           skip-vote:
157             successful: '{obj:successful}'
158             failed: '{obj:failed}'
159             unstable: '{obj:unstable}'
160             notbuilt: '{obj:notbuilt}'
161
162     builders:
163       - 'cloud-infra-determine-scenario-macro'
164       - multijob:
165           name: deploy
166           condition: SUCCESSFUL
167           projects:
168             - name: 'cloud-infra-verify-engine-{distro}-deploy-{type}-{stream}'
169               current-parameters: true
170               predefined-parameters: |
171                 DISTRO=$DISTRO
172                 DEPLOY_TYPE=$DEPLOY_TYPE
173                 USE_PREBUILT_DEPLOYMENT_IMAGE=$USE_PREBUILT_DEPLOYMENT_IMAGE
174                 CLEANUP=$CLEANUP
175                 GERRIT_PROJECT=$GERRIT_PROJECT
176                 GERRIT_BRANCH=$GERRIT_BRANCH
177                 GERRIT_REFSPEC=$GERRIT_REFSPEC
178                 GERRIT_CHANGE_NUMBER=$GERRIT_CHANGE_NUMBER
179                 GERRIT_CHANGE_COMMIT_MESSAGE=$GERRIT_CHANGE_COMMIT_MESSAGE
180               node-parameters: true
181               kill-phase-on: FAILURE
182               abort-all-job: true
183       - multijob:
184           name: functest
185           condition: SUCCESSFUL
186           projects:
187             - name: 'cloud-infra-verify-engine-{distro}-functest-{type}-{stream}'
188               current-parameters: true
189               predefined-parameters: |
190                 DISTRO=$DISTRO
191                 DEPLOY_TYPE=$DEPLOY_TYPE
192                 USE_PREBUILT_DEPLOYMENT_IMAGE=$USE_PREBUILT_DEPLOYMENT_IMAGE
193                 TEST_SUITE=$TEST_SUITE
194                 YARDSTICK_DISPATCHER=$YARDSTICK_DISPATCHER
195                 CLEANUP=$CLEANUP
196                 GERRIT_PROJECT=$GERRIT_PROJECT
197                 GERRIT_BRANCH=$GERRIT_BRANCH
198                 GERRIT_REFSPEC=$GERRIT_REFSPEC
199                 GERRIT_CHANGE_NUMBER=$GERRIT_CHANGE_NUMBER
200                 GERRIT_CHANGE_COMMIT_MESSAGE=$GERRIT_CHANGE_COMMIT_MESSAGE
201               node-parameters: true
202               kill-phase-on: FAILURE
203               abort-all-job: true
204
205 - job-template:
206     name: 'cloud-infra-verify-engine-{distro}-{phase}-{type}-{stream}'
207
208     disabled: false
209
210     concurrent: true
211
212     properties:
213       - logrotate
214
215     parameters:
216       - string:
217           name: PROJECT
218           default: $GERRIT_PROJECT
219       - string:
220           name: DISTRO
221           default: 'ubuntu1804'
222           description: 'Distribution to use for configuring target nodes (networking etc.). Overriden by upstream job.'
223       - string:
224           name: DEPLOY_TYPE
225           default: 'virtual'
226           description: 'Type of the deployment. Overriden by upstream job.'
227       - string:
228           name: USE_PREBUILT_DEPLOYMENT_IMAGE
229           default: 'false'
230           description: 'Use prebuilt deployment image while running as part of CI/CD'
231       - string:
232           name: TEST_FW
233           default: '{phase}'
234           description: 'Test framework to use'
235       - string:
236           name: TEST_SUITE
237           default: 'healthcheck'
238           description: 'Test suite to run'
239       - string:
240           name: TEST_REPO_URL
241           default: 'https://gerrit.nordix.org/infra/test.git'
242           description: 'URL to Nordix Cloud Infra test repository'
243       - string:
244           name: YARDSTICK_DISPATCHER
245           default: 'file'
246           description: 'Dispatcher to use for Yardstick reporting'
247       - string:
248           name: CLEANUP
249           default: 'false'
250
251     wrappers:
252       - build-timeout:
253           timeout: 120
254       - fix-workspace-permissions
255
256     scm:
257       - git-scm-gerrit:
258           ssh-credentials-id: nordixinfra-nordix-gerrit-ssh
259           branch: '{branch}'
260           refspec: $GERRIT_REFSPEC
261
262     builders:
263       - 'cloud-infra-determine-scenario-macro'
264       - 'cloud-infra-{phase}-macro'
265
266 # vim: set ts=2 sw=2 expandtab: