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}' |
| 53 | disabled: 'false' |
| 54 | |
Fatih Degirmenci | cde0f9d | 2019-05-09 12:50:05 +0200 | [diff] [blame] | 55 | distro: |
Fatih Degirmenci | a71174c | 2019-02-28 10:19:43 +0100 | [diff] [blame] | 56 | - 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 | cde0f9d | 2019-05-09 12:50:05 +0200 | [diff] [blame] | 63 | disabled: false |
| 64 | successful: true |
| 65 | failed: true |
| 66 | unstable: true |
| 67 | notbuilt: true |
Fatih Degirmenci | 6b4d285 | 2019-02-07 11:24:29 +0100 | [diff] [blame] | 68 | |
| 69 | type: |
| 70 | - virtual |
| 71 | |
| 72 | phase: |
| 73 | - deploy |
Fatih Degirmenci | 429341c | 2019-04-03 11:18:28 -0700 | [diff] [blame] | 74 | - functest |
Fatih Degirmenci | 6b4d285 | 2019-02-07 11:24:29 +0100 | [diff] [blame] | 75 | |
| 76 | jobs: |
Fatih Degirmenci | cde0f9d | 2019-05-09 12:50:05 +0200 | [diff] [blame] | 77 | - 'cloud-infra-verify-engine-{distro}-{type}-{stream}' |
| 78 | - 'cloud-infra-verify-engine-{distro}-{phase}-{type}-{stream}' |
Fatih Degirmenci | 6b4d285 | 2019-02-07 11:24:29 +0100 | [diff] [blame] | 79 | |
| 80 | - job-template: |
Fatih Degirmenci | cde0f9d | 2019-05-09 12:50:05 +0200 | [diff] [blame] | 81 | name: 'cloud-infra-verify-engine-{distro}-{type}-{stream}' |
Fatih Degirmenci | 6b4d285 | 2019-02-07 11:24:29 +0100 | [diff] [blame] | 82 | |
| 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 |
Fatih Degirmenci | c83c527 | 2019-02-26 14:52:07 +0100 | [diff] [blame] | 94 | - label: |
| 95 | name: SLAVE_LABEL |
Fatih Degirmenci | 046efef | 2019-04-18 14:44:57 +0200 | [diff] [blame] | 96 | default: 'vpod-deploy-city' |
Fatih Degirmenci | 9ff8c25 | 2019-03-01 15:45:57 +0100 | [diff] [blame] | 97 | 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] | 98 | - string: |
Fatih Degirmenci | cde0f9d | 2019-05-09 12:50:05 +0200 | [diff] [blame] | 99 | name: DISTRO |
| 100 | default: '{distro}' |
Fatih Degirmenci | 9ff8c25 | 2019-03-01 15:45:57 +0100 | [diff] [blame] | 101 | description: 'Distribution to use for configuring target nodes (networking etc.)' |
| 102 | - string: |
Fatih Degirmenci | aaf9584 | 2019-04-23 17:54:19 +0200 | [diff] [blame] | 103 | name: DEPLOY_TYPE |
| 104 | default: '{type}' |
| 105 | description: 'Type of the deployment' |
| 106 | - string: |
Fatih Degirmenci | a5099eb | 2019-03-21 11:25:55 +0100 | [diff] [blame] | 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 Degirmenci | 429341c | 2019-04-03 11:18:28 -0700 | [diff] [blame] | 111 | name: TEST_SUITE |
| 112 | default: 'healthcheck' |
| 113 | description: 'Test suite to run' |
| 114 | - string: |
Fatih Degirmenci | 99f4fb0 | 2019-05-08 11:40:27 +0200 | [diff] [blame] | 115 | name: YARDSTICK_DISPATCHER |
| 116 | default: 'file' |
| 117 | description: 'Dispatcher to use for Yardstick reporting' |
| 118 | - string: |
Fatih Degirmenci | e8bc455 | 2019-02-15 16:20:23 +0100 | [diff] [blame] | 119 | name: CLEANUP |
| 120 | default: 'true' |
Fatih Degirmenci | 9ff8c25 | 2019-03-01 15:45:57 +0100 | [diff] [blame] | 121 | description: 'Cleanup leftovers of the previous run' |
Fatih Degirmenci | 6b4d285 | 2019-02-07 11:24:29 +0100 | [diff] [blame] | 122 | |
| 123 | properties: |
| 124 | - logrotate |
| 125 | - build-blocker: |
| 126 | use-build-blocker: true |
| 127 | blocking-jobs: |
Fatih Degirmenci | 175d55d | 2019-05-09 15:21:22 +0200 | [diff] [blame] | 128 | - 'cloud-infra-verify-engine-.*' |
| 129 | - 'cloud-infra-verify-scenario-.*' |
| 130 | - 'cloud-infra-periodic-engine-.*' |
| 131 | - 'k8-.*' |
Fatih Degirmenci | 885498a | 2019-02-26 11:02:36 +0100 | [diff] [blame] | 132 | block-level: 'NODE' |
Fatih Degirmenci | 6b4d285 | 2019-02-07 11:24:29 +0100 | [diff] [blame] | 133 | - throttle: |
| 134 | max-per-node: 1 |
Fatih Degirmenci | 885498a | 2019-02-26 11:02:36 +0100 | [diff] [blame] | 135 | max-total: 3 |
Fatih Degirmenci | 6b4d285 | 2019-02-07 11:24:29 +0100 | [diff] [blame] | 136 | option: project |
| 137 | |
| 138 | wrappers: |
| 139 | - build-timeout: |
| 140 | timeout: 120 |
| 141 | - fix-workspace-permissions |
| 142 | |
| 143 | scm: |
| 144 | - git-scm-gerrit: |
| 145 | ssh-credentials-id: nordixinfra-nordix-gerrit-ssh |
| 146 | branch: '{branch}' |
| 147 | refspec: $GERRIT_REFSPEC |
| 148 | |
| 149 | triggers: |
| 150 | - nordix-gerrit-trigger-patchset-created: |
Fatih Degirmenci | d7f06a8 | 2019-03-23 12:54:45 +0100 | [diff] [blame] | 151 | project: 'infra\/engine' |
Fatih Degirmenci | 6b4d285 | 2019-02-07 11:24:29 +0100 | [diff] [blame] | 152 | branch: '{branch}' |
| 153 | files: '**' |
Fatih Degirmenci | cde0f9d | 2019-05-09 12:50:05 +0200 | [diff] [blame] | 154 | custom-url: '* $JOB_NAME $BUILD_URL' |
| 155 | skip-vote: |
| 156 | successful: '{obj:successful}' |
| 157 | failed: '{obj:failed}' |
| 158 | unstable: '{obj:unstable}' |
| 159 | notbuilt: '{obj:notbuilt}' |
Fatih Degirmenci | 6b4d285 | 2019-02-07 11:24:29 +0100 | [diff] [blame] | 160 | |
| 161 | builders: |
Fatih Degirmenci | ed6187c | 2019-05-08 08:56:52 +0200 | [diff] [blame] | 162 | - 'cloud-infra-determine-scenario-macro' |
Fatih Degirmenci | 6b4d285 | 2019-02-07 11:24:29 +0100 | [diff] [blame] | 163 | - multijob: |
| 164 | name: deploy |
| 165 | condition: SUCCESSFUL |
| 166 | projects: |
Fatih Degirmenci | cde0f9d | 2019-05-09 12:50:05 +0200 | [diff] [blame] | 167 | - name: 'cloud-infra-verify-engine-{distro}-deploy-{type}-{stream}' |
Fatih Degirmenci | 6b4d285 | 2019-02-07 11:24:29 +0100 | [diff] [blame] | 168 | current-parameters: true |
| 169 | predefined-parameters: | |
Fatih Degirmenci | cde0f9d | 2019-05-09 12:50:05 +0200 | [diff] [blame] | 170 | DISTRO=$DISTRO |
Fatih Degirmenci | aaf9584 | 2019-04-23 17:54:19 +0200 | [diff] [blame] | 171 | DEPLOY_TYPE=$DEPLOY_TYPE |
Fatih Degirmenci | a5099eb | 2019-03-21 11:25:55 +0100 | [diff] [blame] | 172 | USE_PREBUILT_DEPLOYMENT_IMAGE=$USE_PREBUILT_DEPLOYMENT_IMAGE |
Fatih Degirmenci | e8bc455 | 2019-02-15 16:20:23 +0100 | [diff] [blame] | 173 | CLEANUP=$CLEANUP |
Fatih Degirmenci | 6b4d285 | 2019-02-07 11:24:29 +0100 | [diff] [blame] | 174 | GERRIT_PROJECT=$GERRIT_PROJECT |
| 175 | GERRIT_BRANCH=$GERRIT_BRANCH |
| 176 | GERRIT_REFSPEC=$GERRIT_REFSPEC |
| 177 | GERRIT_CHANGE_NUMBER=$GERRIT_CHANGE_NUMBER |
| 178 | GERRIT_CHANGE_COMMIT_MESSAGE=$GERRIT_CHANGE_COMMIT_MESSAGE |
| 179 | node-parameters: true |
| 180 | kill-phase-on: FAILURE |
| 181 | abort-all-job: true |
| 182 | - multijob: |
Fatih Degirmenci | 429341c | 2019-04-03 11:18:28 -0700 | [diff] [blame] | 183 | name: functest |
Fatih Degirmenci | 6b4d285 | 2019-02-07 11:24:29 +0100 | [diff] [blame] | 184 | condition: SUCCESSFUL |
| 185 | projects: |
Fatih Degirmenci | cde0f9d | 2019-05-09 12:50:05 +0200 | [diff] [blame] | 186 | - name: 'cloud-infra-verify-engine-{distro}-functest-{type}-{stream}' |
Fatih Degirmenci | 6b4d285 | 2019-02-07 11:24:29 +0100 | [diff] [blame] | 187 | current-parameters: true |
| 188 | predefined-parameters: | |
Fatih Degirmenci | cde0f9d | 2019-05-09 12:50:05 +0200 | [diff] [blame] | 189 | DISTRO=$DISTRO |
Fatih Degirmenci | aaf9584 | 2019-04-23 17:54:19 +0200 | [diff] [blame] | 190 | DEPLOY_TYPE=$DEPLOY_TYPE |
Fatih Degirmenci | a5099eb | 2019-03-21 11:25:55 +0100 | [diff] [blame] | 191 | USE_PREBUILT_DEPLOYMENT_IMAGE=$USE_PREBUILT_DEPLOYMENT_IMAGE |
Fatih Degirmenci | 429341c | 2019-04-03 11:18:28 -0700 | [diff] [blame] | 192 | TEST_SUITE=$TEST_SUITE |
Fatih Degirmenci | 99f4fb0 | 2019-05-08 11:40:27 +0200 | [diff] [blame] | 193 | YARDSTICK_DISPATCHER=$YARDSTICK_DISPATCHER |
Fatih Degirmenci | e8bc455 | 2019-02-15 16:20:23 +0100 | [diff] [blame] | 194 | CLEANUP=$CLEANUP |
Fatih Degirmenci | 6b4d285 | 2019-02-07 11:24:29 +0100 | [diff] [blame] | 195 | GERRIT_PROJECT=$GERRIT_PROJECT |
| 196 | GERRIT_BRANCH=$GERRIT_BRANCH |
| 197 | GERRIT_REFSPEC=$GERRIT_REFSPEC |
| 198 | GERRIT_CHANGE_NUMBER=$GERRIT_CHANGE_NUMBER |
| 199 | GERRIT_CHANGE_COMMIT_MESSAGE=$GERRIT_CHANGE_COMMIT_MESSAGE |
| 200 | node-parameters: true |
Fatih Degirmenci | 429341c | 2019-04-03 11:18:28 -0700 | [diff] [blame] | 201 | kill-phase-on: FAILURE |
Fatih Degirmenci | 6b4d285 | 2019-02-07 11:24:29 +0100 | [diff] [blame] | 202 | abort-all-job: true |
| 203 | |
| 204 | - job-template: |
Fatih Degirmenci | cde0f9d | 2019-05-09 12:50:05 +0200 | [diff] [blame] | 205 | name: 'cloud-infra-verify-engine-{distro}-{phase}-{type}-{stream}' |
Fatih Degirmenci | 6b4d285 | 2019-02-07 11:24:29 +0100 | [diff] [blame] | 206 | |
| 207 | disabled: false |
| 208 | |
| 209 | concurrent: true |
| 210 | |
| 211 | properties: |
| 212 | - logrotate |
| 213 | |
| 214 | parameters: |
| 215 | - string: |
| 216 | name: PROJECT |
| 217 | default: $GERRIT_PROJECT |
| 218 | - string: |
Fatih Degirmenci | cde0f9d | 2019-05-09 12:50:05 +0200 | [diff] [blame] | 219 | name: DISTRO |
| 220 | default: 'ubuntu1804' |
Fatih Degirmenci | 9ff8c25 | 2019-03-01 15:45:57 +0100 | [diff] [blame] | 221 | description: 'Distribution to use for configuring target nodes (networking etc.). Overriden by upstream job.' |
| 222 | - string: |
Fatih Degirmenci | aaf9584 | 2019-04-23 17:54:19 +0200 | [diff] [blame] | 223 | name: DEPLOY_TYPE |
| 224 | default: 'virtual' |
| 225 | description: 'Type of the deployment. Overriden by upstream job.' |
| 226 | - string: |
Fatih Degirmenci | a5099eb | 2019-03-21 11:25:55 +0100 | [diff] [blame] | 227 | name: USE_PREBUILT_DEPLOYMENT_IMAGE |
| 228 | default: 'false' |
| 229 | description: 'Use prebuilt deployment image while running as part of CI/CD' |
| 230 | - string: |
Fatih Degirmenci | 429341c | 2019-04-03 11:18:28 -0700 | [diff] [blame] | 231 | name: TEST_FW |
| 232 | default: '{phase}' |
| 233 | description: 'Test framework to use' |
| 234 | - string: |
| 235 | name: TEST_SUITE |
| 236 | default: 'healthcheck' |
| 237 | description: 'Test suite to run' |
| 238 | - string: |
Fatih Degirmenci | 9142936 | 2019-03-25 09:53:32 +0100 | [diff] [blame] | 239 | name: TEST_REPO_URL |
| 240 | default: 'https://gerrit.nordix.org/infra/test.git' |
| 241 | description: 'URL to Nordix Cloud Infra test repository' |
| 242 | - string: |
Fatih Degirmenci | 99f4fb0 | 2019-05-08 11:40:27 +0200 | [diff] [blame] | 243 | name: YARDSTICK_DISPATCHER |
| 244 | default: 'file' |
| 245 | description: 'Dispatcher to use for Yardstick reporting' |
| 246 | - string: |
Fatih Degirmenci | e8bc455 | 2019-02-15 16:20:23 +0100 | [diff] [blame] | 247 | name: CLEANUP |
| 248 | default: 'false' |
Fatih Degirmenci | 6b4d285 | 2019-02-07 11:24:29 +0100 | [diff] [blame] | 249 | |
| 250 | wrappers: |
| 251 | - build-timeout: |
| 252 | timeout: 120 |
| 253 | - fix-workspace-permissions |
| 254 | |
| 255 | scm: |
| 256 | - git-scm-gerrit: |
| 257 | ssh-credentials-id: nordixinfra-nordix-gerrit-ssh |
| 258 | branch: '{branch}' |
| 259 | refspec: $GERRIT_REFSPEC |
| 260 | |
| 261 | builders: |
Fatih Degirmenci | ed6187c | 2019-05-08 08:56:52 +0200 | [diff] [blame] | 262 | - 'cloud-infra-determine-scenario-macro' |
Fatih Degirmenci | 0c0e67a | 2019-04-09 08:39:51 +0200 | [diff] [blame] | 263 | - 'cloud-infra-{phase}-macro' |
Fatih Degirmenci | 6b4d285 | 2019-02-07 11:24:29 +0100 | [diff] [blame] | 264 | |
| 265 | # vim: set ts=2 sw=2 expandtab: |