Fatih Degirmenci | 6b4d285 | 2019-02-07 11:24:29 +0100 | [diff] [blame] | 1 | --- |
| 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 Degirmenci | d7f06a8 | 2019-03-23 12:54:45 +0100 | [diff] [blame] | 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/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 Degirmenci | 6b4d285 | 2019-02-07 11:24:29 +0100 | [diff] [blame] | 45 | - project: |
Fatih Degirmenci | d7f06a8 | 2019-03-23 12:54:45 +0100 | [diff] [blame] | 46 | name: 'cloud-infra-verify-engine' |
Fatih Degirmenci | 6b4d285 | 2019-02-07 11:24:29 +0100 | [diff] [blame] | 47 | |
Fatih Degirmenci | 1cea3ec | 2019-02-08 12:10:48 +0100 | [diff] [blame] | 48 | project: 'infra/engine' |
Fatih Degirmenci | 6b4d285 | 2019-02-07 11:24:29 +0100 | [diff] [blame] | 49 | |
| 50 | stream: |
| 51 | - 'master': |
| 52 | branch: '{stream}' |
Fatih Degirmenci | 6b4d285 | 2019-02-07 11:24:29 +0100 | [diff] [blame] | 53 | |
Fatih Degirmenci | cde0f9d | 2019-05-09 12:50:05 +0200 | [diff] [blame] | 54 | distro: |
Fatih Degirmenci | a71174c | 2019-02-28 10:19:43 +0100 | [diff] [blame] | 55 | - ubuntu1804: |
Fatih Degirmenci | e28fcbf | 2019-07-17 11:19:11 +0200 | [diff] [blame] | 56 | slave-label: vpod-deploy-ubuntu1804 |
Fatih Degirmenci | cde0f9d | 2019-05-09 12:50:05 +0200 | [diff] [blame] | 57 | disabled: false |
| 58 | successful: false |
| 59 | failed: false |
| 60 | unstable: false |
| 61 | notbuilt: false |
Fatih Degirmenci | a71174c | 2019-02-28 10:19:43 +0100 | [diff] [blame] | 62 | - centos7: |
Fatih Degirmenci | e28fcbf | 2019-07-17 11:19:11 +0200 | [diff] [blame] | 63 | slave-label: vpod-deploy-centos7 |
Fatih Degirmenci | f6d92e9 | 2019-06-25 11:14:22 +0200 | [diff] [blame] | 64 | disabled: true |
Fatih Degirmenci | cde0f9d | 2019-05-09 12:50:05 +0200 | [diff] [blame] | 65 | successful: true |
| 66 | failed: true |
| 67 | unstable: true |
| 68 | notbuilt: true |
Fatih Degirmenci | 6b4d285 | 2019-02-07 11:24:29 +0100 | [diff] [blame] | 69 | |
| 70 | type: |
| 71 | - virtual |
| 72 | |
| 73 | phase: |
Fatih Degirmenci | e820eb1 | 2019-07-27 20:18:14 +0200 | [diff] [blame] | 74 | - deploy: |
| 75 | build-timeout: 90 |
| 76 | - functest: |
| 77 | build-timeout: 30 |
Fatih Degirmenci | 6b4d285 | 2019-02-07 11:24:29 +0100 | [diff] [blame] | 78 | |
| 79 | jobs: |
Fatih Degirmenci | cde0f9d | 2019-05-09 12:50:05 +0200 | [diff] [blame] | 80 | - 'cloud-infra-verify-engine-{distro}-{type}-{stream}' |
| 81 | - 'cloud-infra-verify-engine-{distro}-{phase}-{type}-{stream}' |
Fatih Degirmenci | 6b4d285 | 2019-02-07 11:24:29 +0100 | [diff] [blame] | 82 | |
| 83 | - job-template: |
Fatih Degirmenci | cde0f9d | 2019-05-09 12:50:05 +0200 | [diff] [blame] | 84 | name: 'cloud-infra-verify-engine-{distro}-{type}-{stream}' |
Fatih Degirmenci | 6b4d285 | 2019-02-07 11:24:29 +0100 | [diff] [blame] | 85 | |
| 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 Degirmenci | c83c527 | 2019-02-26 14:52:07 +0100 | [diff] [blame] | 97 | - label: |
| 98 | name: SLAVE_LABEL |
Fatih Degirmenci | e28fcbf | 2019-07-17 11:19:11 +0200 | [diff] [blame] | 99 | default: '{slave-label}' |
Fatih Degirmenci | 9ff8c25 | 2019-03-01 15:45:57 +0100 | [diff] [blame] | 100 | description: 'Slave label to schedule this job on. All slaves have Ubuntu1604 no matter what distro target nodes use' |
Fatih Degirmenci | 6b4d285 | 2019-02-07 11:24:29 +0100 | [diff] [blame] | 101 | - string: |
Fatih Degirmenci | cde0f9d | 2019-05-09 12:50:05 +0200 | [diff] [blame] | 102 | name: DISTRO |
| 103 | default: '{distro}' |
Fatih Degirmenci | 9ff8c25 | 2019-03-01 15:45:57 +0100 | [diff] [blame] | 104 | description: 'Distribution to use for configuring target nodes (networking etc.)' |
| 105 | - string: |
Fatih Degirmenci | aaf9584 | 2019-04-23 17:54:19 +0200 | [diff] [blame] | 106 | name: DEPLOY_TYPE |
| 107 | default: '{type}' |
| 108 | description: 'Type of the deployment' |
| 109 | - string: |
Fatih Degirmenci | a5099eb | 2019-03-21 11:25:55 +0100 | [diff] [blame] | 110 | name: USE_PREBUILT_DEPLOYMENT_IMAGE |
| 111 | default: 'true' |
| 112 | description: 'Use prebuilt deployment image while running as part of CI/CD' |
| 113 | - string: |
Fatih Degirmenci | 429341c | 2019-04-03 11:18:28 -0700 | [diff] [blame] | 114 | name: TEST_SUITE |
| 115 | default: 'healthcheck' |
| 116 | description: 'Test suite to run' |
| 117 | - string: |
Fatih Degirmenci | 99f4fb0 | 2019-05-08 11:40:27 +0200 | [diff] [blame] | 118 | name: YARDSTICK_DISPATCHER |
| 119 | default: 'file' |
| 120 | description: 'Dispatcher to use for Yardstick reporting' |
| 121 | - string: |
Fatih Degirmenci | e8bc455 | 2019-02-15 16:20:23 +0100 | [diff] [blame] | 122 | name: CLEANUP |
| 123 | default: 'true' |
Fatih Degirmenci | 9ff8c25 | 2019-03-01 15:45:57 +0100 | [diff] [blame] | 124 | description: 'Cleanup leftovers of the previous run' |
Fatih Degirmenci | 6b4d285 | 2019-02-07 11:24:29 +0100 | [diff] [blame] | 125 | |
| 126 | properties: |
| 127 | - logrotate |
| 128 | - build-blocker: |
| 129 | use-build-blocker: true |
| 130 | blocking-jobs: |
Fatih Degirmenci | 175d55d | 2019-05-09 15:21:22 +0200 | [diff] [blame] | 131 | - 'cloud-infra-verify-engine-.*' |
| 132 | - 'cloud-infra-verify-scenario-.*' |
| 133 | - 'cloud-infra-periodic-engine-.*' |
| 134 | - 'k8-.*' |
Fatih Degirmenci | e921738 | 2019-10-01 16:41:46 +0200 | [diff] [blame] | 135 | - 'nolabs-.*' |
Fatih Degirmenci | 885498a | 2019-02-26 11:02:36 +0100 | [diff] [blame] | 136 | block-level: 'NODE' |
Fatih Degirmenci | 6b4d285 | 2019-02-07 11:24:29 +0100 | [diff] [blame] | 137 | - throttle: |
| 138 | max-per-node: 1 |
Fatih Degirmenci | 885498a | 2019-02-26 11:02:36 +0100 | [diff] [blame] | 139 | max-total: 3 |
Fatih Degirmenci | 6b4d285 | 2019-02-07 11:24:29 +0100 | [diff] [blame] | 140 | option: project |
| 141 | |
| 142 | wrappers: |
Fatih Degirmenci | 3fd05cd | 2019-08-28 09:05:15 +0000 | [diff] [blame] | 143 | - credentials-binding: |
| 144 | - file: |
| 145 | credential-id: est-jenkins-openrcfile-city-karlskrona-onap |
| 146 | variable: OPENRC_FILE |
| 147 | - mask-passwords |
Fatih Degirmenci | 6b4d285 | 2019-02-07 11:24:29 +0100 | [diff] [blame] | 148 | - build-timeout: |
| 149 | timeout: 120 |
| 150 | - fix-workspace-permissions |
Fatih Degirmenci | 20aedd6 | 2019-07-19 15:52:21 +0200 | [diff] [blame] | 151 | - openstack: |
| 152 | single-use: True |
Fatih Degirmenci | 6b4d285 | 2019-02-07 11:24:29 +0100 | [diff] [blame] | 153 | |
| 154 | scm: |
| 155 | - git-scm-gerrit: |
| 156 | ssh-credentials-id: nordixinfra-nordix-gerrit-ssh |
| 157 | branch: '{branch}' |
| 158 | refspec: $GERRIT_REFSPEC |
robert.tomczyk | 7e50787 | 2019-06-18 17:20:26 +0100 | [diff] [blame] | 159 | wipe_workspace: true |
| 160 | clean_before: false |
Fatih Degirmenci | 6b4d285 | 2019-02-07 11:24:29 +0100 | [diff] [blame] | 161 | |
| 162 | triggers: |
Fatih Degirmenci | d888b0b | 2019-05-22 11:04:34 +0200 | [diff] [blame] | 163 | - 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 Degirmenci | cde0f9d | 2019-05-09 12:50:05 +0200 | [diff] [blame] | 184 | skip-vote: |
| 185 | successful: '{obj:successful}' |
| 186 | failed: '{obj:failed}' |
| 187 | unstable: '{obj:unstable}' |
| 188 | notbuilt: '{obj:notbuilt}' |
Fatih Degirmenci | d888b0b | 2019-05-22 11:04:34 +0200 | [diff] [blame] | 189 | custom-url: '* $JOB_NAME $BUILD_URL' |
Fatih Degirmenci | 6b4d285 | 2019-02-07 11:24:29 +0100 | [diff] [blame] | 190 | |
| 191 | builders: |
Fatih Degirmenci | 3fd05cd | 2019-08-28 09:05:15 +0000 | [diff] [blame] | 192 | - shell: | |
| 193 | #!/bin/bash |
| 194 | cp $OPENRC_FILE /tmp/openrc |
Fatih Degirmenci | ed6187c | 2019-05-08 08:56:52 +0200 | [diff] [blame] | 195 | - 'cloud-infra-determine-scenario-macro' |
Fatih Degirmenci | 6b4d285 | 2019-02-07 11:24:29 +0100 | [diff] [blame] | 196 | - multijob: |
| 197 | name: deploy |
| 198 | condition: SUCCESSFUL |
| 199 | projects: |
Fatih Degirmenci | cde0f9d | 2019-05-09 12:50:05 +0200 | [diff] [blame] | 200 | - name: 'cloud-infra-verify-engine-{distro}-deploy-{type}-{stream}' |
Fatih Degirmenci | 6b4d285 | 2019-02-07 11:24:29 +0100 | [diff] [blame] | 201 | current-parameters: true |
| 202 | predefined-parameters: | |
Fatih Degirmenci | cde0f9d | 2019-05-09 12:50:05 +0200 | [diff] [blame] | 203 | DISTRO=$DISTRO |
Fatih Degirmenci | aaf9584 | 2019-04-23 17:54:19 +0200 | [diff] [blame] | 204 | DEPLOY_TYPE=$DEPLOY_TYPE |
Fatih Degirmenci | a5099eb | 2019-03-21 11:25:55 +0100 | [diff] [blame] | 205 | USE_PREBUILT_DEPLOYMENT_IMAGE=$USE_PREBUILT_DEPLOYMENT_IMAGE |
Fatih Degirmenci | e8bc455 | 2019-02-15 16:20:23 +0100 | [diff] [blame] | 206 | CLEANUP=$CLEANUP |
Fatih Degirmenci | 6b4d285 | 2019-02-07 11:24:29 +0100 | [diff] [blame] | 207 | 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 Degirmenci | 429341c | 2019-04-03 11:18:28 -0700 | [diff] [blame] | 216 | name: functest |
Fatih Degirmenci | 6b4d285 | 2019-02-07 11:24:29 +0100 | [diff] [blame] | 217 | condition: SUCCESSFUL |
| 218 | projects: |
Fatih Degirmenci | cde0f9d | 2019-05-09 12:50:05 +0200 | [diff] [blame] | 219 | - name: 'cloud-infra-verify-engine-{distro}-functest-{type}-{stream}' |
Fatih Degirmenci | 6b4d285 | 2019-02-07 11:24:29 +0100 | [diff] [blame] | 220 | current-parameters: true |
| 221 | predefined-parameters: | |
Fatih Degirmenci | cde0f9d | 2019-05-09 12:50:05 +0200 | [diff] [blame] | 222 | DISTRO=$DISTRO |
Fatih Degirmenci | aaf9584 | 2019-04-23 17:54:19 +0200 | [diff] [blame] | 223 | DEPLOY_TYPE=$DEPLOY_TYPE |
Fatih Degirmenci | a5099eb | 2019-03-21 11:25:55 +0100 | [diff] [blame] | 224 | USE_PREBUILT_DEPLOYMENT_IMAGE=$USE_PREBUILT_DEPLOYMENT_IMAGE |
Fatih Degirmenci | 429341c | 2019-04-03 11:18:28 -0700 | [diff] [blame] | 225 | TEST_SUITE=$TEST_SUITE |
Fatih Degirmenci | 99f4fb0 | 2019-05-08 11:40:27 +0200 | [diff] [blame] | 226 | YARDSTICK_DISPATCHER=$YARDSTICK_DISPATCHER |
Fatih Degirmenci | e8bc455 | 2019-02-15 16:20:23 +0100 | [diff] [blame] | 227 | CLEANUP=$CLEANUP |
Fatih Degirmenci | 6b4d285 | 2019-02-07 11:24:29 +0100 | [diff] [blame] | 228 | 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 Degirmenci | 429341c | 2019-04-03 11:18:28 -0700 | [diff] [blame] | 234 | kill-phase-on: FAILURE |
Fatih Degirmenci | 6b4d285 | 2019-02-07 11:24:29 +0100 | [diff] [blame] | 235 | abort-all-job: true |
| 236 | |
| 237 | - job-template: |
Fatih Degirmenci | cde0f9d | 2019-05-09 12:50:05 +0200 | [diff] [blame] | 238 | name: 'cloud-infra-verify-engine-{distro}-{phase}-{type}-{stream}' |
Fatih Degirmenci | 6b4d285 | 2019-02-07 11:24:29 +0100 | [diff] [blame] | 239 | |
| 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 Degirmenci | cde0f9d | 2019-05-09 12:50:05 +0200 | [diff] [blame] | 252 | name: DISTRO |
| 253 | default: 'ubuntu1804' |
Fatih Degirmenci | 9ff8c25 | 2019-03-01 15:45:57 +0100 | [diff] [blame] | 254 | description: 'Distribution to use for configuring target nodes (networking etc.). Overriden by upstream job.' |
| 255 | - string: |
Fatih Degirmenci | aaf9584 | 2019-04-23 17:54:19 +0200 | [diff] [blame] | 256 | name: DEPLOY_TYPE |
| 257 | default: 'virtual' |
| 258 | description: 'Type of the deployment. Overriden by upstream job.' |
| 259 | - string: |
Fatih Degirmenci | a5099eb | 2019-03-21 11:25:55 +0100 | [diff] [blame] | 260 | name: USE_PREBUILT_DEPLOYMENT_IMAGE |
| 261 | default: 'false' |
| 262 | description: 'Use prebuilt deployment image while running as part of CI/CD' |
| 263 | - string: |
Fatih Degirmenci | 429341c | 2019-04-03 11:18:28 -0700 | [diff] [blame] | 264 | 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 Degirmenci | 9142936 | 2019-03-25 09:53:32 +0100 | [diff] [blame] | 272 | 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 Degirmenci | 99f4fb0 | 2019-05-08 11:40:27 +0200 | [diff] [blame] | 276 | name: YARDSTICK_DISPATCHER |
| 277 | default: 'file' |
| 278 | description: 'Dispatcher to use for Yardstick reporting' |
| 279 | - string: |
Fatih Degirmenci | e8bc455 | 2019-02-15 16:20:23 +0100 | [diff] [blame] | 280 | name: CLEANUP |
| 281 | default: 'false' |
Fatih Degirmenci | 6b4d285 | 2019-02-07 11:24:29 +0100 | [diff] [blame] | 282 | |
| 283 | wrappers: |
Fatih Degirmenci | 3fd05cd | 2019-08-28 09:05:15 +0000 | [diff] [blame] | 284 | - credentials-binding: |
| 285 | - file: |
| 286 | credential-id: est-jenkins-openrcfile-city-karlskrona-onap |
| 287 | variable: OPENRC_FILE |
| 288 | - mask-passwords |
Fatih Degirmenci | 6b4d285 | 2019-02-07 11:24:29 +0100 | [diff] [blame] | 289 | - build-timeout: |
Fatih Degirmenci | e820eb1 | 2019-07-27 20:18:14 +0200 | [diff] [blame] | 290 | timeout: '{build-timeout}' |
Fatih Degirmenci | 6b4d285 | 2019-02-07 11:24:29 +0100 | [diff] [blame] | 291 | - 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.tomczyk | 7e50787 | 2019-06-18 17:20:26 +0100 | [diff] [blame] | 298 | wipe_workspace: true |
| 299 | clean_before: false |
Fatih Degirmenci | 6b4d285 | 2019-02-07 11:24:29 +0100 | [diff] [blame] | 300 | |
| 301 | builders: |
Fatih Degirmenci | ed6187c | 2019-05-08 08:56:52 +0200 | [diff] [blame] | 302 | - 'cloud-infra-determine-scenario-macro' |
Fatih Degirmenci | 0c0e67a | 2019-04-09 08:39:51 +0200 | [diff] [blame] | 303 | - 'cloud-infra-{phase}-macro' |
Fatih Degirmenci | 6b4d285 | 2019-02-07 11:24:29 +0100 | [diff] [blame] | 304 | |
| 305 | # vim: set ts=2 sw=2 expandtab: |