922bdfb6b93116897dcdfd8af24b7eaa44e6371c
[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     os:
56       - ubuntu1804:
57           disabled: 'false'
58           distribution: 'ubuntu18'
59           ipa_dib_os_element: 'coreos'
60           dib_os_release: 'bionic'
61           dib_os_element: 'ubuntu-minimal'
62       - centos7:
63           disabled: 'true'
64           distribution: 'centos7'
65           ipa_dib_os_element: 'coreos'
66           dib_os_release: '7'
67           dib_os_element: 'centos-minimal'
68
69     type:
70       - virtual
71
72     phase:
73       - deploy
74       - test
75
76     jobs:
77       - 'cloud-infra-verify-engine-{os}-{type}-{stream}'
78       - 'cloud-infra-verify-{os}-{phase}-{type}-{stream}'
79
80 - job-template:
81     name: 'cloud-infra-verify-engine-{os}-{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-{os}'
97           description: 'Slave label to schedule this job on. All slaves have Ubuntu1604 no matter what distro target nodes use'
98       - string:
99           name: DISTRIBUTION
100           default: '{distribution}'
101           description: 'Distribution to use for configuring target nodes (networking etc.)'
102       - string:
103           name: USE_PREBUILT_DEPLOYMENT_IMAGE
104           default: 'true'
105           description: 'Use prebuilt deployment image while running as part of CI/CD'
106       - string:
107           name: IPA_DIB_OS_ELEMENT
108           default: '{ipa_dib_os_element}'
109           description: 'DIB OS Element to use for building the ramdisk image'
110       - string:
111           name: DIB_OS_RELEASE
112           default: '{dib_os_release}'
113           description: 'DIB OS Release to use for building the deployment image to provision target nodes with'
114       - string:
115           name: DIB_OS_ELEMENT
116           default: '{dib_os_element}'
117           description: 'DIB OS Element to use for building the deployment image to provision target nodes with'
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-{os}-.*'
129             - 'cloud-infra-periodic-engine-{os}-.*'
130             - 'cloud-infra-os-.*'
131             - 'cloud-infra-k8-.*'
132           block-level: 'NODE'
133       - throttle:
134           max-per-node: 1
135           max-total: 3
136           option: project
137
138     wrappers:
139       - build-timeout:
140           timeout: 120
141       - fix-workspace-permissions
142       - openstack:
143           single-use: True
144
145     scm:
146       - git-scm-gerrit:
147           ssh-credentials-id: nordixinfra-nordix-gerrit-ssh
148           branch: '{branch}'
149           refspec: $GERRIT_REFSPEC
150
151     triggers:
152       - nordix-gerrit-trigger-patchset-created:
153           project: 'infra\/engine'
154           branch: '{branch}'
155           files: '**'
156
157     builders:
158       - multijob:
159           name: deploy
160           condition: SUCCESSFUL
161           projects:
162             - name: 'cloud-infra-verify-{os}-deploy-{type}-{stream}'
163               current-parameters: true
164               predefined-parameters: |
165                 DISTRIBUTION=$DISTRIBUTION
166                 USE_PREBUILT_DEPLOYMENT_IMAGE=$USE_PREBUILT_DEPLOYMENT_IMAGE
167                 IPA_DIB_OS_ELEMENT=$IPA_DIB_OS_ELEMENT
168                 DIB_OS_RELEASE=$DIB_OS_RELEASE
169                 DIB_OS_ELEMENT=$DIB_OS_ELEMENT
170                 CLEANUP=$CLEANUP
171                 GERRIT_PROJECT=$GERRIT_PROJECT
172                 GERRIT_BRANCH=$GERRIT_BRANCH
173                 GERRIT_REFSPEC=$GERRIT_REFSPEC
174                 GERRIT_CHANGE_NUMBER=$GERRIT_CHANGE_NUMBER
175                 GERRIT_CHANGE_COMMIT_MESSAGE=$GERRIT_CHANGE_COMMIT_MESSAGE
176               node-parameters: true
177               kill-phase-on: FAILURE
178               abort-all-job: true
179       - multijob:
180           name: test
181           condition: SUCCESSFUL
182           projects:
183             - name: 'cloud-infra-verify-{os}-test-{type}-{stream}'
184               current-parameters: true
185               predefined-parameters: |
186                 DISTRIBUTION=$DISTRIBUTION
187                 USE_PREBUILT_DEPLOYMENT_IMAGE=$USE_PREBUILT_DEPLOYMENT_IMAGE
188                 IPA_DIB_OS_ELEMENT=$IPA_DIB_OS_ELEMENT
189                 DIB_OS_RELEASE=$DIB_OS_RELEASE
190                 DIB_OS_ELEMENT=$DIB_OS_ELEMENT
191                 CLEANUP=$CLEANUP
192                 GERRIT_PROJECT=$GERRIT_PROJECT
193                 GERRIT_BRANCH=$GERRIT_BRANCH
194                 GERRIT_REFSPEC=$GERRIT_REFSPEC
195                 GERRIT_CHANGE_NUMBER=$GERRIT_CHANGE_NUMBER
196                 GERRIT_CHANGE_COMMIT_MESSAGE=$GERRIT_CHANGE_COMMIT_MESSAGE
197               node-parameters: true
198               kill-phase-on: test
199               abort-all-job: true
200
201 - job-template:
202     name: 'cloud-infra-verify-{os}-{phase}-{type}-{stream}'
203
204     disabled: false
205
206     concurrent: true
207
208     properties:
209       - logrotate
210
211     parameters:
212       - string:
213           name: PROJECT
214           default: $GERRIT_PROJECT
215       - string:
216           name: DISTRIBUTION
217           default: 'ubuntu18'
218           description: 'Distribution to use for configuring target nodes (networking etc.). Overriden by upstream job.'
219       - string:
220           name: USE_PREBUILT_DEPLOYMENT_IMAGE
221           default: 'false'
222           description: 'Use prebuilt deployment image while running as part of CI/CD'
223       - string:
224           name: IPA_DIB_OS_ELEMENT
225           default: 'fedora'
226           description: 'DIB OS Element to use for building the ramdisk image. Overriden by upstream job.'
227       - string:
228           name: DIB_OS_RELEASE
229           default: 'bionic'
230           description: 'DIB OS Release to use for building the deployment image to provision target nodes with. Overriden by upstream job.'
231       - string:
232           name: DIB_OS_ELEMENT
233           default: 'ubuntu-minimal'
234           description: 'DIB OS Element to use for building the deployment image to provision target nodes with. Overriden by upstream job.'
235       - string:
236           name: TEST_REPO_URL
237           default: 'https://gerrit.nordix.org/infra/test.git'
238           description: 'URL to Nordix Cloud Infra test repository'
239       - string:
240           name: CLEANUP
241           default: 'false'
242
243     wrappers:
244       - build-timeout:
245           timeout: 120
246       - fix-workspace-permissions
247
248     scm:
249       - git-scm-gerrit:
250           ssh-credentials-id: nordixinfra-nordix-gerrit-ssh
251           branch: '{branch}'
252           refspec: $GERRIT_REFSPEC
253
254     builders:
255       - 'cloud-infra-verify-{phase}-macro'
256
257 # -------------------------------
258 # builder macros
259 # -------------------------------
260
261 - builder:
262     name: 'cloud-infra-verify-deploy-macro'
263     builders:
264       - shell:
265           !include-raw: ./wait-for-pkg-manager.sh
266       - shell:
267           !include-raw: ./cloud-infra-deploy.sh
268
269 - builder:
270     name: 'cloud-infra-verify-test-macro'
271     builders:
272       - shell:
273           !include-raw: ./prepare-for-test.sh
274       - shell:
275           !include-raw: ./cloud-infra-test.sh
276
277 # vim: set ts=2 sw=2 expandtab: