kanwar saad bin liaqat | e0eef2d | 2019-07-25 15:32:36 +0300 | [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 | # Description: |
| 23 | # ============ |
| 24 | # This file contains the list of JJB projects in airship category. Each project |
| 25 | # corresponds to a github repository. Under each project's 'jobs' list defines the |
| 26 | # jobs associated with that github repository. The job definitions can be found |
| 27 | # in job_{job_id}.yml files in any of JJB include folders. |
| 28 | |
| 29 | - project: |
| 30 | name: 'nordix_dev_tools' |
| 31 | branch: '${{ghprbActualCommit}}' |
| 32 | jobs: |
maelk | e07b44c | 2019-09-16 15:59:18 +0300 | [diff] [blame] | 33 | - capi_bm_integration_tests_ubuntu |
| 34 | - capi_bm_integration_tests_centos |
kanwar saad bin liaqat | e0eef2d | 2019-07-25 15:32:36 +0300 | [diff] [blame] | 35 | - linter_tests |
maelk | f892800 | 2019-09-19 14:53:02 +0300 | [diff] [blame] | 36 | - openstack_image_building |
fmuyassarov | 180e095 | 2019-09-25 09:51:40 +0300 | [diff] [blame] | 37 | - docker_image_building |
kanwar saad bin liaqat | e0eef2d | 2019-07-25 15:32:36 +0300 | [diff] [blame] | 38 | repo: |
| 39 | org: "Nordix" |
| 40 | name: "airship-dev-tools" |
| 41 | |
| 42 | - project: |
maelk | 3116ba5 | 2020-01-20 11:25:52 +0200 | [diff] [blame] | 43 | name: 'metal3io_project_infra' |
| 44 | branch: '${{ghprbActualCommit}}' |
| 45 | jobs: |
| 46 | - capi_bm_integration_tests_ubuntu |
| 47 | - capi_bm_integration_tests_centos |
maelk | 2f684f0 | 2020-01-20 12:22:14 +0200 | [diff] [blame^] | 48 | - capi_bm_v1a2_integration_tests_ubuntu |
| 49 | - capi_bm_v1a2_integration_tests_centos |
maelk | 3116ba5 | 2020-01-20 11:25:52 +0200 | [diff] [blame] | 50 | repo: |
| 51 | org: "metal3-io" |
| 52 | name: "project-infra" |
maelk | 2f684f0 | 2020-01-20 12:22:14 +0200 | [diff] [blame^] | 53 | ci_github_repo: '${{ghprbAuthorRepoGitUrl}}' |
maelk | 3116ba5 | 2020-01-20 11:25:52 +0200 | [diff] [blame] | 54 | ci_github_pipeline: 'jenkins/jobs/integration_tests.pipeline' |
maelk | 2f684f0 | 2020-01-20 12:22:14 +0200 | [diff] [blame^] | 55 | ci_github_jenkins_credentials_id: 'metal3-jenkins-github-token' |
| 56 | ci_ghprb_auth_id: '66556785-bf9b-42a0-812f-ccfd3c59f85c' |
maelk | 3116ba5 | 2020-01-20 11:25:52 +0200 | [diff] [blame] | 57 | |
| 58 | - project: |
kanwar saad bin liaqat | e0eef2d | 2019-07-25 15:32:36 +0300 | [diff] [blame] | 59 | name: "nordix_bmo" |
| 60 | jobs: |
maelk | e07b44c | 2019-09-16 15:59:18 +0300 | [diff] [blame] | 61 | - capi_bm_integration_tests_ubuntu |
| 62 | - capi_bm_integration_tests_centos |
mikkosest | edf045b | 2019-08-27 16:02:17 +0300 | [diff] [blame] | 63 | - capi_bm_unit_tests |
fmuyassarov | eb439b6 | 2019-12-05 18:46:34 +0200 | [diff] [blame] | 64 | - capi_bm_v1a2_integration_tests_ubuntu |
| 65 | - capi_bm_v1a2_integration_tests_centos |
kanwar saad bin liaqat | e0eef2d | 2019-07-25 15:32:36 +0300 | [diff] [blame] | 66 | - linter_tests |
| 67 | repo: |
| 68 | org: "Nordix" |
| 69 | name: "baremetal-operator" |
| 70 | |
| 71 | - project: |
| 72 | name: "nordix_capi" |
| 73 | jobs: |
maelk | e07b44c | 2019-09-16 15:59:18 +0300 | [diff] [blame] | 74 | - capi_bm_integration_tests_ubuntu |
| 75 | - capi_bm_integration_tests_centos |
kanwar saad bin liaqat | e0eef2d | 2019-07-25 15:32:36 +0300 | [diff] [blame] | 76 | - linter_tests |
| 77 | repo: |
| 78 | org: "Nordix" |
| 79 | name: "cluster-api" |
| 80 | |
| 81 | - project: |
| 82 | name: "nordix_metal3_dev_env" |
| 83 | jobs: |
maelk | e07b44c | 2019-09-16 15:59:18 +0300 | [diff] [blame] | 84 | - capi_bm_integration_tests_ubuntu |
| 85 | - capi_bm_integration_tests_centos |
fmuyassarov | eb439b6 | 2019-12-05 18:46:34 +0200 | [diff] [blame] | 86 | - capi_bm_v1a2_integration_tests_ubuntu |
| 87 | - capi_bm_v1a2_integration_tests_centos |
kanwar saad bin liaqat | e0eef2d | 2019-07-25 15:32:36 +0300 | [diff] [blame] | 88 | - linter_tests |
| 89 | repo: |
| 90 | org: "Nordix" |
| 91 | name: "metal3-dev-env" |
| 92 | |
| 93 | - project: |
| 94 | name: "nordix_capi_bm" |
| 95 | jobs: |
maelk | e07b44c | 2019-09-16 15:59:18 +0300 | [diff] [blame] | 96 | - capi_bm_integration_tests_ubuntu |
| 97 | - capi_bm_integration_tests_centos |
mikkosest | edf045b | 2019-08-27 16:02:17 +0300 | [diff] [blame] | 98 | - capi_bm_unit_tests |
fmuyassarov | eb439b6 | 2019-12-05 18:46:34 +0200 | [diff] [blame] | 99 | - capi_bm_v1a2_integration_tests_centos |
| 100 | - capi_bm_v1a2_integration_tests_ubuntu |
kanwar saad bin liaqat | e0eef2d | 2019-07-25 15:32:36 +0300 | [diff] [blame] | 101 | - linter_tests |
| 102 | repo: |
| 103 | org: "Nordix" |
| 104 | name: "cluster-api-provider-baremetal" |
| 105 | |
kanwar saad bin liaqat | e0eef2d | 2019-07-25 15:32:36 +0300 | [diff] [blame] | 106 | |
maelk | 81070bf | 2019-08-27 16:28:31 +0300 | [diff] [blame] | 107 | - project: |
maelk | 93c18a5 | 2019-09-26 16:00:46 +0300 | [diff] [blame] | 108 | name: "metal3io_bmo" |
| 109 | ci_github_whitelist_org: |
| 110 | - metal3-io |
| 111 | - nordix-airship |
| 112 | jobs: |
| 113 | - capi_bm_integration_tests_ubuntu |
| 114 | - capi_bm_integration_tests_centos |
fmuyassarov | eb439b6 | 2019-12-05 18:46:34 +0200 | [diff] [blame] | 115 | - capi_bm_v1a2_integration_tests_centos |
| 116 | - capi_bm_v1a2_integration_tests_ubuntu |
| 117 | |
maelk | 93c18a5 | 2019-09-26 16:00:46 +0300 | [diff] [blame] | 118 | repo: |
| 119 | org: "metal3-io" |
| 120 | name: "baremetal-operator" |
maelk | 39ce79e | 2019-10-18 15:38:04 +0300 | [diff] [blame] | 121 | ci_ghprb_auth_id: '66556785-bf9b-42a0-812f-ccfd3c59f85c' |
kanwar saad bin liaqat | e0eef2d | 2019-07-25 15:32:36 +0300 | [diff] [blame] | 122 | |
| 123 | |
maelk | 81070bf | 2019-08-27 16:28:31 +0300 | [diff] [blame] | 124 | - project: |
| 125 | name: "metal3io_metal3_dev_env" |
| 126 | ci_github_whitelist_org: |
| 127 | - metal3-io |
| 128 | - nordix-airship |
| 129 | jobs: |
maelk | e07b44c | 2019-09-16 15:59:18 +0300 | [diff] [blame] | 130 | - capi_bm_integration_tests_ubuntu |
| 131 | - capi_bm_integration_tests_centos |
fmuyassarov | 91c21ac | 2019-10-14 13:02:09 +0300 | [diff] [blame] | 132 | - capi_bm_master_integration_tests_ubuntu |
fmuyassarov | 554710d | 2019-11-01 15:22:48 +0200 | [diff] [blame] | 133 | - capi_bm_master_integration_tests_centos |
fmuyassarov | eb439b6 | 2019-12-05 18:46:34 +0200 | [diff] [blame] | 134 | - capi_bm_v1a2_integration_tests_centos |
| 135 | - capi_bm_v1a2_integration_tests_ubuntu |
| 136 | - capi_bm_v1a2_master_integration_tests_ubuntu |
| 137 | - capi_bm_v1a2_master_integration_tests_centos |
| 138 | |
maelk | 81070bf | 2019-08-27 16:28:31 +0300 | [diff] [blame] | 139 | repo: |
| 140 | org: "metal3-io" |
| 141 | name: "metal3-dev-env" |
maelk | 39ce79e | 2019-10-18 15:38:04 +0300 | [diff] [blame] | 142 | ci_ghprb_auth_id: '66556785-bf9b-42a0-812f-ccfd3c59f85c' |
kanwar saad bin liaqat | e0eef2d | 2019-07-25 15:32:36 +0300 | [diff] [blame] | 143 | |
maelk | 81070bf | 2019-08-27 16:28:31 +0300 | [diff] [blame] | 144 | - project: |
| 145 | name: "metal3io_capi_bm" |
maelk | e07b44c | 2019-09-16 15:59:18 +0300 | [diff] [blame] | 146 | ci_github_whitelist_org: |
maelk | 81070bf | 2019-08-27 16:28:31 +0300 | [diff] [blame] | 147 | - metal3-io |
| 148 | - nordix-airship |
| 149 | jobs: |
maelk | e07b44c | 2019-09-16 15:59:18 +0300 | [diff] [blame] | 150 | - capi_bm_integration_tests_ubuntu |
| 151 | - capi_bm_integration_tests_centos |
fmuyassarov | eb439b6 | 2019-12-05 18:46:34 +0200 | [diff] [blame] | 152 | - capi_bm_v1a2_integration_tests_centos |
| 153 | - capi_bm_v1a2_integration_tests_ubuntu |
| 154 | |
maelk | 81070bf | 2019-08-27 16:28:31 +0300 | [diff] [blame] | 155 | repo: |
| 156 | org: "metal3-io" |
| 157 | name: "cluster-api-provider-baremetal" |
maelk | 39ce79e | 2019-10-18 15:38:04 +0300 | [diff] [blame] | 158 | ci_ghprb_auth_id: '66556785-bf9b-42a0-812f-ccfd3c59f85c' |
Jaakko Kuuskoski | 9bca5dd | 2019-09-27 11:16:03 +0300 | [diff] [blame] | 159 | |
| 160 | - project: |
fmuyassarov | a80b7aa | 2020-01-10 14:43:28 +0200 | [diff] [blame] | 161 | name: "metal3io_ironic_image" |
| 162 | ci_github_whitelist_org: |
| 163 | - metal3-io |
| 164 | - nordix-airship |
| 165 | jobs: |
| 166 | - capi_bm_integration_tests_ubuntu |
| 167 | - capi_bm_integration_tests_centos |
| 168 | - capi_bm_v1a2_integration_tests_centos |
| 169 | - capi_bm_v1a2_integration_tests_ubuntu |
| 170 | |
| 171 | repo: |
| 172 | org: "metal3-io" |
| 173 | name: "ironic-image" |
| 174 | ci_ghprb_auth_id: '66556785-bf9b-42a0-812f-ccfd3c59f85c' |
| 175 | |
| 176 | - project: |
| 177 | name: "metal3io_ironic_inspector" |
| 178 | ci_github_whitelist_org: |
| 179 | - metal3-io |
| 180 | - nordix-airship |
| 181 | jobs: |
| 182 | - capi_bm_integration_tests_ubuntu |
| 183 | - capi_bm_integration_tests_centos |
| 184 | - capi_bm_v1a2_integration_tests_centos |
| 185 | - capi_bm_v1a2_integration_tests_ubuntu |
| 186 | |
| 187 | repo: |
| 188 | org: "metal3-io" |
| 189 | name: "ironic-inspector-image" |
| 190 | ci_ghprb_auth_id: '66556785-bf9b-42a0-812f-ccfd3c59f85c' |
| 191 | |
| 192 | - project: |
| 193 | name: "metal3io_ironic_ipa_downloader" |
| 194 | ci_github_whitelist_org: |
| 195 | - metal3-io |
| 196 | - nordix-airship |
| 197 | jobs: |
| 198 | - capi_bm_integration_tests_ubuntu |
| 199 | - capi_bm_integration_tests_centos |
| 200 | - capi_bm_v1a2_integration_tests_centos |
| 201 | - capi_bm_v1a2_integration_tests_ubuntu |
| 202 | |
| 203 | repo: |
| 204 | org: "metal3-io" |
| 205 | name: "ironic-ipa-downloader" |
| 206 | ci_ghprb_auth_id: '66556785-bf9b-42a0-812f-ccfd3c59f85c' |
| 207 | |
| 208 | - project: |
Jaakko Kuuskoski | 9bca5dd | 2019-09-27 11:16:03 +0300 | [diff] [blame] | 209 | name: 'update_nordix' |
| 210 | jobs: |
| 211 | - update_nordix_repos |
| 212 | repo: |
| 213 | org: "Nordix" |
| 214 | name: "airship-dev-tools" |