blob: 5dced576af355a39f5ce3427240e320eaa019857 [file] [log] [blame]
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +01001---
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
Fatih Degirmencid7f06a82019-03-23 12:54:45 +010021#--------------------------------------------------------------------------------------
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
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +010045- project:
Fatih Degirmencid7f06a82019-03-23 12:54:45 +010046 name: 'cloud-infra-verify-engine'
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +010047
Fatih Degirmenci1cea3ec2019-02-08 12:10:48 +010048 project: 'infra/engine'
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +010049
50 stream:
51 - 'master':
52 branch: '{stream}'
53 disabled: 'false'
54
Fatih Degirmencia71174c2019-02-28 10:19:43 +010055 os:
Fatih Degirmencia71174c2019-02-28 10:19:43 +010056 - ubuntu1804:
Fatih Degirmenci9ff8c252019-03-01 15:45:57 +010057 disabled: 'false'
58 distribution: 'ubuntu18'
Fatih Degirmencid7f06a82019-03-23 12:54:45 +010059 ipa_dib_os_element: 'coreos'
Fatih Degirmenci9ff8c252019-03-01 15:45:57 +010060 dib_os_release: 'bionic'
61 dib_os_element: 'ubuntu-minimal'
Fatih Degirmencia71174c2019-02-28 10:19:43 +010062 - centos7:
Fatih Degirmencia71174c2019-02-28 10:19:43 +010063 disabled: 'true'
Fatih Degirmenci9ff8c252019-03-01 15:45:57 +010064 distribution: 'centos7'
Fatih Degirmencid7f06a82019-03-23 12:54:45 +010065 ipa_dib_os_element: 'coreos'
Fatih Degirmenci9ff8c252019-03-01 15:45:57 +010066 dib_os_release: '7'
67 dib_os_element: 'centos-minimal'
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +010068
69 type:
70 - virtual
71
72 phase:
73 - deploy
74 - test
75
76 jobs:
Fatih Degirmencid7f06a82019-03-23 12:54:45 +010077 - 'cloud-infra-verify-engine-{os}-{type}-{stream}'
Fatih Degirmencia71174c2019-02-28 10:19:43 +010078 - 'cloud-infra-verify-{os}-{phase}-{type}-{stream}'
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +010079
80- job-template:
Fatih Degirmencid7f06a82019-03-23 12:54:45 +010081 name: 'cloud-infra-verify-engine-{os}-{type}-{stream}'
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +010082
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
Fatih Degirmencic83c5272019-02-26 14:52:07 +010094 - label:
95 name: SLAVE_LABEL
Fatih Degirmencia71174c2019-02-28 10:19:43 +010096 default: 'vpod-deploy-{os}'
Fatih Degirmenci9ff8c252019-03-01 15:45:57 +010097 description: 'Slave label to schedule this job on. All slaves have Ubuntu1604 no matter what distro target nodes use'
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +010098 - string:
Fatih Degirmenci9ff8c252019-03-01 15:45:57 +010099 name: DISTRIBUTION
100 default: '{distribution}'
101 description: 'Distribution to use for configuring target nodes (networking etc.)'
102 - string:
Fatih Degirmencia5099eb2019-03-21 11:25:55 +0100103 name: USE_PREBUILT_DEPLOYMENT_IMAGE
104 default: 'true'
105 description: 'Use prebuilt deployment image while running as part of CI/CD'
106 - string:
Fatih Degirmenci9ff8c252019-03-01 15:45:57 +0100107 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'
Fatih Degirmencie8bc4552019-02-15 16:20:23 +0100118 - string:
119 name: CLEANUP
120 default: 'true'
Fatih Degirmenci9ff8c252019-03-01 15:45:57 +0100121 description: 'Cleanup leftovers of the previous run'
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +0100122
123 properties:
124 - logrotate
125 - build-blocker:
126 use-build-blocker: true
127 blocking-jobs:
Fatih Degirmencid7f06a82019-03-23 12:54:45 +0100128 - 'cloud-infra-verify-engine-{os}-.*'
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +0100129 - 'cloud-infra-os-.*'
130 - 'cloud-infra-k8-.*'
Fatih Degirmenci885498a2019-02-26 11:02:36 +0100131 block-level: 'NODE'
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +0100132 - throttle:
133 max-per-node: 1
Fatih Degirmenci885498a2019-02-26 11:02:36 +0100134 max-total: 3
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +0100135 option: project
136
137 wrappers:
138 - build-timeout:
139 timeout: 120
140 - fix-workspace-permissions
Fatih Degirmenci885498a2019-02-26 11:02:36 +0100141 - openstack:
Fatih Degirmenci885498a2019-02-26 11:02:36 +0100142 single-use: True
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +0100143
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:
Fatih Degirmencid7f06a82019-03-23 12:54:45 +0100152 project: 'infra\/engine'
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +0100153 branch: '{branch}'
154 files: '**'
155
156 builders:
157 - multijob:
158 name: deploy
159 condition: SUCCESSFUL
160 projects:
Fatih Degirmencia71174c2019-02-28 10:19:43 +0100161 - name: 'cloud-infra-verify-{os}-deploy-{type}-{stream}'
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +0100162 current-parameters: true
163 predefined-parameters: |
Fatih Degirmenci9ff8c252019-03-01 15:45:57 +0100164 DISTRIBUTION=$DISTRIBUTION
Fatih Degirmencia5099eb2019-03-21 11:25:55 +0100165 USE_PREBUILT_DEPLOYMENT_IMAGE=$USE_PREBUILT_DEPLOYMENT_IMAGE
Fatih Degirmenci9ff8c252019-03-01 15:45:57 +0100166 IPA_DIB_OS_ELEMENT=$IPA_DIB_OS_ELEMENT
167 DIB_OS_RELEASE=$DIB_OS_RELEASE
168 DIB_OS_ELEMENT=$DIB_OS_ELEMENT
Fatih Degirmencie8bc4552019-02-15 16:20:23 +0100169 CLEANUP=$CLEANUP
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +0100170 GERRIT_PROJECT=$GERRIT_PROJECT
171 GERRIT_BRANCH=$GERRIT_BRANCH
172 GERRIT_REFSPEC=$GERRIT_REFSPEC
173 GERRIT_CHANGE_NUMBER=$GERRIT_CHANGE_NUMBER
174 GERRIT_CHANGE_COMMIT_MESSAGE=$GERRIT_CHANGE_COMMIT_MESSAGE
175 node-parameters: true
176 kill-phase-on: FAILURE
177 abort-all-job: true
178 - multijob:
179 name: test
180 condition: SUCCESSFUL
181 projects:
Fatih Degirmencia71174c2019-02-28 10:19:43 +0100182 - name: 'cloud-infra-verify-{os}-test-{type}-{stream}'
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +0100183 current-parameters: true
184 predefined-parameters: |
Fatih Degirmenci9ff8c252019-03-01 15:45:57 +0100185 DISTRIBUTION=$DISTRIBUTION
Fatih Degirmencia5099eb2019-03-21 11:25:55 +0100186 USE_PREBUILT_DEPLOYMENT_IMAGE=$USE_PREBUILT_DEPLOYMENT_IMAGE
Fatih Degirmenci9ff8c252019-03-01 15:45:57 +0100187 IPA_DIB_OS_ELEMENT=$IPA_DIB_OS_ELEMENT
188 DIB_OS_RELEASE=$DIB_OS_RELEASE
189 DIB_OS_ELEMENT=$DIB_OS_ELEMENT
Fatih Degirmencie8bc4552019-02-15 16:20:23 +0100190 CLEANUP=$CLEANUP
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +0100191 GERRIT_PROJECT=$GERRIT_PROJECT
192 GERRIT_BRANCH=$GERRIT_BRANCH
193 GERRIT_REFSPEC=$GERRIT_REFSPEC
194 GERRIT_CHANGE_NUMBER=$GERRIT_CHANGE_NUMBER
195 GERRIT_CHANGE_COMMIT_MESSAGE=$GERRIT_CHANGE_COMMIT_MESSAGE
196 node-parameters: true
197 kill-phase-on: test
198 abort-all-job: true
199
200- job-template:
Fatih Degirmencia71174c2019-02-28 10:19:43 +0100201 name: 'cloud-infra-verify-{os}-{phase}-{type}-{stream}'
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +0100202
203 disabled: false
204
205 concurrent: true
206
207 properties:
208 - logrotate
209
210 parameters:
211 - string:
212 name: PROJECT
213 default: $GERRIT_PROJECT
214 - string:
Fatih Degirmenci9ff8c252019-03-01 15:45:57 +0100215 name: DISTRIBUTION
216 default: 'ubuntu18'
217 description: 'Distribution to use for configuring target nodes (networking etc.). Overriden by upstream job.'
218 - string:
Fatih Degirmencia5099eb2019-03-21 11:25:55 +0100219 name: USE_PREBUILT_DEPLOYMENT_IMAGE
220 default: 'false'
221 description: 'Use prebuilt deployment image while running as part of CI/CD'
222 - string:
Fatih Degirmenci9ff8c252019-03-01 15:45:57 +0100223 name: IPA_DIB_OS_ELEMENT
224 default: 'fedora'
225 description: 'DIB OS Element to use for building the ramdisk image. Overriden by upstream job.'
226 - string:
227 name: DIB_OS_RELEASE
228 default: 'bionic'
229 description: 'DIB OS Release to use for building the deployment image to provision target nodes with. Overriden by upstream job.'
230 - string:
231 name: DIB_OS_ELEMENT
232 default: 'ubuntu-minimal'
233 description: 'DIB OS Element to use for building the deployment image to provision target nodes with. Overriden by upstream job.'
Fatih Degirmencie8bc4552019-02-15 16:20:23 +0100234 - string:
Fatih Degirmenci91429362019-03-25 09:53:32 +0100235 name: TEST_REPO_URL
236 default: 'https://gerrit.nordix.org/infra/test.git'
237 description: 'URL to Nordix Cloud Infra test repository'
238 - string:
Fatih Degirmencie8bc4552019-02-15 16:20:23 +0100239 name: CLEANUP
240 default: 'false'
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +0100241
242 wrappers:
243 - build-timeout:
244 timeout: 120
245 - fix-workspace-permissions
246
247 scm:
248 - git-scm-gerrit:
249 ssh-credentials-id: nordixinfra-nordix-gerrit-ssh
250 branch: '{branch}'
251 refspec: $GERRIT_REFSPEC
252
253 builders:
254 - 'cloud-infra-verify-{phase}-macro'
255
256# -------------------------------
257# builder macros
258# -------------------------------
259
260- builder:
261 name: 'cloud-infra-verify-deploy-macro'
262 builders:
Fatih Degirmenci9c50e092019-03-18 13:54:20 +0100263 - shell:
264 !include-raw: ./wait-for-pkg-manager.sh
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +0100265 - shell:
266 !include-raw: ./cloud-infra-deploy.sh
267
268- builder:
269 name: 'cloud-infra-verify-test-macro'
270 builders:
271 - shell:
Fatih Degirmenci91429362019-03-25 09:53:32 +0100272 !include-raw: ./prepare-for-test.sh
273 - shell:
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +0100274 !include-raw: ./cloud-infra-test.sh
275
276# vim: set ts=2 sw=2 expandtab: