Merge "GEODE: Make sure the git tag in correct format is present"
[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           block-level: 'NODE'
136       - throttle:
137           max-per-node: 1
138           max-total: 3
139           option: project
140
141     wrappers:
142       - build-timeout:
143           timeout: 120
144       - fix-workspace-permissions
145       - openstack:
146           single-use: True
147
148     scm:
149       - git-scm-gerrit:
150           ssh-credentials-id: nordixinfra-nordix-gerrit-ssh
151           branch: '{branch}'
152           refspec: $GERRIT_REFSPEC
153           wipe_workspace: true
154           clean_before: false
155
156     triggers:
157       - gerrit:
158           server-name: 'Nordix Gerrit'
159           trigger-on:
160             - patchset-created-event:
161                 exclude-drafts: 'false'
162                 exclude-trivial-rebase: 'false'
163                 exclude-no-code-change: 'false'
164             - draft-published-event
165             - comment-added-contains-event:
166                 comment-contains-value: 'recheck'
167             - comment-added-contains-event:
168                 comment-contains-value: 'reverify'
169           projects:
170             - project-compare-type: 'REG_EXP'
171               project-pattern: 'infra\/engine'
172               branches:
173                 - branch-compare-type: 'ANT'
174                   branch-pattern: '**/{branch}'
175               file-paths:
176                 - compare-type: 'ANT'
177                   pattern: '**'
178           skip-vote:
179             successful: '{obj:successful}'
180             failed: '{obj:failed}'
181             unstable: '{obj:unstable}'
182             notbuilt: '{obj:notbuilt}'
183           custom-url: '* $JOB_NAME $BUILD_URL'
184
185     builders:
186       - 'cloud-infra-determine-scenario-macro'
187       - multijob:
188           name: deploy
189           condition: SUCCESSFUL
190           projects:
191             - name: 'cloud-infra-verify-engine-{distro}-deploy-{type}-{stream}'
192               current-parameters: true
193               predefined-parameters: |
194                 DISTRO=$DISTRO
195                 DEPLOY_TYPE=$DEPLOY_TYPE
196                 USE_PREBUILT_DEPLOYMENT_IMAGE=$USE_PREBUILT_DEPLOYMENT_IMAGE
197                 CLEANUP=$CLEANUP
198                 GERRIT_PROJECT=$GERRIT_PROJECT
199                 GERRIT_BRANCH=$GERRIT_BRANCH
200                 GERRIT_REFSPEC=$GERRIT_REFSPEC
201                 GERRIT_CHANGE_NUMBER=$GERRIT_CHANGE_NUMBER
202                 GERRIT_CHANGE_COMMIT_MESSAGE=$GERRIT_CHANGE_COMMIT_MESSAGE
203               node-parameters: true
204               kill-phase-on: FAILURE
205               abort-all-job: true
206       - multijob:
207           name: functest
208           condition: SUCCESSFUL
209           projects:
210             - name: 'cloud-infra-verify-engine-{distro}-functest-{type}-{stream}'
211               current-parameters: true
212               predefined-parameters: |
213                 DISTRO=$DISTRO
214                 DEPLOY_TYPE=$DEPLOY_TYPE
215                 USE_PREBUILT_DEPLOYMENT_IMAGE=$USE_PREBUILT_DEPLOYMENT_IMAGE
216                 TEST_SUITE=$TEST_SUITE
217                 YARDSTICK_DISPATCHER=$YARDSTICK_DISPATCHER
218                 CLEANUP=$CLEANUP
219                 GERRIT_PROJECT=$GERRIT_PROJECT
220                 GERRIT_BRANCH=$GERRIT_BRANCH
221                 GERRIT_REFSPEC=$GERRIT_REFSPEC
222                 GERRIT_CHANGE_NUMBER=$GERRIT_CHANGE_NUMBER
223                 GERRIT_CHANGE_COMMIT_MESSAGE=$GERRIT_CHANGE_COMMIT_MESSAGE
224               node-parameters: true
225               kill-phase-on: FAILURE
226               abort-all-job: true
227
228 - job-template:
229     name: 'cloud-infra-verify-engine-{distro}-{phase}-{type}-{stream}'
230
231     disabled: false
232
233     concurrent: true
234
235     properties:
236       - logrotate
237
238     parameters:
239       - string:
240           name: PROJECT
241           default: $GERRIT_PROJECT
242       - string:
243           name: DISTRO
244           default: 'ubuntu1804'
245           description: 'Distribution to use for configuring target nodes (networking etc.). Overriden by upstream job.'
246       - string:
247           name: DEPLOY_TYPE
248           default: 'virtual'
249           description: 'Type of the deployment. Overriden by upstream job.'
250       - string:
251           name: USE_PREBUILT_DEPLOYMENT_IMAGE
252           default: 'false'
253           description: 'Use prebuilt deployment image while running as part of CI/CD'
254       - string:
255           name: TEST_FW
256           default: '{phase}'
257           description: 'Test framework to use'
258       - string:
259           name: TEST_SUITE
260           default: 'healthcheck'
261           description: 'Test suite to run'
262       - string:
263           name: TEST_REPO_URL
264           default: 'https://gerrit.nordix.org/infra/test.git'
265           description: 'URL to Nordix Cloud Infra test repository'
266       - string:
267           name: YARDSTICK_DISPATCHER
268           default: 'file'
269           description: 'Dispatcher to use for Yardstick reporting'
270       - string:
271           name: CLEANUP
272           default: 'false'
273
274     wrappers:
275       - build-timeout:
276           timeout: '{build-timeout}'
277       - fix-workspace-permissions
278
279     scm:
280       - git-scm-gerrit:
281           ssh-credentials-id: nordixinfra-nordix-gerrit-ssh
282           branch: '{branch}'
283           refspec: $GERRIT_REFSPEC
284           wipe_workspace: true
285           clean_before: false
286
287     builders:
288       - 'cloud-infra-determine-scenario-macro'
289       - 'cloud-infra-{phase}-macro'
290
291 # vim: set ts=2 sw=2 expandtab: