Create jobs to verify changes to scenarios
[infra/cicd.git] / jjb / cloud-infra / cloud-infra-verify-scenario.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/swconfig
25 #
26 # These jobs verify changes that
27 #   - implement new scenarios or fix bugs in the existing scenarios
28 #
29 # These jobs are set to run on slaves with label vpod-deploy-ubuntu1604.
30 # The slaves have
31 #   - Ubuntu1604 as the base distro
32 #   - nested virtualization
33 #   - internet access
34 #   - passwordless sudo
35 #   - 16 CPUs/32GB RAM/200 GB Disk
36 #   - docker, git vim curl wget zip unzip chrony apt-transport-https ca-certificates curl
37 #     gnupg-agent software-properties-common docker-ce docker-ce-cli containerd.io openjdk-8-jre
38 #
39 # The slaves should not have a cloud infra scenario deployed on them.
40 #--------------------------------------------------------------------------------------
41
42 - project:
43     name: 'cloud-infra-verify-scenario'
44
45     project: 'infra/swconfig'
46
47     stream:
48       - 'master':
49           branch: '{stream}'
50           disabled: 'false'
51
52     os:
53       - ubuntu1804:
54           disabled: 'false'
55           distribution: 'ubuntu18'
56           ipa_dib_os_element: 'coreos'
57           dib_os_release: 'bionic'
58           dib_os_element: 'ubuntu-minimal'
59
60     type:
61       - virtual:
62           slave-label: 'vpod-deploy-city'
63
64     phase:
65       - deploy:
66           build-timeout: 60
67       - functest:
68           build-timeout: 30
69
70     jobs:
71       - 'cloud-infra-verify-scenario-{os}-{type}-{stream}'
72       - 'cloud-infra-verify-scenario-{os}-{phase}-{type}-{stream}'
73
74 - job-template:
75     name: 'cloud-infra-verify-scenario-{os}-{type}-{stream}'
76
77     project-type: multijob
78
79     disabled: '{obj:disabled}'
80
81     concurrent: true
82
83     parameters:
84       - project-parameters:
85           project: '{project}'
86           branch: '{branch}'
87       - nordix-gerrit-parameters
88       - label:
89           name: SLAVE_LABEL
90           default: '{slave-label}'
91           description: 'Slave label to schedule this job on. All slaves have Ubuntu1604 no matter what distro target nodes use'
92       - string:
93           name: DISTRIBUTION
94           default: '{distribution}'
95           description: 'Distribution to use for configuring target nodes (networking etc.)'
96       - string:
97           name: DEPLOY_TYPE
98           default: '{type}'
99           description: 'Type of the deployment'
100       - string:
101           name: USE_PREBUILT_DEPLOYMENT_IMAGE
102           default: 'true'
103           description: 'Use prebuilt deployment image while running as part of CI/CD'
104       - string:
105           name: IPA_DIB_OS_ELEMENT
106           default: '{ipa_dib_os_element}'
107           description: 'DIB OS Element to use for building the ramdisk image'
108       - string:
109           name: DIB_OS_RELEASE
110           default: '{dib_os_release}'
111           description: 'DIB OS Release to use for building the deployment image to provision target nodes with'
112       - string:
113           name: DIB_OS_ELEMENT
114           default: '{dib_os_element}'
115           description: 'DIB OS Element to use for building the deployment image to provision target nodes with'
116       - string:
117           name: DEPLOY_SCENARIO
118           default: 'k8-calico-nofeature'
119           description: 'Scenario to deploy and test'
120       - string:
121           name: TEST_SUITE
122           default: 'healthcheck'
123           description: 'Test suite to run'
124       - string:
125           name: CLEANUP
126           default: 'true'
127           description: 'Cleanup leftovers of the previous run'
128
129     properties:
130       - logrotate
131       - build-blocker:
132           use-build-blocker: true
133           blocking-jobs:
134             - 'cloud-infra-verify-engine-{os}-.*'
135             - 'cloud-infra-verify-scenario-{os}-.*'
136             - 'cloud-infra-periodic-engine-{os}-.*'
137             - 'cloud-infra-os-.*'
138             - 'cloud-infra-k8-.*'
139           block-level: 'NODE'
140       - throttle:
141           max-per-node: 1
142           max-total: 3
143           option: project
144
145     wrappers:
146       - build-timeout:
147           timeout: 90
148       - fix-workspace-permissions
149
150     scm:
151       - git-scm-gerrit:
152           ssh-credentials-id: nordixinfra-nordix-gerrit-ssh
153           branch: '{branch}'
154           refspec: $GERRIT_REFSPEC
155
156     triggers:
157       - nordix-gerrit-trigger-patchset-created:
158           project: 'infra\/swconfig'
159           branch: '{branch}'
160           files: '**'
161
162     builders:
163       - multijob:
164           name: deploy
165           condition: SUCCESSFUL
166           projects:
167             - name: 'cloud-infra-verify-scenario-{os}-deploy-{type}-{stream}'
168               current-parameters: true
169               predefined-parameters: |
170                 DISTRIBUTION=$DISTRIBUTION
171                 DEPLOY_TYPE=$DEPLOY_TYPE
172                 USE_PREBUILT_DEPLOYMENT_IMAGE=$USE_PREBUILT_DEPLOYMENT_IMAGE
173                 IPA_DIB_OS_ELEMENT=$IPA_DIB_OS_ELEMENT
174                 DIB_OS_RELEASE=$DIB_OS_RELEASE
175                 DIB_OS_ELEMENT=$DIB_OS_ELEMENT
176                 DEPLOY_SCENARIO=$DEPLOY_SCENARIO
177                 CLEANUP=$CLEANUP
178                 GERRIT_PROJECT=$GERRIT_PROJECT
179                 GERRIT_BRANCH=$GERRIT_BRANCH
180                 GERRIT_REFSPEC=$GERRIT_REFSPEC
181                 GERRIT_CHANGE_NUMBER=$GERRIT_CHANGE_NUMBER
182                 GERRIT_CHANGE_COMMIT_MESSAGE=$GERRIT_CHANGE_COMMIT_MESSAGE
183               node-parameters: true
184               kill-phase-on: FAILURE
185               abort-all-job: true
186       - multijob:
187           name: functest
188           condition: SUCCESSFUL
189           projects:
190             - name: 'cloud-infra-verify-scenario-{os}-functest-{type}-{stream}'
191               current-parameters: true
192               predefined-parameters: |
193                 DISTRIBUTION=$DISTRIBUTION
194                 DEPLOY_TYPE=$DEPLOY_TYPE
195                 USE_PREBUILT_DEPLOYMENT_IMAGE=$USE_PREBUILT_DEPLOYMENT_IMAGE
196                 IPA_DIB_OS_ELEMENT=$IPA_DIB_OS_ELEMENT
197                 DIB_OS_RELEASE=$DIB_OS_RELEASE
198                 DIB_OS_ELEMENT=$DIB_OS_ELEMENT
199                 DEPLOY_SCENARIO=$DEPLOY_SCENARIO
200                 TEST_SUITE=$TEST_SUITE
201                 CLEANUP=$CLEANUP
202                 GERRIT_PROJECT=$GERRIT_PROJECT
203                 GERRIT_BRANCH=$GERRIT_BRANCH
204                 GERRIT_REFSPEC=$GERRIT_REFSPEC
205                 GERRIT_CHANGE_NUMBER=$GERRIT_CHANGE_NUMBER
206                 GERRIT_CHANGE_COMMIT_MESSAGE=$GERRIT_CHANGE_COMMIT_MESSAGE
207               node-parameters: true
208               kill-phase-on: FAILURE
209               abort-all-job: true
210
211 - job-template:
212     name: 'cloud-infra-verify-scenario-{os}-{phase}-{type}-{stream}'
213
214     disabled: false
215
216     concurrent: true
217
218     properties:
219       - logrotate
220
221     parameters:
222       - string:
223           name: PROJECT
224           default: $GERRIT_PROJECT
225       - string:
226           name: DISTRIBUTION
227           default: 'ubuntu18'
228           description: 'Distribution to use for configuring target nodes (networking etc.). Overriden by upstream job.'
229       - string:
230           name: DEPLOY_TYPE
231           default: 'virtual'
232           description: 'Type of the deployment. Overriden by upstream job.'
233       - string:
234           name: USE_PREBUILT_DEPLOYMENT_IMAGE
235           default: 'false'
236           description: 'Use prebuilt deployment image while running as part of CI/CD'
237       - string:
238           name: IPA_DIB_OS_ELEMENT
239           default: 'fedora'
240           description: 'DIB OS Element to use for building the ramdisk image. Overriden by upstream job.'
241       - string:
242           name: DIB_OS_RELEASE
243           default: 'bionic'
244           description: 'DIB OS Release to use for building the deployment image to provision target nodes with. Overriden by upstream job.'
245       - string:
246           name: DIB_OS_ELEMENT
247           default: 'ubuntu-minimal'
248           description: 'DIB OS Element to use for building the deployment image to provision target nodes with. Overriden by upstream job.'
249       - string:
250           name: DEPLOY_SCENARIO
251           default: 'k8-calico-nofeature'
252           description: 'Scenario to deploy and test'
253       - string:
254           name: TEST_FW
255           default: '{phase}'
256           description: 'Test framework to use'
257       - string:
258           name: TEST_SUITE
259           default: 'healthcheck'
260           description: 'Test suite to run'
261       - string:
262           name: ENGINE_REPO_URL
263           default: 'https://gerrit.nordix.org/infra/engine.git'
264           description: 'URL to Nordix Cloud Infra engine repository'
265       - string:
266           name: TEST_REPO_URL
267           default: 'https://gerrit.nordix.org/infra/test.git'
268           description: 'URL to Nordix Cloud Infra test repository'
269       - string:
270           name: CLEANUP
271           default: 'false'
272
273     wrappers:
274       - build-timeout:
275           timeout: '{build-timeout}'
276       - fix-workspace-permissions
277
278     scm:
279       - git-scm-gerrit:
280           ssh-credentials-id: nordixinfra-nordix-gerrit-ssh
281           branch: '{branch}'
282           refspec: $GERRIT_REFSPEC
283
284     builders:
285       - 'cloud-infra-scenario-{phase}-macro'
286
287 # vim: set ts=2 sw=2 expandtab: