blob: 18f106bb84f59218edc92e4e23e2123bac6ee8b8 [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 Degirmencicde0f9d2019-05-09 12:50:05 +020055 distro:
Fatih Degirmencia71174c2019-02-28 10:19:43 +010056 - ubuntu1804:
Fatih Degirmencicde0f9d2019-05-09 12:50:05 +020057 disabled: false
58 successful: false
59 failed: false
60 unstable: false
61 notbuilt: false
Fatih Degirmencia71174c2019-02-28 10:19:43 +010062 - centos7:
Fatih Degirmencicde0f9d2019-05-09 12:50:05 +020063 disabled: false
64 successful: true
65 failed: true
66 unstable: true
67 notbuilt: true
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 Degirmencicde0f9d2019-05-09 12:50:05 +020077 - 'cloud-infra-verify-engine-{distro}-{type}-{stream}'
78 - 'cloud-infra-verify-engine-{distro}-{phase}-{type}-{stream}'
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +010079
80- job-template:
Fatih Degirmencicde0f9d2019-05-09 12:50:05 +020081 name: 'cloud-infra-verify-engine-{distro}-{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 Degirmencicde0f9d2019-05-09 12:50:05 +020099 name: DISTRO
100 default: '{distro}'
Fatih Degirmenci9ff8c252019-03-01 15:45:57 +0100101 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 Degirmenci429341c2019-04-03 11:18:28 -0700111 name: TEST_SUITE
112 default: 'healthcheck'
113 description: 'Test suite to run'
114 - string:
Fatih Degirmenci99f4fb02019-05-08 11:40:27 +0200115 name: YARDSTICK_DISPATCHER
116 default: 'file'
117 description: 'Dispatcher to use for Yardstick reporting'
118 - string:
Fatih Degirmencie8bc4552019-02-15 16:20:23 +0100119 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 Degirmenci175d55d2019-05-09 15:21:22 +0200128 - 'cloud-infra-verify-engine-.*'
129 - 'cloud-infra-verify-scenario-.*'
130 - 'cloud-infra-periodic-engine-.*'
131 - '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
142
143 scm:
144 - git-scm-gerrit:
145 ssh-credentials-id: nordixinfra-nordix-gerrit-ssh
146 branch: '{branch}'
147 refspec: $GERRIT_REFSPEC
robert.tomczyk7e507872019-06-18 17:20:26 +0100148 wipe_workspace: true
149 clean_before: false
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +0100150
151 triggers:
Fatih Degirmencid888b0b2019-05-22 11:04:34 +0200152 - gerrit:
153 server-name: 'Nordix Gerrit'
154 trigger-on:
155 - patchset-created-event:
156 exclude-drafts: 'false'
157 exclude-trivial-rebase: 'false'
158 exclude-no-code-change: 'false'
159 - draft-published-event
160 - comment-added-contains-event:
161 comment-contains-value: 'recheck'
162 - comment-added-contains-event:
163 comment-contains-value: 'reverify'
164 projects:
165 - project-compare-type: 'REG_EXP'
166 project-pattern: 'infra\/engine'
167 branches:
168 - branch-compare-type: 'ANT'
169 branch-pattern: '**/{branch}'
170 file-paths:
171 - compare-type: 'ANT'
172 pattern: '**'
Fatih Degirmencicde0f9d2019-05-09 12:50:05 +0200173 skip-vote:
174 successful: '{obj:successful}'
175 failed: '{obj:failed}'
176 unstable: '{obj:unstable}'
177 notbuilt: '{obj:notbuilt}'
Fatih Degirmencid888b0b2019-05-22 11:04:34 +0200178 custom-url: '* $JOB_NAME $BUILD_URL'
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +0100179
180 builders:
Fatih Degirmencied6187c2019-05-08 08:56:52 +0200181 - 'cloud-infra-determine-scenario-macro'
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +0100182 - multijob:
183 name: deploy
184 condition: SUCCESSFUL
185 projects:
Fatih Degirmencicde0f9d2019-05-09 12:50:05 +0200186 - name: 'cloud-infra-verify-engine-{distro}-deploy-{type}-{stream}'
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +0100187 current-parameters: true
188 predefined-parameters: |
Fatih Degirmencicde0f9d2019-05-09 12:50:05 +0200189 DISTRO=$DISTRO
Fatih Degirmenciaaf95842019-04-23 17:54:19 +0200190 DEPLOY_TYPE=$DEPLOY_TYPE
Fatih Degirmencia5099eb2019-03-21 11:25:55 +0100191 USE_PREBUILT_DEPLOYMENT_IMAGE=$USE_PREBUILT_DEPLOYMENT_IMAGE
Fatih Degirmencie8bc4552019-02-15 16:20:23 +0100192 CLEANUP=$CLEANUP
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +0100193 GERRIT_PROJECT=$GERRIT_PROJECT
194 GERRIT_BRANCH=$GERRIT_BRANCH
195 GERRIT_REFSPEC=$GERRIT_REFSPEC
196 GERRIT_CHANGE_NUMBER=$GERRIT_CHANGE_NUMBER
197 GERRIT_CHANGE_COMMIT_MESSAGE=$GERRIT_CHANGE_COMMIT_MESSAGE
198 node-parameters: true
199 kill-phase-on: FAILURE
200 abort-all-job: true
201 - multijob:
Fatih Degirmenci429341c2019-04-03 11:18:28 -0700202 name: functest
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +0100203 condition: SUCCESSFUL
204 projects:
Fatih Degirmencicde0f9d2019-05-09 12:50:05 +0200205 - name: 'cloud-infra-verify-engine-{distro}-functest-{type}-{stream}'
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +0100206 current-parameters: true
207 predefined-parameters: |
Fatih Degirmencicde0f9d2019-05-09 12:50:05 +0200208 DISTRO=$DISTRO
Fatih Degirmenciaaf95842019-04-23 17:54:19 +0200209 DEPLOY_TYPE=$DEPLOY_TYPE
Fatih Degirmencia5099eb2019-03-21 11:25:55 +0100210 USE_PREBUILT_DEPLOYMENT_IMAGE=$USE_PREBUILT_DEPLOYMENT_IMAGE
Fatih Degirmenci429341c2019-04-03 11:18:28 -0700211 TEST_SUITE=$TEST_SUITE
Fatih Degirmenci99f4fb02019-05-08 11:40:27 +0200212 YARDSTICK_DISPATCHER=$YARDSTICK_DISPATCHER
Fatih Degirmencie8bc4552019-02-15 16:20:23 +0100213 CLEANUP=$CLEANUP
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +0100214 GERRIT_PROJECT=$GERRIT_PROJECT
215 GERRIT_BRANCH=$GERRIT_BRANCH
216 GERRIT_REFSPEC=$GERRIT_REFSPEC
217 GERRIT_CHANGE_NUMBER=$GERRIT_CHANGE_NUMBER
218 GERRIT_CHANGE_COMMIT_MESSAGE=$GERRIT_CHANGE_COMMIT_MESSAGE
219 node-parameters: true
Fatih Degirmenci429341c2019-04-03 11:18:28 -0700220 kill-phase-on: FAILURE
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +0100221 abort-all-job: true
222
223- job-template:
Fatih Degirmencicde0f9d2019-05-09 12:50:05 +0200224 name: 'cloud-infra-verify-engine-{distro}-{phase}-{type}-{stream}'
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +0100225
226 disabled: false
227
228 concurrent: true
229
230 properties:
231 - logrotate
232
233 parameters:
234 - string:
235 name: PROJECT
236 default: $GERRIT_PROJECT
237 - string:
Fatih Degirmencicde0f9d2019-05-09 12:50:05 +0200238 name: DISTRO
239 default: 'ubuntu1804'
Fatih Degirmenci9ff8c252019-03-01 15:45:57 +0100240 description: 'Distribution to use for configuring target nodes (networking etc.). Overriden by upstream job.'
241 - string:
Fatih Degirmenciaaf95842019-04-23 17:54:19 +0200242 name: DEPLOY_TYPE
243 default: 'virtual'
244 description: 'Type of the deployment. Overriden by upstream job.'
245 - string:
Fatih Degirmencia5099eb2019-03-21 11:25:55 +0100246 name: USE_PREBUILT_DEPLOYMENT_IMAGE
247 default: 'false'
248 description: 'Use prebuilt deployment image while running as part of CI/CD'
249 - string:
Fatih Degirmenci429341c2019-04-03 11:18:28 -0700250 name: TEST_FW
251 default: '{phase}'
252 description: 'Test framework to use'
253 - string:
254 name: TEST_SUITE
255 default: 'healthcheck'
256 description: 'Test suite to run'
257 - string:
Fatih Degirmenci91429362019-03-25 09:53:32 +0100258 name: TEST_REPO_URL
259 default: 'https://gerrit.nordix.org/infra/test.git'
260 description: 'URL to Nordix Cloud Infra test repository'
261 - string:
Fatih Degirmenci99f4fb02019-05-08 11:40:27 +0200262 name: YARDSTICK_DISPATCHER
263 default: 'file'
264 description: 'Dispatcher to use for Yardstick reporting'
265 - string:
Fatih Degirmencie8bc4552019-02-15 16:20:23 +0100266 name: CLEANUP
267 default: 'false'
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +0100268
269 wrappers:
270 - build-timeout:
271 timeout: 120
272 - fix-workspace-permissions
273
274 scm:
275 - git-scm-gerrit:
276 ssh-credentials-id: nordixinfra-nordix-gerrit-ssh
277 branch: '{branch}'
278 refspec: $GERRIT_REFSPEC
robert.tomczyk7e507872019-06-18 17:20:26 +0100279 wipe_workspace: true
280 clean_before: false
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +0100281
282 builders:
Fatih Degirmencied6187c2019-05-08 08:56:52 +0200283 - 'cloud-infra-determine-scenario-macro'
Fatih Degirmenci0c0e67a2019-04-09 08:39:51 +0200284 - 'cloud-infra-{phase}-macro'
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +0100285
286# vim: set ts=2 sw=2 expandtab: