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