blob: 25e55dd324be0fe45e9ec6756e397cdd828deab9 [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: TEST_SUITE
124 default: 'healthcheck'
125 description: 'Test suite to run'
126 - string:
Fatih Degirmencie8bc4552019-02-15 16:20:23 +0100127 name: CLEANUP
128 default: 'true'
Fatih Degirmenci9ff8c252019-03-01 15:45:57 +0100129 description: 'Cleanup leftovers of the previous run'
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +0100130
131 properties:
132 - logrotate
133 - build-blocker:
134 use-build-blocker: true
135 blocking-jobs:
Fatih Degirmencid7f06a82019-03-23 12:54:45 +0100136 - 'cloud-infra-verify-engine-{os}-.*'
Fatih Degirmencid48647d2019-04-10 09:36:03 +0200137 - 'cloud-infra-verify-scenario-{os}-.*'
Fatih Degirmenci514c5be2019-03-29 12:30:28 +0000138 - 'cloud-infra-periodic-engine-{os}-.*'
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +0100139 - 'cloud-infra-os-.*'
140 - 'cloud-infra-k8-.*'
Fatih Degirmenci885498a2019-02-26 11:02:36 +0100141 block-level: 'NODE'
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +0100142 - throttle:
143 max-per-node: 1
Fatih Degirmenci885498a2019-02-26 11:02:36 +0100144 max-total: 3
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +0100145 option: project
146
147 wrappers:
148 - build-timeout:
149 timeout: 120
150 - fix-workspace-permissions
151
152 scm:
153 - git-scm-gerrit:
154 ssh-credentials-id: nordixinfra-nordix-gerrit-ssh
155 branch: '{branch}'
156 refspec: $GERRIT_REFSPEC
157
158 triggers:
159 - nordix-gerrit-trigger-patchset-created:
Fatih Degirmencid7f06a82019-03-23 12:54:45 +0100160 project: 'infra\/engine'
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +0100161 branch: '{branch}'
162 files: '**'
163
164 builders:
Fatih Degirmencied6187c2019-05-08 08:56:52 +0200165 - 'cloud-infra-determine-scenario-macro'
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +0100166 - multijob:
167 name: deploy
168 condition: SUCCESSFUL
169 projects:
Fatih Degirmencid48647d2019-04-10 09:36:03 +0200170 - name: 'cloud-infra-verify-engine-{os}-deploy-{type}-{stream}'
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +0100171 current-parameters: true
172 predefined-parameters: |
Fatih Degirmenci9ff8c252019-03-01 15:45:57 +0100173 DISTRIBUTION=$DISTRIBUTION
Fatih Degirmenciaaf95842019-04-23 17:54:19 +0200174 DEPLOY_TYPE=$DEPLOY_TYPE
Fatih Degirmencia5099eb2019-03-21 11:25:55 +0100175 USE_PREBUILT_DEPLOYMENT_IMAGE=$USE_PREBUILT_DEPLOYMENT_IMAGE
Fatih Degirmenci9ff8c252019-03-01 15:45:57 +0100176 IPA_DIB_OS_ELEMENT=$IPA_DIB_OS_ELEMENT
177 DIB_OS_RELEASE=$DIB_OS_RELEASE
178 DIB_OS_ELEMENT=$DIB_OS_ELEMENT
Fatih Degirmencie8bc4552019-02-15 16:20:23 +0100179 CLEANUP=$CLEANUP
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +0100180 GERRIT_PROJECT=$GERRIT_PROJECT
181 GERRIT_BRANCH=$GERRIT_BRANCH
182 GERRIT_REFSPEC=$GERRIT_REFSPEC
183 GERRIT_CHANGE_NUMBER=$GERRIT_CHANGE_NUMBER
184 GERRIT_CHANGE_COMMIT_MESSAGE=$GERRIT_CHANGE_COMMIT_MESSAGE
185 node-parameters: true
186 kill-phase-on: FAILURE
187 abort-all-job: true
188 - multijob:
Fatih Degirmenci429341c2019-04-03 11:18:28 -0700189 name: functest
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +0100190 condition: SUCCESSFUL
191 projects:
Fatih Degirmencid48647d2019-04-10 09:36:03 +0200192 - name: 'cloud-infra-verify-engine-{os}-functest-{type}-{stream}'
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +0100193 current-parameters: true
194 predefined-parameters: |
Fatih Degirmenci9ff8c252019-03-01 15:45:57 +0100195 DISTRIBUTION=$DISTRIBUTION
Fatih Degirmenciaaf95842019-04-23 17:54:19 +0200196 DEPLOY_TYPE=$DEPLOY_TYPE
Fatih Degirmencia5099eb2019-03-21 11:25:55 +0100197 USE_PREBUILT_DEPLOYMENT_IMAGE=$USE_PREBUILT_DEPLOYMENT_IMAGE
Fatih Degirmenci9ff8c252019-03-01 15:45:57 +0100198 IPA_DIB_OS_ELEMENT=$IPA_DIB_OS_ELEMENT
199 DIB_OS_RELEASE=$DIB_OS_RELEASE
200 DIB_OS_ELEMENT=$DIB_OS_ELEMENT
Fatih Degirmenci429341c2019-04-03 11:18:28 -0700201 TEST_SUITE=$TEST_SUITE
Fatih Degirmencie8bc4552019-02-15 16:20:23 +0100202 CLEANUP=$CLEANUP
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +0100203 GERRIT_PROJECT=$GERRIT_PROJECT
204 GERRIT_BRANCH=$GERRIT_BRANCH
205 GERRIT_REFSPEC=$GERRIT_REFSPEC
206 GERRIT_CHANGE_NUMBER=$GERRIT_CHANGE_NUMBER
207 GERRIT_CHANGE_COMMIT_MESSAGE=$GERRIT_CHANGE_COMMIT_MESSAGE
208 node-parameters: true
Fatih Degirmenci429341c2019-04-03 11:18:28 -0700209 kill-phase-on: FAILURE
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +0100210 abort-all-job: true
211
212- job-template:
Fatih Degirmencid48647d2019-04-10 09:36:03 +0200213 name: 'cloud-infra-verify-engine-{os}-{phase}-{type}-{stream}'
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +0100214
215 disabled: false
216
217 concurrent: true
218
219 properties:
220 - logrotate
221
222 parameters:
223 - string:
224 name: PROJECT
225 default: $GERRIT_PROJECT
226 - string:
Fatih Degirmenci9ff8c252019-03-01 15:45:57 +0100227 name: DISTRIBUTION
228 default: 'ubuntu18'
229 description: 'Distribution to use for configuring target nodes (networking etc.). Overriden by upstream job.'
230 - string:
Fatih Degirmenciaaf95842019-04-23 17:54:19 +0200231 name: DEPLOY_TYPE
232 default: 'virtual'
233 description: 'Type of the deployment. Overriden by upstream job.'
234 - string:
Fatih Degirmencia5099eb2019-03-21 11:25:55 +0100235 name: USE_PREBUILT_DEPLOYMENT_IMAGE
236 default: 'false'
237 description: 'Use prebuilt deployment image while running as part of CI/CD'
238 - string:
Fatih Degirmenci9ff8c252019-03-01 15:45:57 +0100239 name: IPA_DIB_OS_ELEMENT
240 default: 'fedora'
241 description: 'DIB OS Element to use for building the ramdisk image. Overriden by upstream job.'
242 - string:
243 name: DIB_OS_RELEASE
244 default: 'bionic'
245 description: 'DIB OS Release to use for building the deployment image to provision target nodes with. Overriden by upstream job.'
246 - string:
247 name: DIB_OS_ELEMENT
248 default: 'ubuntu-minimal'
249 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 +0100250 - string:
Fatih Degirmenci429341c2019-04-03 11:18:28 -0700251 name: TEST_FW
252 default: '{phase}'
253 description: 'Test framework to use'
254 - string:
255 name: TEST_SUITE
256 default: 'healthcheck'
257 description: 'Test suite to run'
258 - string:
Fatih Degirmenci91429362019-03-25 09:53:32 +0100259 name: TEST_REPO_URL
260 default: 'https://gerrit.nordix.org/infra/test.git'
261 description: 'URL to Nordix Cloud Infra test repository'
262 - string:
Fatih Degirmencie8bc4552019-02-15 16:20:23 +0100263 name: CLEANUP
264 default: 'false'
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +0100265
266 wrappers:
267 - build-timeout:
268 timeout: 120
269 - fix-workspace-permissions
270
271 scm:
272 - git-scm-gerrit:
273 ssh-credentials-id: nordixinfra-nordix-gerrit-ssh
274 branch: '{branch}'
275 refspec: $GERRIT_REFSPEC
276
277 builders:
Fatih Degirmencied6187c2019-05-08 08:56:52 +0200278 - 'cloud-infra-determine-scenario-macro'
Fatih Degirmenci0c0e67a2019-04-09 08:39:51 +0200279 - 'cloud-infra-{phase}-macro'
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +0100280
281# vim: set ts=2 sw=2 expandtab: