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 | a71174c | 2019-02-28 10:19:43 +0100 | [diff] [blame] | 55 | os: |
Fatih Degirmenci | a71174c | 2019-02-28 10:19:43 +0100 | [diff] [blame] | 56 | - ubuntu1804: |
Fatih Degirmenci | 9ff8c25 | 2019-03-01 15:45:57 +0100 | [diff] [blame] | 57 | disabled: 'false' |
| 58 | distribution: 'ubuntu18' |
Fatih Degirmenci | d7f06a8 | 2019-03-23 12:54:45 +0100 | [diff] [blame] | 59 | ipa_dib_os_element: 'coreos' |
Fatih Degirmenci | 9ff8c25 | 2019-03-01 15:45:57 +0100 | [diff] [blame] | 60 | dib_os_release: 'bionic' |
| 61 | dib_os_element: 'ubuntu-minimal' |
Fatih Degirmenci | a71174c | 2019-02-28 10:19:43 +0100 | [diff] [blame] | 62 | - centos7: |
Fatih Degirmenci | a71174c | 2019-02-28 10:19:43 +0100 | [diff] [blame] | 63 | disabled: 'true' |
Fatih Degirmenci | 9ff8c25 | 2019-03-01 15:45:57 +0100 | [diff] [blame] | 64 | distribution: 'centos7' |
Fatih Degirmenci | d7f06a8 | 2019-03-23 12:54:45 +0100 | [diff] [blame] | 65 | ipa_dib_os_element: 'coreos' |
Fatih Degirmenci | 9ff8c25 | 2019-03-01 15:45:57 +0100 | [diff] [blame] | 66 | dib_os_release: '7' |
| 67 | dib_os_element: 'centos-minimal' |
Fatih Degirmenci | 6b4d285 | 2019-02-07 11:24:29 +0100 | [diff] [blame] | 68 | |
| 69 | type: |
| 70 | - virtual |
| 71 | |
| 72 | phase: |
| 73 | - deploy |
| 74 | - test |
| 75 | |
| 76 | jobs: |
Fatih Degirmenci | d7f06a8 | 2019-03-23 12:54:45 +0100 | [diff] [blame] | 77 | - 'cloud-infra-verify-engine-{os}-{type}-{stream}' |
Fatih Degirmenci | a71174c | 2019-02-28 10:19:43 +0100 | [diff] [blame] | 78 | - 'cloud-infra-verify-{os}-{phase}-{type}-{stream}' |
Fatih Degirmenci | 6b4d285 | 2019-02-07 11:24:29 +0100 | [diff] [blame] | 79 | |
| 80 | - job-template: |
Fatih Degirmenci | d7f06a8 | 2019-03-23 12:54:45 +0100 | [diff] [blame] | 81 | name: 'cloud-infra-verify-engine-{os}-{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 | a71174c | 2019-02-28 10:19:43 +0100 | [diff] [blame] | 96 | default: 'vpod-deploy-{os}' |
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 | 9ff8c25 | 2019-03-01 15:45:57 +0100 | [diff] [blame] | 99 | name: DISTRIBUTION |
| 100 | default: '{distribution}' |
| 101 | description: 'Distribution to use for configuring target nodes (networking etc.)' |
| 102 | - string: |
Fatih Degirmenci | a5099eb | 2019-03-21 11:25:55 +0100 | [diff] [blame] | 103 | name: USE_PREBUILT_DEPLOYMENT_IMAGE |
| 104 | default: 'true' |
| 105 | description: 'Use prebuilt deployment image while running as part of CI/CD' |
| 106 | - string: |
Fatih Degirmenci | 9ff8c25 | 2019-03-01 15:45:57 +0100 | [diff] [blame] | 107 | name: IPA_DIB_OS_ELEMENT |
| 108 | default: '{ipa_dib_os_element}' |
| 109 | description: 'DIB OS Element to use for building the ramdisk image' |
| 110 | - string: |
| 111 | name: DIB_OS_RELEASE |
| 112 | default: '{dib_os_release}' |
| 113 | description: 'DIB OS Release to use for building the deployment image to provision target nodes with' |
| 114 | - string: |
| 115 | name: DIB_OS_ELEMENT |
| 116 | default: '{dib_os_element}' |
| 117 | description: 'DIB OS Element to use for building the deployment image to provision target nodes with' |
Fatih Degirmenci | e8bc455 | 2019-02-15 16:20:23 +0100 | [diff] [blame] | 118 | - string: |
| 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 | d7f06a8 | 2019-03-23 12:54:45 +0100 | [diff] [blame] | 128 | - 'cloud-infra-verify-engine-{os}-.*' |
Fatih Degirmenci | 514c5be | 2019-03-29 12:30:28 +0000 | [diff] [blame^] | 129 | - 'cloud-infra-periodic-engine-{os}-.*' |
Fatih Degirmenci | 6b4d285 | 2019-02-07 11:24:29 +0100 | [diff] [blame] | 130 | - 'cloud-infra-os-.*' |
| 131 | - 'cloud-infra-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 |
Fatih Degirmenci | 885498a | 2019-02-26 11:02:36 +0100 | [diff] [blame] | 142 | - openstack: |
Fatih Degirmenci | 885498a | 2019-02-26 11:02:36 +0100 | [diff] [blame] | 143 | single-use: True |
Fatih Degirmenci | 6b4d285 | 2019-02-07 11:24:29 +0100 | [diff] [blame] | 144 | |
| 145 | scm: |
| 146 | - git-scm-gerrit: |
| 147 | ssh-credentials-id: nordixinfra-nordix-gerrit-ssh |
| 148 | branch: '{branch}' |
| 149 | refspec: $GERRIT_REFSPEC |
| 150 | |
| 151 | triggers: |
| 152 | - nordix-gerrit-trigger-patchset-created: |
Fatih Degirmenci | d7f06a8 | 2019-03-23 12:54:45 +0100 | [diff] [blame] | 153 | project: 'infra\/engine' |
Fatih Degirmenci | 6b4d285 | 2019-02-07 11:24:29 +0100 | [diff] [blame] | 154 | branch: '{branch}' |
| 155 | files: '**' |
| 156 | |
| 157 | builders: |
| 158 | - multijob: |
| 159 | name: deploy |
| 160 | condition: SUCCESSFUL |
| 161 | projects: |
Fatih Degirmenci | a71174c | 2019-02-28 10:19:43 +0100 | [diff] [blame] | 162 | - name: 'cloud-infra-verify-{os}-deploy-{type}-{stream}' |
Fatih Degirmenci | 6b4d285 | 2019-02-07 11:24:29 +0100 | [diff] [blame] | 163 | current-parameters: true |
| 164 | predefined-parameters: | |
Fatih Degirmenci | 9ff8c25 | 2019-03-01 15:45:57 +0100 | [diff] [blame] | 165 | DISTRIBUTION=$DISTRIBUTION |
Fatih Degirmenci | a5099eb | 2019-03-21 11:25:55 +0100 | [diff] [blame] | 166 | USE_PREBUILT_DEPLOYMENT_IMAGE=$USE_PREBUILT_DEPLOYMENT_IMAGE |
Fatih Degirmenci | 9ff8c25 | 2019-03-01 15:45:57 +0100 | [diff] [blame] | 167 | IPA_DIB_OS_ELEMENT=$IPA_DIB_OS_ELEMENT |
| 168 | DIB_OS_RELEASE=$DIB_OS_RELEASE |
| 169 | DIB_OS_ELEMENT=$DIB_OS_ELEMENT |
Fatih Degirmenci | e8bc455 | 2019-02-15 16:20:23 +0100 | [diff] [blame] | 170 | CLEANUP=$CLEANUP |
Fatih Degirmenci | 6b4d285 | 2019-02-07 11:24:29 +0100 | [diff] [blame] | 171 | GERRIT_PROJECT=$GERRIT_PROJECT |
| 172 | GERRIT_BRANCH=$GERRIT_BRANCH |
| 173 | GERRIT_REFSPEC=$GERRIT_REFSPEC |
| 174 | GERRIT_CHANGE_NUMBER=$GERRIT_CHANGE_NUMBER |
| 175 | GERRIT_CHANGE_COMMIT_MESSAGE=$GERRIT_CHANGE_COMMIT_MESSAGE |
| 176 | node-parameters: true |
| 177 | kill-phase-on: FAILURE |
| 178 | abort-all-job: true |
| 179 | - multijob: |
| 180 | name: test |
| 181 | condition: SUCCESSFUL |
| 182 | projects: |
Fatih Degirmenci | a71174c | 2019-02-28 10:19:43 +0100 | [diff] [blame] | 183 | - name: 'cloud-infra-verify-{os}-test-{type}-{stream}' |
Fatih Degirmenci | 6b4d285 | 2019-02-07 11:24:29 +0100 | [diff] [blame] | 184 | current-parameters: true |
| 185 | predefined-parameters: | |
Fatih Degirmenci | 9ff8c25 | 2019-03-01 15:45:57 +0100 | [diff] [blame] | 186 | DISTRIBUTION=$DISTRIBUTION |
Fatih Degirmenci | a5099eb | 2019-03-21 11:25:55 +0100 | [diff] [blame] | 187 | USE_PREBUILT_DEPLOYMENT_IMAGE=$USE_PREBUILT_DEPLOYMENT_IMAGE |
Fatih Degirmenci | 9ff8c25 | 2019-03-01 15:45:57 +0100 | [diff] [blame] | 188 | IPA_DIB_OS_ELEMENT=$IPA_DIB_OS_ELEMENT |
| 189 | DIB_OS_RELEASE=$DIB_OS_RELEASE |
| 190 | DIB_OS_ELEMENT=$DIB_OS_ELEMENT |
Fatih Degirmenci | e8bc455 | 2019-02-15 16:20:23 +0100 | [diff] [blame] | 191 | CLEANUP=$CLEANUP |
Fatih Degirmenci | 6b4d285 | 2019-02-07 11:24:29 +0100 | [diff] [blame] | 192 | GERRIT_PROJECT=$GERRIT_PROJECT |
| 193 | GERRIT_BRANCH=$GERRIT_BRANCH |
| 194 | GERRIT_REFSPEC=$GERRIT_REFSPEC |
| 195 | GERRIT_CHANGE_NUMBER=$GERRIT_CHANGE_NUMBER |
| 196 | GERRIT_CHANGE_COMMIT_MESSAGE=$GERRIT_CHANGE_COMMIT_MESSAGE |
| 197 | node-parameters: true |
| 198 | kill-phase-on: test |
| 199 | abort-all-job: true |
| 200 | |
| 201 | - job-template: |
Fatih Degirmenci | a71174c | 2019-02-28 10:19:43 +0100 | [diff] [blame] | 202 | name: 'cloud-infra-verify-{os}-{phase}-{type}-{stream}' |
Fatih Degirmenci | 6b4d285 | 2019-02-07 11:24:29 +0100 | [diff] [blame] | 203 | |
| 204 | disabled: false |
| 205 | |
| 206 | concurrent: true |
| 207 | |
| 208 | properties: |
| 209 | - logrotate |
| 210 | |
| 211 | parameters: |
| 212 | - string: |
| 213 | name: PROJECT |
| 214 | default: $GERRIT_PROJECT |
| 215 | - string: |
Fatih Degirmenci | 9ff8c25 | 2019-03-01 15:45:57 +0100 | [diff] [blame] | 216 | name: DISTRIBUTION |
| 217 | default: 'ubuntu18' |
| 218 | description: 'Distribution to use for configuring target nodes (networking etc.). Overriden by upstream job.' |
| 219 | - string: |
Fatih Degirmenci | a5099eb | 2019-03-21 11:25:55 +0100 | [diff] [blame] | 220 | name: USE_PREBUILT_DEPLOYMENT_IMAGE |
| 221 | default: 'false' |
| 222 | description: 'Use prebuilt deployment image while running as part of CI/CD' |
| 223 | - string: |
Fatih Degirmenci | 9ff8c25 | 2019-03-01 15:45:57 +0100 | [diff] [blame] | 224 | name: IPA_DIB_OS_ELEMENT |
| 225 | default: 'fedora' |
| 226 | description: 'DIB OS Element to use for building the ramdisk image. Overriden by upstream job.' |
| 227 | - string: |
| 228 | name: DIB_OS_RELEASE |
| 229 | default: 'bionic' |
| 230 | description: 'DIB OS Release to use for building the deployment image to provision target nodes with. Overriden by upstream job.' |
| 231 | - string: |
| 232 | name: DIB_OS_ELEMENT |
| 233 | default: 'ubuntu-minimal' |
| 234 | description: 'DIB OS Element to use for building the deployment image to provision target nodes with. Overriden by upstream job.' |
Fatih Degirmenci | e8bc455 | 2019-02-15 16:20:23 +0100 | [diff] [blame] | 235 | - string: |
Fatih Degirmenci | 9142936 | 2019-03-25 09:53:32 +0100 | [diff] [blame] | 236 | name: TEST_REPO_URL |
| 237 | default: 'https://gerrit.nordix.org/infra/test.git' |
| 238 | description: 'URL to Nordix Cloud Infra test repository' |
| 239 | - string: |
Fatih Degirmenci | e8bc455 | 2019-02-15 16:20:23 +0100 | [diff] [blame] | 240 | name: CLEANUP |
| 241 | default: 'false' |
Fatih Degirmenci | 6b4d285 | 2019-02-07 11:24:29 +0100 | [diff] [blame] | 242 | |
| 243 | wrappers: |
| 244 | - build-timeout: |
| 245 | timeout: 120 |
| 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 |
| 253 | |
| 254 | builders: |
| 255 | - 'cloud-infra-verify-{phase}-macro' |
| 256 | |
| 257 | # ------------------------------- |
| 258 | # builder macros |
| 259 | # ------------------------------- |
| 260 | |
| 261 | - builder: |
| 262 | name: 'cloud-infra-verify-deploy-macro' |
| 263 | builders: |
Fatih Degirmenci | 9c50e09 | 2019-03-18 13:54:20 +0100 | [diff] [blame] | 264 | - shell: |
| 265 | !include-raw: ./wait-for-pkg-manager.sh |
Fatih Degirmenci | 6b4d285 | 2019-02-07 11:24:29 +0100 | [diff] [blame] | 266 | - shell: |
| 267 | !include-raw: ./cloud-infra-deploy.sh |
| 268 | |
| 269 | - builder: |
| 270 | name: 'cloud-infra-verify-test-macro' |
| 271 | builders: |
| 272 | - shell: |
Fatih Degirmenci | 9142936 | 2019-03-25 09:53:32 +0100 | [diff] [blame] | 273 | !include-raw: ./prepare-for-test.sh |
| 274 | - shell: |
Fatih Degirmenci | 6b4d285 | 2019-02-07 11:24:29 +0100 | [diff] [blame] | 275 | !include-raw: ./cloud-infra-test.sh |
| 276 | |
| 277 | # vim: set ts=2 sw=2 expandtab: |