blob: e966bf39af8204916c5e7365de80814641493436 [file] [log] [blame]
Fatih Degirmenci514c5be2019-03-29 12:30:28 +00001---
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
21#--------------------------------------------------------------------------------------
22# The jobs declared in this JJB configuration file are used for verifying cloud-infra
23# engine from the tip of the master branch periodically to check the stability of it.
24#
25# These jobs are set to run on slaves with label vpod-deploy-ubuntu1604.
26# The slaves have
27# - Ubuntu1604 as the base distro
28# - nested virtualization
29# - internet access
30# - passwordless sudo
31# - 16 CPUs/32GB RAM/200 GB Disk
32# - docker, git vim curl wget zip unzip chrony apt-transport-https ca-certificates curl
33# gnupg-agent software-properties-common docker-ce docker-ce-cli containerd.io openjdk-8-jre
34#
35# The slaves should not have a cloud infra scenario deployed on them.
36#--------------------------------------------------------------------------------------
37
38- project:
39 name: 'cloud-infra-periodic-engine'
40
41 project: 'infra/engine'
42
43 stream:
44 - 'master':
45 branch: '{stream}'
Fatih Degirmenci514c5be2019-03-29 12:30:28 +000046
Fatih Degirmencicde0f9d2019-05-09 12:50:05 +020047 distro:
Fatih Degirmenci444c6372019-07-17 11:26:23 +020048 - ubuntu1804:
49 slave-label: vpod-deploy-ubuntu1804
50 - centos7:
51 slave-label: vpod-deploy-centos7
Fatih Degirmenci514c5be2019-03-29 12:30:28 +000052
53 type:
Fatih Degirmenciaaf95842019-04-23 17:54:19 +020054 - virtual:
Fatih Degirmencic057cb42019-05-08 10:54:02 +020055 yardstick-dispatcher: 'file'
Fatih Degirmencie504a2d2019-05-08 11:38:56 +020056 build-trigger: 'H H/3 * * *'
Fatih Degirmencif6d92e92019-06-25 11:14:22 +020057 disabled: true
Fatih Degirmenci514c5be2019-03-29 12:30:28 +000058
59 phase:
Fatih Degirmenci10b2c0e2019-04-24 12:35:02 +020060 - deploy:
Fatih Degirmencie820eb12019-07-27 20:18:14 +020061 build-timeout: 90
Fatih Degirmenci10b2c0e2019-04-24 12:35:02 +020062 - functest:
63 build-timeout: 120
64 - yardstick:
65 build-timeout: 30
Fatih Degirmenci514c5be2019-03-29 12:30:28 +000066
67 jobs:
Fatih Degirmencicde0f9d2019-05-09 12:50:05 +020068 - 'cloud-infra-periodic-engine-{distro}-{type}-{stream}'
69 - 'cloud-infra-periodic-{distro}-{phase}-{type}-{stream}'
Fatih Degirmenci514c5be2019-03-29 12:30:28 +000070
71- job-template:
Fatih Degirmencicde0f9d2019-05-09 12:50:05 +020072 name: 'cloud-infra-periodic-engine-{distro}-{type}-{stream}'
Fatih Degirmenci514c5be2019-03-29 12:30:28 +000073
74 project-type: multijob
75
76 disabled: '{obj:disabled}'
77
78 concurrent: true
79
80 parameters:
81 - project-parameters:
82 project: '{project}'
83 branch: '{branch}'
84 - nordix-gerrit-parameters
85 - label:
86 name: SLAVE_LABEL
Fatih Degirmencib0b32522019-04-23 20:11:39 +020087 default: '{slave-label}'
Fatih Degirmenci514c5be2019-03-29 12:30:28 +000088 description: 'Slave label to schedule this job on. All slaves have Ubuntu1604 no matter what distro target nodes use'
89 - string:
Fatih Degirmencicde0f9d2019-05-09 12:50:05 +020090 name: DISTRO
91 default: '{distro}'
Fatih Degirmenci514c5be2019-03-29 12:30:28 +000092 description: 'Distribution to use for configuring target nodes (networking etc.)'
93 - string:
Fatih Degirmenciaaf95842019-04-23 17:54:19 +020094 name: DEPLOY_TYPE
95 default: '{type}'
96 description: 'Type of the deployment'
97 - string:
Fatih Degirmenci514c5be2019-03-29 12:30:28 +000098 name: USE_PREBUILT_DEPLOYMENT_IMAGE
99 default: 'true'
100 description: 'Use prebuilt deployment image while running as part of CI/CD'
101 - string:
Fatih Degirmenciaa5c81c2019-05-08 13:25:08 +0200102 name: INSTALLER_TYPE
103 default: 'kubespray'
104 description: 'Installer to use for deploying the scenario'
105 - string:
Fatih Degirmenci429341c2019-04-03 11:18:28 -0700106 name: DEPLOY_SCENARIO
107 default: 'k8-calico-nofeature'
108 description: 'Scenario to deploy and test'
109 - string:
110 name: TEST_SUITE
Fatih Degirmenci10b2c0e2019-04-24 12:35:02 +0200111 default: 'smoke'
Fatih Degirmenci429341c2019-04-03 11:18:28 -0700112 description: 'Test suite to run'
113 - string:
Fatih Degirmencic057cb42019-05-08 10:54:02 +0200114 name: YARDSTICK_DISPATCHER
115 default: '{yardstick-dispatcher}'
116 description: 'Dispatcher to use for Yardstick reporting'
117 - string:
Fatih Degirmenci514c5be2019-03-29 12:30:28 +0000118 name: CLEANUP
119 default: 'true'
120 description: 'Cleanup leftovers of the previous run'
121
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 Degirmenci514c5be2019-03-29 12:30:28 +0000131 block-level: 'NODE'
132 - throttle:
133 max-per-node: 1
134 max-total: 3
135 option: project
136
137 wrappers:
138 - build-timeout:
Fatih Degirmencie820eb12019-07-27 20:18:14 +0200139 timeout: 240
Fatih Degirmenci514c5be2019-03-29 12:30:28 +0000140 - fix-workspace-permissions
Fatih Degirmenci514c5be2019-03-29 12:30:28 +0000141
142 scm:
143 - git-scm:
144 ssh-credentials-id: nordixinfra-nordix-gerrit-ssh
145 branch: '{branch}'
146 refspec: ''
robert.tomczyk7e507872019-06-18 17:20:26 +0100147 wipe_workspace: true
148 clean_before: false
Fatih Degirmenci514c5be2019-03-29 12:30:28 +0000149
150 triggers:
Fatih Degirmencie504a2d2019-05-08 11:38:56 +0200151 - timed: '{build-trigger}'
Fatih Degirmenci514c5be2019-03-29 12:30:28 +0000152
153 builders:
154 - multijob:
155 name: deploy
156 condition: SUCCESSFUL
157 projects:
Fatih Degirmencicde0f9d2019-05-09 12:50:05 +0200158 - name: 'cloud-infra-periodic-{distro}-deploy-{type}-{stream}'
Fatih Degirmenci514c5be2019-03-29 12:30:28 +0000159 current-parameters: true
160 predefined-parameters: |
Fatih Degirmencicde0f9d2019-05-09 12:50:05 +0200161 DISTRO=$DISTRO
Fatih Degirmenciaaf95842019-04-23 17:54:19 +0200162 DEPLOY_TYPE=$DEPLOY_TYPE
Fatih Degirmenci514c5be2019-03-29 12:30:28 +0000163 USE_PREBUILT_DEPLOYMENT_IMAGE=$USE_PREBUILT_DEPLOYMENT_IMAGE
Fatih Degirmenciaa5c81c2019-05-08 13:25:08 +0200164 INSTALLER_TYPE=$INSTALLER_TYPE
Fatih Degirmenci429341c2019-04-03 11:18:28 -0700165 DEPLOY_SCENARIO=$DEPLOY_SCENARIO
Fatih Degirmenci514c5be2019-03-29 12:30:28 +0000166 CLEANUP=$CLEANUP
167 git-revision: true
168 node-parameters: true
169 kill-phase-on: FAILURE
170 abort-all-job: true
171 - multijob:
Fatih Degirmenci429341c2019-04-03 11:18:28 -0700172 name: functest
173 condition: ALWAYS
Fatih Degirmenci514c5be2019-03-29 12:30:28 +0000174 projects:
Fatih Degirmencicde0f9d2019-05-09 12:50:05 +0200175 - name: 'cloud-infra-periodic-{distro}-functest-{type}-{stream}'
Fatih Degirmenci514c5be2019-03-29 12:30:28 +0000176 current-parameters: true
177 predefined-parameters: |
Fatih Degirmencicde0f9d2019-05-09 12:50:05 +0200178 DISTRO=$DISTRO
Fatih Degirmenciaaf95842019-04-23 17:54:19 +0200179 DEPLOY_TYPE=$DEPLOY_TYPE
Fatih Degirmenciaa5c81c2019-05-08 13:25:08 +0200180 INSTALLER_TYPE=$INSTALLER_TYPE
Fatih Degirmenci429341c2019-04-03 11:18:28 -0700181 DEPLOY_SCENARIO=$DEPLOY_SCENARIO
182 TEST_SUITE=$TEST_SUITE
Fatih Degirmenci3df67602019-05-08 11:25:19 +0200183 YARDSTICK_DISPATCHER=$YARDSTICK_DISPATCHER
Fatih Degirmenci514c5be2019-03-29 12:30:28 +0000184 CLEANUP=$CLEANUP
185 node-parameters: true
Fatih Degirmenci429341c2019-04-03 11:18:28 -0700186 kill-phase-on: NEVER
187 abort-all-job: false
188 - multijob:
189 name: yardstick
190 condition: ALWAYS
191 projects:
Fatih Degirmencicde0f9d2019-05-09 12:50:05 +0200192 - name: 'cloud-infra-periodic-{distro}-yardstick-{type}-{stream}'
Fatih Degirmenci429341c2019-04-03 11:18:28 -0700193 current-parameters: true
194 predefined-parameters: |
Fatih Degirmencicde0f9d2019-05-09 12:50:05 +0200195 DISTRO=$DISTRO
Fatih Degirmenciaaf95842019-04-23 17:54:19 +0200196 DEPLOY_TYPE=$DEPLOY_TYPE
Fatih Degirmenciaa5c81c2019-05-08 13:25:08 +0200197 INSTALLER_TYPE=$INSTALLER_TYPE
Fatih Degirmenci429341c2019-04-03 11:18:28 -0700198 DEPLOY_SCENARIO=$DEPLOY_SCENARIO
199 TEST_SUITE=$TEST_SUITE
Fatih Degirmencic057cb42019-05-08 10:54:02 +0200200 YARDSTICK_DISPATCHER=$YARDSTICK_DISPATCHER
Fatih Degirmenci429341c2019-04-03 11:18:28 -0700201 CLEANUP=$CLEANUP
202 node-parameters: true
203 kill-phase-on: NEVER
204 abort-all-job: false
Fatih Degirmenci514c5be2019-03-29 12:30:28 +0000205
206- job-template:
Fatih Degirmencicde0f9d2019-05-09 12:50:05 +0200207 name: 'cloud-infra-periodic-{distro}-{phase}-{type}-{stream}'
Fatih Degirmenci514c5be2019-03-29 12:30:28 +0000208
209 disabled: false
210
211 concurrent: true
212
213 properties:
214 - logrotate
215
216 parameters:
217 - string:
218 name: PROJECT
219 default: $GERRIT_PROJECT
220 - string:
Fatih Degirmencicde0f9d2019-05-09 12:50:05 +0200221 name: DISTRO
222 default: 'ubuntu1804'
Fatih Degirmenci514c5be2019-03-29 12:30:28 +0000223 description: 'Distribution to use for configuring target nodes (networking etc.). Overriden by upstream job.'
224 - string:
Fatih Degirmenciaaf95842019-04-23 17:54:19 +0200225 name: DEPLOY_TYPE
226 default: 'virtual'
227 description: 'Type of the deployment. Overriden by upstream job.'
228 - string:
Fatih Degirmenci514c5be2019-03-29 12:30:28 +0000229 name: USE_PREBUILT_DEPLOYMENT_IMAGE
230 default: 'false'
231 description: 'Use prebuilt deployment image while running as part of CI/CD'
232 - string:
Wenqing Gu2a4475b2019-04-12 09:52:40 +0200233 name: ENGINE_ANSIBLE_PARAMS
Fatih Degirmenci92419382019-04-17 19:20:21 +0200234 default: ' -v '
Wenqing Gu2a4475b2019-04-12 09:52:40 +0200235 description: 'Extra paramters that can be added when run the play books.'
236 - string:
Fatih Degirmenciaa5c81c2019-05-08 13:25:08 +0200237 name: INSTALLER_TYPE
238 default: 'kubespray'
239 description: 'Installer to use for deploying the scenario'
240 - string:
Fatih Degirmenci429341c2019-04-03 11:18:28 -0700241 name: DEPLOY_SCENARIO
242 default: 'k8-calico-nofeature'
243 description: 'Scenario to deploy and test'
244 - string:
245 name: TEST_FW
246 default: '{phase}'
247 description: 'Test framework to use'
248 - string:
249 name: TEST_SUITE
Fatih Degirmenci10b2c0e2019-04-24 12:35:02 +0200250 default: 'smoke'
Fatih Degirmenci429341c2019-04-03 11:18:28 -0700251 description: 'Test suite to run'
252 - string:
Fatih Degirmenci514c5be2019-03-29 12:30:28 +0000253 name: TEST_REPO_URL
254 default: 'https://gerrit.nordix.org/infra/test.git'
255 description: 'URL to Nordix Cloud Infra test repository'
256 - string:
Fatih Degirmencic057cb42019-05-08 10:54:02 +0200257 name: YARDSTICK_DISPATCHER
258 default: 'file'
259 description: 'Dispatcher to use for Yardstick reporting'
260 - string:
Fatih Degirmenci514c5be2019-03-29 12:30:28 +0000261 name: CLEANUP
262 default: 'false'
263
264 wrappers:
265 - build-timeout:
Fatih Degirmenci10b2c0e2019-04-24 12:35:02 +0200266 timeout: '{build-timeout}'
Fatih Degirmenci514c5be2019-03-29 12:30:28 +0000267 - fix-workspace-permissions
268
269 scm:
270 - git-scm:
271 ssh-credentials-id: nordixinfra-nordix-gerrit-ssh
272 branch: '{branch}'
273 refspec: ''
robert.tomczyk7e507872019-06-18 17:20:26 +0100274 wipe_workspace: true
275 clean_before: false
Fatih Degirmenci514c5be2019-03-29 12:30:28 +0000276
277 builders:
Fatih Degirmenci0c0e67a2019-04-09 08:39:51 +0200278 - 'cloud-infra-{phase}-macro'
Fatih Degirmenci514c5be2019-03-29 12:30:28 +0000279
280# vim: set ts=2 sw=2 expandtab: