blob: ab725eefd5d373021102ddb69c81f1c3caef64e0 [file] [log] [blame]
Fatih Degirmencid48647d2019-04-10 09:36:03 +02001---
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 patches
23# that are sent to the repositories below
24# - cloud-infra/swconfig
25#
26# These jobs verify changes that
27# - implement new scenarios or fix bugs in the existing scenarios
28#
29# These jobs are set to run on slaves with label vpod-deploy-ubuntu1604.
30# The slaves have
31# - Ubuntu1604 as the base distro
32# - nested virtualization
33# - internet access
34# - passwordless sudo
35# - 16 CPUs/32GB RAM/200 GB Disk
36# - docker, git vim curl wget zip unzip chrony apt-transport-https ca-certificates curl
37# gnupg-agent software-properties-common docker-ce docker-ce-cli containerd.io openjdk-8-jre
38#
39# The slaves should not have a cloud infra scenario deployed on them.
40#--------------------------------------------------------------------------------------
41
42- project:
43 name: 'cloud-infra-verify-scenario'
44
45 project: 'infra/swconfig'
46
47 stream:
48 - 'master':
49 branch: '{stream}'
Fatih Degirmencid48647d2019-04-10 09:36:03 +020050
Fatih Degirmencicde0f9d2019-05-09 12:50:05 +020051 distro:
Fatih Degirmencid48647d2019-04-10 09:36:03 +020052 - ubuntu1804:
Fatih Degirmencie28fcbf2019-07-17 11:19:11 +020053 slave-label: vpod-deploy-ubuntu1804
Fatih Degirmenci2201fe92020-03-10 07:39:12 +000054 disabled: true
55 successful: true
56 failed: true
57 unstable: true
58 notbuilt: true
Fatih Degirmencicde0f9d2019-05-09 12:50:05 +020059 - centos7:
Fatih Degirmencie28fcbf2019-07-17 11:19:11 +020060 slave-label: vpod-deploy-centos7
Fatih Degirmencif6d92e92019-06-25 11:14:22 +020061 disabled: true
Fatih Degirmencicde0f9d2019-05-09 12:50:05 +020062 successful: true
63 failed: true
64 unstable: true
65 notbuilt: true
Fatih Degirmencid48647d2019-04-10 09:36:03 +020066
67 type:
Fatih Degirmencie28fcbf2019-07-17 11:19:11 +020068 - virtual
Fatih Degirmencid48647d2019-04-10 09:36:03 +020069
70 phase:
71 - deploy:
Vamsi Savaramc74282a2019-11-14 18:20:46 +000072 build-timeout: 120
Fatih Degirmencid48647d2019-04-10 09:36:03 +020073 - functest:
Vamsi Savaramc74282a2019-11-14 18:20:46 +000074 build-timeout: 60
Fatih Degirmencid48647d2019-04-10 09:36:03 +020075
76 jobs:
Fatih Degirmencicde0f9d2019-05-09 12:50:05 +020077 - 'cloud-infra-verify-scenario-{distro}-{type}-{stream}'
78 - 'cloud-infra-verify-scenario-{distro}-{phase}-{type}-{stream}'
Fatih Degirmencid48647d2019-04-10 09:36:03 +020079
80- job-template:
Fatih Degirmencicde0f9d2019-05-09 12:50:05 +020081 name: 'cloud-infra-verify-scenario-{distro}-{type}-{stream}'
Fatih Degirmencid48647d2019-04-10 09:36:03 +020082
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
94 - label:
95 name: SLAVE_LABEL
96 default: '{slave-label}'
97 description: 'Slave label to schedule this job on. All slaves have Ubuntu1604 no matter what distro target nodes use'
98 - string:
Fatih Degirmencicde0f9d2019-05-09 12:50:05 +020099 name: DISTRO
100 default: '{distro}'
Fatih Degirmencid48647d2019-04-10 09:36:03 +0200101 description: 'Distribution to use for configuring target nodes (networking etc.)'
102 - string:
103 name: DEPLOY_TYPE
104 default: '{type}'
105 description: 'Type of the deployment'
106 - string:
107 name: USE_PREBUILT_DEPLOYMENT_IMAGE
108 default: 'true'
109 description: 'Use prebuilt deployment image while running as part of CI/CD'
110 - string:
Fatih Degirmencid48647d2019-04-10 09:36:03 +0200111 name: TEST_SUITE
112 default: 'healthcheck'
113 description: 'Test suite to run'
Fatih Degirmencid48647d2019-04-10 09:36:03 +0200114
115 properties:
116 - logrotate
117 - build-blocker:
118 use-build-blocker: true
119 blocking-jobs:
Fatih Degirmenci175d55d2019-05-09 15:21:22 +0200120 - 'cloud-infra-verify-engine-.*'
121 - 'cloud-infra-verify-scenario-.*'
122 - 'cloud-infra-periodic-engine-.*'
Fatih Degirmencifc0bd712020-01-21 12:27:10 +0100123 - 'onap-.*'
Fatih Degirmenci617ea282019-05-09 17:11:20 +0200124 - 'k8-.*'
Fatih Degirmencifc0bd712020-01-21 12:27:10 +0100125 - 'os-.*'
Fatih Degirmencie9217382019-10-01 16:41:46 +0200126 - 'nolabs-.*'
Fatih Degirmencid48647d2019-04-10 09:36:03 +0200127 block-level: 'NODE'
128 - throttle:
129 max-per-node: 1
130 max-total: 3
131 option: project
132
133 wrappers:
134 - build-timeout:
Vamsi Savaramc74282a2019-11-14 18:20:46 +0000135 timeout: 180
Fatih Degirmencid48647d2019-04-10 09:36:03 +0200136 - fix-workspace-permissions
Fatih Degirmenci20aedd62019-07-19 15:52:21 +0200137 - openstack:
138 single-use: True
Fatih Degirmencid48647d2019-04-10 09:36:03 +0200139
140 scm:
141 - git-scm-gerrit:
142 ssh-credentials-id: nordixinfra-nordix-gerrit-ssh
143 branch: '{branch}'
144 refspec: $GERRIT_REFSPEC
robert.tomczyk7e507872019-06-18 17:20:26 +0100145 wipe_workspace: true
146 clean_before: false
Fatih Degirmencid48647d2019-04-10 09:36:03 +0200147
148 triggers:
149 - nordix-gerrit-trigger-patchset-created:
150 project: 'infra\/swconfig'
151 branch: '{branch}'
152 files: '**'
Fatih Degirmencicde0f9d2019-05-09 12:50:05 +0200153 custom-url: '* $JOB_NAME $BUILD_URL'
154 skip-vote:
155 successful: '{obj:successful}'
156 failed: '{obj:failed}'
157 unstable: '{obj:unstable}'
158 notbuilt: '{obj:notbuilt}'
Fatih Degirmencid48647d2019-04-10 09:36:03 +0200159
160 builders:
Fatih Degirmenci7a439762019-05-07 10:39:31 +0200161 - 'cloud-infra-determine-scenario-macro'
Fatih Degirmencid48647d2019-04-10 09:36:03 +0200162 - multijob:
163 name: deploy
164 condition: SUCCESSFUL
165 projects:
Fatih Degirmencicde0f9d2019-05-09 12:50:05 +0200166 - name: 'cloud-infra-verify-scenario-{distro}-deploy-{type}-{stream}'
Fatih Degirmencid48647d2019-04-10 09:36:03 +0200167 current-parameters: true
168 predefined-parameters: |
Fatih Degirmencicde0f9d2019-05-09 12:50:05 +0200169 DISTRO=$DISTRO
Fatih Degirmencid48647d2019-04-10 09:36:03 +0200170 DEPLOY_TYPE=$DEPLOY_TYPE
171 USE_PREBUILT_DEPLOYMENT_IMAGE=$USE_PREBUILT_DEPLOYMENT_IMAGE
Fatih Degirmencid48647d2019-04-10 09:36:03 +0200172 GERRIT_PROJECT=$GERRIT_PROJECT
173 GERRIT_BRANCH=$GERRIT_BRANCH
174 GERRIT_REFSPEC=$GERRIT_REFSPEC
175 GERRIT_CHANGE_NUMBER=$GERRIT_CHANGE_NUMBER
176 GERRIT_CHANGE_COMMIT_MESSAGE=$GERRIT_CHANGE_COMMIT_MESSAGE
177 node-parameters: true
178 kill-phase-on: FAILURE
179 abort-all-job: true
180 - multijob:
181 name: functest
182 condition: SUCCESSFUL
183 projects:
Fatih Degirmencicde0f9d2019-05-09 12:50:05 +0200184 - name: 'cloud-infra-verify-scenario-{distro}-functest-{type}-{stream}'
Fatih Degirmencid48647d2019-04-10 09:36:03 +0200185 current-parameters: true
186 predefined-parameters: |
Fatih Degirmencicde0f9d2019-05-09 12:50:05 +0200187 DISTRO=$DISTRO
Fatih Degirmencid48647d2019-04-10 09:36:03 +0200188 DEPLOY_TYPE=$DEPLOY_TYPE
189 USE_PREBUILT_DEPLOYMENT_IMAGE=$USE_PREBUILT_DEPLOYMENT_IMAGE
Fatih Degirmencid48647d2019-04-10 09:36:03 +0200190 TEST_SUITE=$TEST_SUITE
Fatih Degirmencid48647d2019-04-10 09:36:03 +0200191 GERRIT_PROJECT=$GERRIT_PROJECT
192 GERRIT_BRANCH=$GERRIT_BRANCH
193 GERRIT_REFSPEC=$GERRIT_REFSPEC
194 GERRIT_CHANGE_NUMBER=$GERRIT_CHANGE_NUMBER
195 GERRIT_CHANGE_COMMIT_MESSAGE=$GERRIT_CHANGE_COMMIT_MESSAGE
196 node-parameters: true
197 kill-phase-on: FAILURE
198 abort-all-job: true
199
200- job-template:
Fatih Degirmencicde0f9d2019-05-09 12:50:05 +0200201 name: 'cloud-infra-verify-scenario-{distro}-{phase}-{type}-{stream}'
Fatih Degirmencid48647d2019-04-10 09:36:03 +0200202
Fatih Degirmenci2201fe92020-03-10 07:39:12 +0000203 disabled: true
Fatih Degirmencid48647d2019-04-10 09:36:03 +0200204
205 concurrent: true
206
207 properties:
208 - logrotate
209
210 parameters:
211 - string:
212 name: PROJECT
213 default: $GERRIT_PROJECT
214 - string:
Fatih Degirmencicde0f9d2019-05-09 12:50:05 +0200215 name: DISTRO
216 default: 'ubuntu1804'
Fatih Degirmencid48647d2019-04-10 09:36:03 +0200217 description: 'Distribution to use for configuring target nodes (networking etc.). Overriden by upstream job.'
218 - string:
219 name: DEPLOY_TYPE
220 default: 'virtual'
221 description: 'Type of the deployment. Overriden by upstream job.'
222 - string:
223 name: USE_PREBUILT_DEPLOYMENT_IMAGE
224 default: 'false'
225 description: 'Use prebuilt deployment image while running as part of CI/CD'
226 - string:
Fatih Degirmencid48647d2019-04-10 09:36:03 +0200227 name: TEST_FW
228 default: '{phase}'
229 description: 'Test framework to use'
230 - string:
231 name: TEST_SUITE
232 default: 'healthcheck'
233 description: 'Test suite to run'
234 - string:
235 name: ENGINE_REPO_URL
236 default: 'https://gerrit.nordix.org/infra/engine.git'
237 description: 'URL to Nordix Cloud Infra engine repository'
238 - string:
239 name: TEST_REPO_URL
240 default: 'https://gerrit.nordix.org/infra/test.git'
241 description: 'URL to Nordix Cloud Infra test repository'
Fatih Degirmencid48647d2019-04-10 09:36:03 +0200242
243 wrappers:
244 - build-timeout:
245 timeout: '{build-timeout}'
246 - fix-workspace-permissions
247
248 scm:
249 - git-scm-gerrit:
250 ssh-credentials-id: nordixinfra-nordix-gerrit-ssh
251 branch: '{branch}'
252 refspec: $GERRIT_REFSPEC
robert.tomczyk7e507872019-06-18 17:20:26 +0100253 wipe_workspace: true
254 clean_before: false
Fatih Degirmencid48647d2019-04-10 09:36:03 +0200255
256 builders:
Fatih Degirmenci7a439762019-05-07 10:39:31 +0200257 - 'cloud-infra-determine-scenario-macro'
Fatih Degirmencid48647d2019-04-10 09:36:03 +0200258 - 'cloud-infra-scenario-{phase}-macro'
259
260# vim: set ts=2 sw=2 expandtab: