blob: 61a6eacc4924a700f2f02ee770fd30fe535bf574 [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
Fatih Degirmenci429341c2019-04-03 11:18:28 -070074 - functest
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +010075
76 jobs:
Fatih Degirmencid7f06a82019-03-23 12:54:45 +010077 - 'cloud-infra-verify-engine-{os}-{type}-{stream}'
Fatih Degirmencid48647d2019-04-10 09:36:03 +020078 - 'cloud-infra-verify-engine-{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 Degirmenci046efef2019-04-18 14:44:57 +020096 default: 'vpod-deploy-city'
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 Degirmenciaaf95842019-04-23 17:54:19 +0200103 name: DEPLOY_TYPE
104 default: '{type}'
105 description: 'Type of the deployment'
106 - string:
Fatih Degirmencia5099eb2019-03-21 11:25:55 +0100107 name: USE_PREBUILT_DEPLOYMENT_IMAGE
108 default: 'true'
109 description: 'Use prebuilt deployment image while running as part of CI/CD'
110 - string:
Fatih Degirmenci9ff8c252019-03-01 15:45:57 +0100111 name: IPA_DIB_OS_ELEMENT
112 default: '{ipa_dib_os_element}'
113 description: 'DIB OS Element to use for building the ramdisk image'
114 - string:
115 name: DIB_OS_RELEASE
116 default: '{dib_os_release}'
117 description: 'DIB OS Release to use for building the deployment image to provision target nodes with'
118 - string:
119 name: DIB_OS_ELEMENT
120 default: '{dib_os_element}'
121 description: 'DIB OS Element to use for building the deployment image to provision target nodes with'
Fatih Degirmencie8bc4552019-02-15 16:20:23 +0100122 - string:
Fatih Degirmenci429341c2019-04-03 11:18:28 -0700123 name: DEPLOY_SCENARIO
124 default: 'k8-calico-nofeature'
125 description: 'Scenario to deploy and test'
126 - string:
127 name: TEST_SUITE
128 default: 'healthcheck'
129 description: 'Test suite to run'
130 - string:
Fatih Degirmencie8bc4552019-02-15 16:20:23 +0100131 name: CLEANUP
132 default: 'true'
Fatih Degirmenci9ff8c252019-03-01 15:45:57 +0100133 description: 'Cleanup leftovers of the previous run'
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +0100134
135 properties:
136 - logrotate
137 - build-blocker:
138 use-build-blocker: true
139 blocking-jobs:
Fatih Degirmencid7f06a82019-03-23 12:54:45 +0100140 - 'cloud-infra-verify-engine-{os}-.*'
Fatih Degirmencid48647d2019-04-10 09:36:03 +0200141 - 'cloud-infra-verify-scenario-{os}-.*'
Fatih Degirmenci514c5be2019-03-29 12:30:28 +0000142 - 'cloud-infra-periodic-engine-{os}-.*'
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +0100143 - 'cloud-infra-os-.*'
144 - 'cloud-infra-k8-.*'
Fatih Degirmenci885498a2019-02-26 11:02:36 +0100145 block-level: 'NODE'
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +0100146 - throttle:
147 max-per-node: 1
Fatih Degirmenci885498a2019-02-26 11:02:36 +0100148 max-total: 3
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +0100149 option: project
150
151 wrappers:
152 - build-timeout:
153 timeout: 120
154 - fix-workspace-permissions
155
156 scm:
157 - git-scm-gerrit:
158 ssh-credentials-id: nordixinfra-nordix-gerrit-ssh
159 branch: '{branch}'
160 refspec: $GERRIT_REFSPEC
161
162 triggers:
163 - nordix-gerrit-trigger-patchset-created:
Fatih Degirmencid7f06a82019-03-23 12:54:45 +0100164 project: 'infra\/engine'
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +0100165 branch: '{branch}'
166 files: '**'
167
168 builders:
169 - multijob:
170 name: deploy
171 condition: SUCCESSFUL
172 projects:
Fatih Degirmencid48647d2019-04-10 09:36:03 +0200173 - name: 'cloud-infra-verify-engine-{os}-deploy-{type}-{stream}'
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +0100174 current-parameters: true
175 predefined-parameters: |
Fatih Degirmenci9ff8c252019-03-01 15:45:57 +0100176 DISTRIBUTION=$DISTRIBUTION
Fatih Degirmenciaaf95842019-04-23 17:54:19 +0200177 DEPLOY_TYPE=$DEPLOY_TYPE
Fatih Degirmencia5099eb2019-03-21 11:25:55 +0100178 USE_PREBUILT_DEPLOYMENT_IMAGE=$USE_PREBUILT_DEPLOYMENT_IMAGE
Fatih Degirmenci9ff8c252019-03-01 15:45:57 +0100179 IPA_DIB_OS_ELEMENT=$IPA_DIB_OS_ELEMENT
180 DIB_OS_RELEASE=$DIB_OS_RELEASE
181 DIB_OS_ELEMENT=$DIB_OS_ELEMENT
Fatih Degirmenciaaf95842019-04-23 17:54:19 +0200182 DEPLOY_SCENARIO=$DEPLOY_SCENARIO
Fatih Degirmencie8bc4552019-02-15 16:20:23 +0100183 CLEANUP=$CLEANUP
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +0100184 GERRIT_PROJECT=$GERRIT_PROJECT
185 GERRIT_BRANCH=$GERRIT_BRANCH
186 GERRIT_REFSPEC=$GERRIT_REFSPEC
187 GERRIT_CHANGE_NUMBER=$GERRIT_CHANGE_NUMBER
188 GERRIT_CHANGE_COMMIT_MESSAGE=$GERRIT_CHANGE_COMMIT_MESSAGE
189 node-parameters: true
190 kill-phase-on: FAILURE
191 abort-all-job: true
192 - multijob:
Fatih Degirmenci429341c2019-04-03 11:18:28 -0700193 name: functest
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +0100194 condition: SUCCESSFUL
195 projects:
Fatih Degirmencid48647d2019-04-10 09:36:03 +0200196 - name: 'cloud-infra-verify-engine-{os}-functest-{type}-{stream}'
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +0100197 current-parameters: true
198 predefined-parameters: |
Fatih Degirmenci9ff8c252019-03-01 15:45:57 +0100199 DISTRIBUTION=$DISTRIBUTION
Fatih Degirmenciaaf95842019-04-23 17:54:19 +0200200 DEPLOY_TYPE=$DEPLOY_TYPE
Fatih Degirmencia5099eb2019-03-21 11:25:55 +0100201 USE_PREBUILT_DEPLOYMENT_IMAGE=$USE_PREBUILT_DEPLOYMENT_IMAGE
Fatih Degirmenci9ff8c252019-03-01 15:45:57 +0100202 IPA_DIB_OS_ELEMENT=$IPA_DIB_OS_ELEMENT
203 DIB_OS_RELEASE=$DIB_OS_RELEASE
204 DIB_OS_ELEMENT=$DIB_OS_ELEMENT
Fatih Degirmenci429341c2019-04-03 11:18:28 -0700205 DEPLOY_SCENARIO=$DEPLOY_SCENARIO
206 TEST_SUITE=$TEST_SUITE
Fatih Degirmencie8bc4552019-02-15 16:20:23 +0100207 CLEANUP=$CLEANUP
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +0100208 GERRIT_PROJECT=$GERRIT_PROJECT
209 GERRIT_BRANCH=$GERRIT_BRANCH
210 GERRIT_REFSPEC=$GERRIT_REFSPEC
211 GERRIT_CHANGE_NUMBER=$GERRIT_CHANGE_NUMBER
212 GERRIT_CHANGE_COMMIT_MESSAGE=$GERRIT_CHANGE_COMMIT_MESSAGE
213 node-parameters: true
Fatih Degirmenci429341c2019-04-03 11:18:28 -0700214 kill-phase-on: FAILURE
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +0100215 abort-all-job: true
216
217- job-template:
Fatih Degirmencid48647d2019-04-10 09:36:03 +0200218 name: 'cloud-infra-verify-engine-{os}-{phase}-{type}-{stream}'
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +0100219
220 disabled: false
221
222 concurrent: true
223
224 properties:
225 - logrotate
226
227 parameters:
228 - string:
229 name: PROJECT
230 default: $GERRIT_PROJECT
231 - string:
Fatih Degirmenci9ff8c252019-03-01 15:45:57 +0100232 name: DISTRIBUTION
233 default: 'ubuntu18'
234 description: 'Distribution to use for configuring target nodes (networking etc.). Overriden by upstream job.'
235 - string:
Fatih Degirmenciaaf95842019-04-23 17:54:19 +0200236 name: DEPLOY_TYPE
237 default: 'virtual'
238 description: 'Type of the deployment. Overriden by upstream job.'
239 - string:
Fatih Degirmencia5099eb2019-03-21 11:25:55 +0100240 name: USE_PREBUILT_DEPLOYMENT_IMAGE
241 default: 'false'
242 description: 'Use prebuilt deployment image while running as part of CI/CD'
243 - string:
Fatih Degirmenci9ff8c252019-03-01 15:45:57 +0100244 name: IPA_DIB_OS_ELEMENT
245 default: 'fedora'
246 description: 'DIB OS Element to use for building the ramdisk image. Overriden by upstream job.'
247 - string:
248 name: DIB_OS_RELEASE
249 default: 'bionic'
250 description: 'DIB OS Release to use for building the deployment image to provision target nodes with. Overriden by upstream job.'
251 - string:
252 name: DIB_OS_ELEMENT
253 default: 'ubuntu-minimal'
254 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 +0100255 - string:
Fatih Degirmenci429341c2019-04-03 11:18:28 -0700256 name: DEPLOY_SCENARIO
257 default: 'k8-calico-nofeature'
258 description: 'Scenario to deploy and test'
259 - string:
260 name: TEST_FW
261 default: '{phase}'
262 description: 'Test framework to use'
263 - string:
264 name: TEST_SUITE
265 default: 'healthcheck'
266 description: 'Test suite to run'
267 - string:
Fatih Degirmenci91429362019-03-25 09:53:32 +0100268 name: TEST_REPO_URL
269 default: 'https://gerrit.nordix.org/infra/test.git'
270 description: 'URL to Nordix Cloud Infra test repository'
271 - string:
Fatih Degirmencie8bc4552019-02-15 16:20:23 +0100272 name: CLEANUP
273 default: 'false'
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +0100274
275 wrappers:
276 - build-timeout:
277 timeout: 120
278 - fix-workspace-permissions
279
280 scm:
281 - git-scm-gerrit:
282 ssh-credentials-id: nordixinfra-nordix-gerrit-ssh
283 branch: '{branch}'
284 refspec: $GERRIT_REFSPEC
285
286 builders:
Fatih Degirmenci0c0e67a2019-04-09 08:39:51 +0200287 - 'cloud-infra-{phase}-macro'
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +0100288
289# vim: set ts=2 sw=2 expandtab: