blob: e9a1aa417bc84394647bf57f76bfb40d61d48931 [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}'
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +010053
Fatih Degirmencicde0f9d2019-05-09 12:50:05 +020054 distro:
Fatih Degirmencia71174c2019-02-28 10:19:43 +010055 - ubuntu1804:
Fatih Degirmencicde0f9d2019-05-09 12:50:05 +020056 disabled: false
57 successful: false
58 failed: false
59 unstable: false
60 notbuilt: false
Fatih Degirmencia71174c2019-02-28 10:19:43 +010061 - centos7:
Fatih Degirmencif6d92e92019-06-25 11:14:22 +020062 disabled: true
Fatih Degirmencicde0f9d2019-05-09 12:50:05 +020063 successful: true
64 failed: true
65 unstable: true
66 notbuilt: true
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +010067
68 type:
69 - virtual
70
71 phase:
72 - deploy
Fatih Degirmenci429341c2019-04-03 11:18:28 -070073 - functest
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +010074
75 jobs:
Fatih Degirmencicde0f9d2019-05-09 12:50:05 +020076 - 'cloud-infra-verify-engine-{distro}-{type}-{stream}'
77 - 'cloud-infra-verify-engine-{distro}-{phase}-{type}-{stream}'
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +010078
79- job-template:
Fatih Degirmencicde0f9d2019-05-09 12:50:05 +020080 name: 'cloud-infra-verify-engine-{distro}-{type}-{stream}'
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +010081
82 project-type: multijob
83
84 disabled: '{obj:disabled}'
85
86 concurrent: true
87
88 parameters:
89 - project-parameters:
90 project: '{project}'
91 branch: '{branch}'
92 - nordix-gerrit-parameters
Fatih Degirmencic83c5272019-02-26 14:52:07 +010093 - label:
94 name: SLAVE_LABEL
Fatih Degirmenci046efef2019-04-18 14:44:57 +020095 default: 'vpod-deploy-city'
Fatih Degirmenci9ff8c252019-03-01 15:45:57 +010096 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 +010097 - string:
Fatih Degirmencicde0f9d2019-05-09 12:50:05 +020098 name: DISTRO
99 default: '{distro}'
Fatih Degirmenci9ff8c252019-03-01 15:45:57 +0100100 description: 'Distribution to use for configuring target nodes (networking etc.)'
101 - string:
Fatih Degirmenciaaf95842019-04-23 17:54:19 +0200102 name: DEPLOY_TYPE
103 default: '{type}'
104 description: 'Type of the deployment'
105 - string:
Fatih Degirmencia5099eb2019-03-21 11:25:55 +0100106 name: USE_PREBUILT_DEPLOYMENT_IMAGE
107 default: 'true'
108 description: 'Use prebuilt deployment image while running as part of CI/CD'
109 - string:
Fatih Degirmenci429341c2019-04-03 11:18:28 -0700110 name: TEST_SUITE
111 default: 'healthcheck'
112 description: 'Test suite to run'
113 - string:
Fatih Degirmenci99f4fb02019-05-08 11:40:27 +0200114 name: YARDSTICK_DISPATCHER
115 default: 'file'
116 description: 'Dispatcher to use for Yardstick reporting'
117 - string:
Fatih Degirmencie8bc4552019-02-15 16:20:23 +0100118 name: CLEANUP
119 default: 'true'
Fatih Degirmenci9ff8c252019-03-01 15:45:57 +0100120 description: 'Cleanup leftovers of the previous run'
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +0100121
122 properties:
123 - logrotate
124 - build-blocker:
125 use-build-blocker: true
126 blocking-jobs:
Fatih Degirmenci175d55d2019-05-09 15:21:22 +0200127 - 'cloud-infra-verify-engine-.*'
128 - 'cloud-infra-verify-scenario-.*'
129 - 'cloud-infra-periodic-engine-.*'
130 - '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
141
142 scm:
143 - git-scm-gerrit:
144 ssh-credentials-id: nordixinfra-nordix-gerrit-ssh
145 branch: '{branch}'
146 refspec: $GERRIT_REFSPEC
robert.tomczyk7e507872019-06-18 17:20:26 +0100147 wipe_workspace: true
148 clean_before: false
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +0100149
150 triggers:
Fatih Degirmencid888b0b2019-05-22 11:04:34 +0200151 - gerrit:
152 server-name: 'Nordix Gerrit'
153 trigger-on:
154 - patchset-created-event:
155 exclude-drafts: 'false'
156 exclude-trivial-rebase: 'false'
157 exclude-no-code-change: 'false'
158 - draft-published-event
159 - comment-added-contains-event:
160 comment-contains-value: 'recheck'
161 - comment-added-contains-event:
162 comment-contains-value: 'reverify'
163 projects:
164 - project-compare-type: 'REG_EXP'
165 project-pattern: 'infra\/engine'
166 branches:
167 - branch-compare-type: 'ANT'
168 branch-pattern: '**/{branch}'
169 file-paths:
170 - compare-type: 'ANT'
171 pattern: '**'
Fatih Degirmencicde0f9d2019-05-09 12:50:05 +0200172 skip-vote:
173 successful: '{obj:successful}'
174 failed: '{obj:failed}'
175 unstable: '{obj:unstable}'
176 notbuilt: '{obj:notbuilt}'
Fatih Degirmencid888b0b2019-05-22 11:04:34 +0200177 custom-url: '* $JOB_NAME $BUILD_URL'
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +0100178
179 builders:
Fatih Degirmencied6187c2019-05-08 08:56:52 +0200180 - 'cloud-infra-determine-scenario-macro'
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +0100181 - multijob:
182 name: deploy
183 condition: SUCCESSFUL
184 projects:
Fatih Degirmencicde0f9d2019-05-09 12:50:05 +0200185 - name: 'cloud-infra-verify-engine-{distro}-deploy-{type}-{stream}'
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +0100186 current-parameters: true
187 predefined-parameters: |
Fatih Degirmencicde0f9d2019-05-09 12:50:05 +0200188 DISTRO=$DISTRO
Fatih Degirmenciaaf95842019-04-23 17:54:19 +0200189 DEPLOY_TYPE=$DEPLOY_TYPE
Fatih Degirmencia5099eb2019-03-21 11:25:55 +0100190 USE_PREBUILT_DEPLOYMENT_IMAGE=$USE_PREBUILT_DEPLOYMENT_IMAGE
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: FAILURE
199 abort-all-job: true
200 - multijob:
Fatih Degirmenci429341c2019-04-03 11:18:28 -0700201 name: functest
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +0100202 condition: SUCCESSFUL
203 projects:
Fatih Degirmencicde0f9d2019-05-09 12:50:05 +0200204 - name: 'cloud-infra-verify-engine-{distro}-functest-{type}-{stream}'
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +0100205 current-parameters: true
206 predefined-parameters: |
Fatih Degirmencicde0f9d2019-05-09 12:50:05 +0200207 DISTRO=$DISTRO
Fatih Degirmenciaaf95842019-04-23 17:54:19 +0200208 DEPLOY_TYPE=$DEPLOY_TYPE
Fatih Degirmencia5099eb2019-03-21 11:25:55 +0100209 USE_PREBUILT_DEPLOYMENT_IMAGE=$USE_PREBUILT_DEPLOYMENT_IMAGE
Fatih Degirmenci429341c2019-04-03 11:18:28 -0700210 TEST_SUITE=$TEST_SUITE
Fatih Degirmenci99f4fb02019-05-08 11:40:27 +0200211 YARDSTICK_DISPATCHER=$YARDSTICK_DISPATCHER
Fatih Degirmencie8bc4552019-02-15 16:20:23 +0100212 CLEANUP=$CLEANUP
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +0100213 GERRIT_PROJECT=$GERRIT_PROJECT
214 GERRIT_BRANCH=$GERRIT_BRANCH
215 GERRIT_REFSPEC=$GERRIT_REFSPEC
216 GERRIT_CHANGE_NUMBER=$GERRIT_CHANGE_NUMBER
217 GERRIT_CHANGE_COMMIT_MESSAGE=$GERRIT_CHANGE_COMMIT_MESSAGE
218 node-parameters: true
Fatih Degirmenci429341c2019-04-03 11:18:28 -0700219 kill-phase-on: FAILURE
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +0100220 abort-all-job: true
221
222- job-template:
Fatih Degirmencicde0f9d2019-05-09 12:50:05 +0200223 name: 'cloud-infra-verify-engine-{distro}-{phase}-{type}-{stream}'
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +0100224
225 disabled: false
226
227 concurrent: true
228
229 properties:
230 - logrotate
231
232 parameters:
233 - string:
234 name: PROJECT
235 default: $GERRIT_PROJECT
236 - string:
Fatih Degirmencicde0f9d2019-05-09 12:50:05 +0200237 name: DISTRO
238 default: 'ubuntu1804'
Fatih Degirmenci9ff8c252019-03-01 15:45:57 +0100239 description: 'Distribution to use for configuring target nodes (networking etc.). Overriden by upstream job.'
240 - string:
Fatih Degirmenciaaf95842019-04-23 17:54:19 +0200241 name: DEPLOY_TYPE
242 default: 'virtual'
243 description: 'Type of the deployment. Overriden by upstream job.'
244 - string:
Fatih Degirmencia5099eb2019-03-21 11:25:55 +0100245 name: USE_PREBUILT_DEPLOYMENT_IMAGE
246 default: 'false'
247 description: 'Use prebuilt deployment image while running as part of CI/CD'
248 - string:
Fatih Degirmenci429341c2019-04-03 11:18:28 -0700249 name: TEST_FW
250 default: '{phase}'
251 description: 'Test framework to use'
252 - string:
253 name: TEST_SUITE
254 default: 'healthcheck'
255 description: 'Test suite to run'
256 - string:
Fatih Degirmenci91429362019-03-25 09:53:32 +0100257 name: TEST_REPO_URL
258 default: 'https://gerrit.nordix.org/infra/test.git'
259 description: 'URL to Nordix Cloud Infra test repository'
260 - string:
Fatih Degirmenci99f4fb02019-05-08 11:40:27 +0200261 name: YARDSTICK_DISPATCHER
262 default: 'file'
263 description: 'Dispatcher to use for Yardstick reporting'
264 - string:
Fatih Degirmencie8bc4552019-02-15 16:20:23 +0100265 name: CLEANUP
266 default: 'false'
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +0100267
268 wrappers:
269 - build-timeout:
270 timeout: 120
271 - fix-workspace-permissions
272
273 scm:
274 - git-scm-gerrit:
275 ssh-credentials-id: nordixinfra-nordix-gerrit-ssh
276 branch: '{branch}'
277 refspec: $GERRIT_REFSPEC
robert.tomczyk7e507872019-06-18 17:20:26 +0100278 wipe_workspace: true
279 clean_before: false
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +0100280
281 builders:
Fatih Degirmencied6187c2019-05-08 08:56:52 +0200282 - 'cloud-infra-determine-scenario-macro'
Fatih Degirmenci0c0e67a2019-04-09 08:39:51 +0200283 - 'cloud-infra-{phase}-macro'
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +0100284
285# vim: set ts=2 sw=2 expandtab: