blob: 34bd879aac1e950f52f8a91f0ef6b44b607460d5 [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 Degirmencie28fcbf2019-07-17 11:19:11 +020056 slave-label: vpod-deploy-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 Degirmencie28fcbf2019-07-17 11:19:11 +020063 slave-label: vpod-deploy-centos7
Fatih Degirmencif6d92e92019-06-25 11:14:22 +020064 disabled: true
Fatih Degirmencicde0f9d2019-05-09 12:50:05 +020065 successful: true
66 failed: true
67 unstable: true
68 notbuilt: true
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +010069
70 type:
71 - virtual
72
73 phase:
Fatih Degirmencie820eb12019-07-27 20:18:14 +020074 - deploy:
75 build-timeout: 90
76 - functest:
77 build-timeout: 30
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +010078
79 jobs:
Fatih Degirmencicde0f9d2019-05-09 12:50:05 +020080 - 'cloud-infra-verify-engine-{distro}-{type}-{stream}'
81 - 'cloud-infra-verify-engine-{distro}-{phase}-{type}-{stream}'
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +010082
83- job-template:
Fatih Degirmencicde0f9d2019-05-09 12:50:05 +020084 name: 'cloud-infra-verify-engine-{distro}-{type}-{stream}'
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +010085
86 project-type: multijob
87
88 disabled: '{obj:disabled}'
89
90 concurrent: true
91
92 parameters:
93 - project-parameters:
94 project: '{project}'
95 branch: '{branch}'
96 - nordix-gerrit-parameters
Fatih Degirmencic83c5272019-02-26 14:52:07 +010097 - label:
98 name: SLAVE_LABEL
Fatih Degirmencie28fcbf2019-07-17 11:19:11 +020099 default: '{slave-label}'
Fatih Degirmenci9ff8c252019-03-01 15:45:57 +0100100 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 +0100101 - string:
Fatih Degirmencicde0f9d2019-05-09 12:50:05 +0200102 name: DISTRO
103 default: '{distro}'
Fatih Degirmenci9ff8c252019-03-01 15:45:57 +0100104 description: 'Distribution to use for configuring target nodes (networking etc.)'
105 - string:
Fatih Degirmenciaaf95842019-04-23 17:54:19 +0200106 name: DEPLOY_TYPE
107 default: '{type}'
108 description: 'Type of the deployment'
109 - string:
Fatih Degirmencia5099eb2019-03-21 11:25:55 +0100110 name: USE_PREBUILT_DEPLOYMENT_IMAGE
111 default: 'true'
112 description: 'Use prebuilt deployment image while running as part of CI/CD'
113 - string:
Fatih Degirmenci429341c2019-04-03 11:18:28 -0700114 name: TEST_SUITE
115 default: 'healthcheck'
116 description: 'Test suite to run'
117 - string:
Fatih Degirmenci99f4fb02019-05-08 11:40:27 +0200118 name: YARDSTICK_DISPATCHER
119 default: 'file'
120 description: 'Dispatcher to use for Yardstick reporting'
121 - string:
Fatih Degirmencie8bc4552019-02-15 16:20:23 +0100122 name: CLEANUP
123 default: 'true'
Fatih Degirmenci9ff8c252019-03-01 15:45:57 +0100124 description: 'Cleanup leftovers of the previous run'
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +0100125
126 properties:
127 - logrotate
128 - build-blocker:
129 use-build-blocker: true
130 blocking-jobs:
Fatih Degirmenci175d55d2019-05-09 15:21:22 +0200131 - 'cloud-infra-verify-engine-.*'
132 - 'cloud-infra-verify-scenario-.*'
133 - 'cloud-infra-periodic-engine-.*'
134 - 'k8-.*'
Fatih Degirmencie9217382019-10-01 16:41:46 +0200135 - 'nolabs-.*'
Fatih Degirmenci885498a2019-02-26 11:02:36 +0100136 block-level: 'NODE'
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +0100137 - throttle:
138 max-per-node: 1
Fatih Degirmenci885498a2019-02-26 11:02:36 +0100139 max-total: 3
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +0100140 option: project
141
142 wrappers:
Fatih Degirmenci3fd05cd2019-08-28 09:05:15 +0000143 - credentials-binding:
144 - file:
145 credential-id: est-jenkins-openrcfile-city-karlskrona-onap
146 variable: OPENRC_FILE
147 - mask-passwords
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +0100148 - build-timeout:
149 timeout: 120
150 - fix-workspace-permissions
Fatih Degirmenci20aedd62019-07-19 15:52:21 +0200151 - openstack:
152 single-use: True
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +0100153
154 scm:
155 - git-scm-gerrit:
156 ssh-credentials-id: nordixinfra-nordix-gerrit-ssh
157 branch: '{branch}'
158 refspec: $GERRIT_REFSPEC
robert.tomczyk7e507872019-06-18 17:20:26 +0100159 wipe_workspace: true
160 clean_before: false
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +0100161
162 triggers:
Fatih Degirmencid888b0b2019-05-22 11:04:34 +0200163 - gerrit:
164 server-name: 'Nordix Gerrit'
165 trigger-on:
166 - patchset-created-event:
167 exclude-drafts: 'false'
168 exclude-trivial-rebase: 'false'
169 exclude-no-code-change: 'false'
170 - draft-published-event
171 - comment-added-contains-event:
172 comment-contains-value: 'recheck'
173 - comment-added-contains-event:
174 comment-contains-value: 'reverify'
175 projects:
176 - project-compare-type: 'REG_EXP'
177 project-pattern: 'infra\/engine'
178 branches:
179 - branch-compare-type: 'ANT'
180 branch-pattern: '**/{branch}'
181 file-paths:
182 - compare-type: 'ANT'
183 pattern: '**'
Fatih Degirmencicde0f9d2019-05-09 12:50:05 +0200184 skip-vote:
185 successful: '{obj:successful}'
186 failed: '{obj:failed}'
187 unstable: '{obj:unstable}'
188 notbuilt: '{obj:notbuilt}'
Fatih Degirmencid888b0b2019-05-22 11:04:34 +0200189 custom-url: '* $JOB_NAME $BUILD_URL'
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +0100190
191 builders:
Fatih Degirmenci3fd05cd2019-08-28 09:05:15 +0000192 - shell: |
193 #!/bin/bash
194 cp $OPENRC_FILE /tmp/openrc
Fatih Degirmencied6187c2019-05-08 08:56:52 +0200195 - 'cloud-infra-determine-scenario-macro'
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +0100196 - multijob:
197 name: deploy
198 condition: SUCCESSFUL
199 projects:
Fatih Degirmencicde0f9d2019-05-09 12:50:05 +0200200 - name: 'cloud-infra-verify-engine-{distro}-deploy-{type}-{stream}'
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +0100201 current-parameters: true
202 predefined-parameters: |
Fatih Degirmencicde0f9d2019-05-09 12:50:05 +0200203 DISTRO=$DISTRO
Fatih Degirmenciaaf95842019-04-23 17:54:19 +0200204 DEPLOY_TYPE=$DEPLOY_TYPE
Fatih Degirmencia5099eb2019-03-21 11:25:55 +0100205 USE_PREBUILT_DEPLOYMENT_IMAGE=$USE_PREBUILT_DEPLOYMENT_IMAGE
Fatih Degirmencie8bc4552019-02-15 16:20:23 +0100206 CLEANUP=$CLEANUP
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +0100207 GERRIT_PROJECT=$GERRIT_PROJECT
208 GERRIT_BRANCH=$GERRIT_BRANCH
209 GERRIT_REFSPEC=$GERRIT_REFSPEC
210 GERRIT_CHANGE_NUMBER=$GERRIT_CHANGE_NUMBER
211 GERRIT_CHANGE_COMMIT_MESSAGE=$GERRIT_CHANGE_COMMIT_MESSAGE
212 node-parameters: true
213 kill-phase-on: FAILURE
214 abort-all-job: true
215 - multijob:
Fatih Degirmenci429341c2019-04-03 11:18:28 -0700216 name: functest
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +0100217 condition: SUCCESSFUL
218 projects:
Fatih Degirmencicde0f9d2019-05-09 12:50:05 +0200219 - name: 'cloud-infra-verify-engine-{distro}-functest-{type}-{stream}'
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +0100220 current-parameters: true
221 predefined-parameters: |
Fatih Degirmencicde0f9d2019-05-09 12:50:05 +0200222 DISTRO=$DISTRO
Fatih Degirmenciaaf95842019-04-23 17:54:19 +0200223 DEPLOY_TYPE=$DEPLOY_TYPE
Fatih Degirmencia5099eb2019-03-21 11:25:55 +0100224 USE_PREBUILT_DEPLOYMENT_IMAGE=$USE_PREBUILT_DEPLOYMENT_IMAGE
Fatih Degirmenci429341c2019-04-03 11:18:28 -0700225 TEST_SUITE=$TEST_SUITE
Fatih Degirmenci99f4fb02019-05-08 11:40:27 +0200226 YARDSTICK_DISPATCHER=$YARDSTICK_DISPATCHER
Fatih Degirmencie8bc4552019-02-15 16:20:23 +0100227 CLEANUP=$CLEANUP
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +0100228 GERRIT_PROJECT=$GERRIT_PROJECT
229 GERRIT_BRANCH=$GERRIT_BRANCH
230 GERRIT_REFSPEC=$GERRIT_REFSPEC
231 GERRIT_CHANGE_NUMBER=$GERRIT_CHANGE_NUMBER
232 GERRIT_CHANGE_COMMIT_MESSAGE=$GERRIT_CHANGE_COMMIT_MESSAGE
233 node-parameters: true
Fatih Degirmenci429341c2019-04-03 11:18:28 -0700234 kill-phase-on: FAILURE
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +0100235 abort-all-job: true
236
237- job-template:
Fatih Degirmencicde0f9d2019-05-09 12:50:05 +0200238 name: 'cloud-infra-verify-engine-{distro}-{phase}-{type}-{stream}'
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +0100239
240 disabled: false
241
242 concurrent: true
243
244 properties:
245 - logrotate
246
247 parameters:
248 - string:
249 name: PROJECT
250 default: $GERRIT_PROJECT
251 - string:
Fatih Degirmencicde0f9d2019-05-09 12:50:05 +0200252 name: DISTRO
253 default: 'ubuntu1804'
Fatih Degirmenci9ff8c252019-03-01 15:45:57 +0100254 description: 'Distribution to use for configuring target nodes (networking etc.). Overriden by upstream job.'
255 - string:
Fatih Degirmenciaaf95842019-04-23 17:54:19 +0200256 name: DEPLOY_TYPE
257 default: 'virtual'
258 description: 'Type of the deployment. Overriden by upstream job.'
259 - string:
Fatih Degirmencia5099eb2019-03-21 11:25:55 +0100260 name: USE_PREBUILT_DEPLOYMENT_IMAGE
261 default: 'false'
262 description: 'Use prebuilt deployment image while running as part of CI/CD'
263 - string:
Fatih Degirmenci429341c2019-04-03 11:18:28 -0700264 name: TEST_FW
265 default: '{phase}'
266 description: 'Test framework to use'
267 - string:
268 name: TEST_SUITE
269 default: 'healthcheck'
270 description: 'Test suite to run'
271 - string:
Fatih Degirmenci91429362019-03-25 09:53:32 +0100272 name: TEST_REPO_URL
273 default: 'https://gerrit.nordix.org/infra/test.git'
274 description: 'URL to Nordix Cloud Infra test repository'
275 - string:
Fatih Degirmenci99f4fb02019-05-08 11:40:27 +0200276 name: YARDSTICK_DISPATCHER
277 default: 'file'
278 description: 'Dispatcher to use for Yardstick reporting'
279 - string:
Fatih Degirmencie8bc4552019-02-15 16:20:23 +0100280 name: CLEANUP
281 default: 'false'
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +0100282
283 wrappers:
Fatih Degirmenci3fd05cd2019-08-28 09:05:15 +0000284 - credentials-binding:
285 - file:
286 credential-id: est-jenkins-openrcfile-city-karlskrona-onap
287 variable: OPENRC_FILE
288 - mask-passwords
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +0100289 - build-timeout:
Fatih Degirmencie820eb12019-07-27 20:18:14 +0200290 timeout: '{build-timeout}'
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +0100291 - fix-workspace-permissions
292
293 scm:
294 - git-scm-gerrit:
295 ssh-credentials-id: nordixinfra-nordix-gerrit-ssh
296 branch: '{branch}'
297 refspec: $GERRIT_REFSPEC
robert.tomczyk7e507872019-06-18 17:20:26 +0100298 wipe_workspace: true
299 clean_before: false
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +0100300
301 builders:
Fatih Degirmencied6187c2019-05-08 08:56:52 +0200302 - 'cloud-infra-determine-scenario-macro'
Fatih Degirmenci0c0e67a2019-04-09 08:39:51 +0200303 - 'cloud-infra-{phase}-macro'
Fatih Degirmenci6b4d2852019-02-07 11:24:29 +0100304
305# vim: set ts=2 sw=2 expandtab: