blob: 922bdfb6b93116897dcdfd8af24b7eaa44e6371c [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 Degirmenci514c5be2019-03-29 12:30:28 +0000129 - 'cloud-infra-periodic-engine-{os}-.*'
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +0100130 - 'cloud-infra-os-.*'
131 - 'cloud-infra-k8-.*'
Fatih Degirmenci885498a2019-02-26 11:02:36 +0100132 block-level: 'NODE'
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +0100133 - throttle:
134 max-per-node: 1
Fatih Degirmenci885498a2019-02-26 11:02:36 +0100135 max-total: 3
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +0100136 option: project
137
138 wrappers:
139 - build-timeout:
140 timeout: 120
141 - fix-workspace-permissions
Fatih Degirmenci885498a2019-02-26 11:02:36 +0100142 - openstack:
Fatih Degirmenci885498a2019-02-26 11:02:36 +0100143 single-use: True
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +0100144
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:
Fatih Degirmencid7f06a82019-03-23 12:54:45 +0100153 project: 'infra\/engine'
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +0100154 branch: '{branch}'
155 files: '**'
156
157 builders:
158 - multijob:
159 name: deploy
160 condition: SUCCESSFUL
161 projects:
Fatih Degirmencia71174c2019-02-28 10:19:43 +0100162 - name: 'cloud-infra-verify-{os}-deploy-{type}-{stream}'
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +0100163 current-parameters: true
164 predefined-parameters: |
Fatih Degirmenci9ff8c252019-03-01 15:45:57 +0100165 DISTRIBUTION=$DISTRIBUTION
Fatih Degirmencia5099eb2019-03-21 11:25:55 +0100166 USE_PREBUILT_DEPLOYMENT_IMAGE=$USE_PREBUILT_DEPLOYMENT_IMAGE
Fatih Degirmenci9ff8c252019-03-01 15:45:57 +0100167 IPA_DIB_OS_ELEMENT=$IPA_DIB_OS_ELEMENT
168 DIB_OS_RELEASE=$DIB_OS_RELEASE
169 DIB_OS_ELEMENT=$DIB_OS_ELEMENT
Fatih Degirmencie8bc4552019-02-15 16:20:23 +0100170 CLEANUP=$CLEANUP
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +0100171 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:
Fatih Degirmencia71174c2019-02-28 10:19:43 +0100183 - name: 'cloud-infra-verify-{os}-test-{type}-{stream}'
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +0100184 current-parameters: true
185 predefined-parameters: |
Fatih Degirmenci9ff8c252019-03-01 15:45:57 +0100186 DISTRIBUTION=$DISTRIBUTION
Fatih Degirmencia5099eb2019-03-21 11:25:55 +0100187 USE_PREBUILT_DEPLOYMENT_IMAGE=$USE_PREBUILT_DEPLOYMENT_IMAGE
Fatih Degirmenci9ff8c252019-03-01 15:45:57 +0100188 IPA_DIB_OS_ELEMENT=$IPA_DIB_OS_ELEMENT
189 DIB_OS_RELEASE=$DIB_OS_RELEASE
190 DIB_OS_ELEMENT=$DIB_OS_ELEMENT
Fatih Degirmencie8bc4552019-02-15 16:20:23 +0100191 CLEANUP=$CLEANUP
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +0100192 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:
Fatih Degirmencia71174c2019-02-28 10:19:43 +0100202 name: 'cloud-infra-verify-{os}-{phase}-{type}-{stream}'
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +0100203
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:
Fatih Degirmenci9ff8c252019-03-01 15:45:57 +0100216 name: DISTRIBUTION
217 default: 'ubuntu18'
218 description: 'Distribution to use for configuring target nodes (networking etc.). Overriden by upstream job.'
219 - string:
Fatih Degirmencia5099eb2019-03-21 11:25:55 +0100220 name: USE_PREBUILT_DEPLOYMENT_IMAGE
221 default: 'false'
222 description: 'Use prebuilt deployment image while running as part of CI/CD'
223 - string:
Fatih Degirmenci9ff8c252019-03-01 15:45:57 +0100224 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.'
Fatih Degirmencie8bc4552019-02-15 16:20:23 +0100235 - string:
Fatih Degirmenci91429362019-03-25 09:53:32 +0100236 name: TEST_REPO_URL
237 default: 'https://gerrit.nordix.org/infra/test.git'
238 description: 'URL to Nordix Cloud Infra test repository'
239 - string:
Fatih Degirmencie8bc4552019-02-15 16:20:23 +0100240 name: CLEANUP
241 default: 'false'
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +0100242
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:
Fatih Degirmenci9c50e092019-03-18 13:54:20 +0100264 - shell:
265 !include-raw: ./wait-for-pkg-manager.sh
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +0100266 - shell:
267 !include-raw: ./cloud-infra-deploy.sh
268
269- builder:
270 name: 'cloud-infra-verify-test-macro'
271 builders:
272 - shell:
Fatih Degirmenci91429362019-03-25 09:53:32 +0100273 !include-raw: ./prepare-for-test.sh
274 - shell:
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +0100275 !include-raw: ./cloud-infra-test.sh
276
277# vim: set ts=2 sw=2 expandtab: