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 |
| 48 | repo: |
| 49 | org: "metal3-io" |
| 50 | name: "project-infra" |
| 51 | ci_github_repo: 'metal3-io/project-infra' |
| 52 | ci_github_pipeline: 'jenkins/jobs/integration_tests.pipeline' |
| 53 | |
| 54 | - project: |
kanwar saad bin liaqat | e0eef2d | 2019-07-25 15:32:36 +0300 | [diff] [blame] | 55 | name: "nordix_bmo" |
| 56 | jobs: |
maelk | e07b44c | 2019-09-16 15:59:18 +0300 | [diff] [blame] | 57 | - capi_bm_integration_tests_ubuntu |
| 58 | - capi_bm_integration_tests_centos |
mikkosest | edf045b | 2019-08-27 16:02:17 +0300 | [diff] [blame] | 59 | - capi_bm_unit_tests |
fmuyassarov | eb439b6 | 2019-12-05 18:46:34 +0200 | [diff] [blame] | 60 | - capi_bm_v1a2_integration_tests_ubuntu |
| 61 | - capi_bm_v1a2_integration_tests_centos |
kanwar saad bin liaqat | e0eef2d | 2019-07-25 15:32:36 +0300 | [diff] [blame] | 62 | - linter_tests |
| 63 | repo: |
| 64 | org: "Nordix" |
| 65 | name: "baremetal-operator" |
| 66 | |
| 67 | - project: |
| 68 | name: "nordix_capi" |
| 69 | jobs: |
maelk | e07b44c | 2019-09-16 15:59:18 +0300 | [diff] [blame] | 70 | - capi_bm_integration_tests_ubuntu |
| 71 | - capi_bm_integration_tests_centos |
kanwar saad bin liaqat | e0eef2d | 2019-07-25 15:32:36 +0300 | [diff] [blame] | 72 | - linter_tests |
| 73 | repo: |
| 74 | org: "Nordix" |
| 75 | name: "cluster-api" |
| 76 | |
| 77 | - project: |
| 78 | name: "nordix_metal3_dev_env" |
| 79 | jobs: |
maelk | e07b44c | 2019-09-16 15:59:18 +0300 | [diff] [blame] | 80 | - capi_bm_integration_tests_ubuntu |
| 81 | - capi_bm_integration_tests_centos |
fmuyassarov | eb439b6 | 2019-12-05 18:46:34 +0200 | [diff] [blame] | 82 | - capi_bm_v1a2_integration_tests_ubuntu |
| 83 | - capi_bm_v1a2_integration_tests_centos |
kanwar saad bin liaqat | e0eef2d | 2019-07-25 15:32:36 +0300 | [diff] [blame] | 84 | - linter_tests |
| 85 | repo: |
| 86 | org: "Nordix" |
| 87 | name: "metal3-dev-env" |
| 88 | |
| 89 | - project: |
| 90 | name: "nordix_capi_bm" |
| 91 | jobs: |
maelk | e07b44c | 2019-09-16 15:59:18 +0300 | [diff] [blame] | 92 | - capi_bm_integration_tests_ubuntu |
| 93 | - capi_bm_integration_tests_centos |
mikkosest | edf045b | 2019-08-27 16:02:17 +0300 | [diff] [blame] | 94 | - capi_bm_unit_tests |
fmuyassarov | eb439b6 | 2019-12-05 18:46:34 +0200 | [diff] [blame] | 95 | - capi_bm_v1a2_integration_tests_centos |
| 96 | - capi_bm_v1a2_integration_tests_ubuntu |
kanwar saad bin liaqat | e0eef2d | 2019-07-25 15:32:36 +0300 | [diff] [blame] | 97 | - linter_tests |
| 98 | repo: |
| 99 | org: "Nordix" |
| 100 | name: "cluster-api-provider-baremetal" |
| 101 | |
kanwar saad bin liaqat | e0eef2d | 2019-07-25 15:32:36 +0300 | [diff] [blame] | 102 | |
maelk | 81070bf | 2019-08-27 16:28:31 +0300 | [diff] [blame] | 103 | - project: |
maelk | 93c18a5 | 2019-09-26 16:00:46 +0300 | [diff] [blame] | 104 | name: "metal3io_bmo" |
| 105 | ci_github_whitelist_org: |
| 106 | - metal3-io |
| 107 | - nordix-airship |
| 108 | jobs: |
| 109 | - capi_bm_integration_tests_ubuntu |
| 110 | - capi_bm_integration_tests_centos |
fmuyassarov | eb439b6 | 2019-12-05 18:46:34 +0200 | [diff] [blame] | 111 | - capi_bm_v1a2_integration_tests_centos |
| 112 | - capi_bm_v1a2_integration_tests_ubuntu |
| 113 | |
maelk | 93c18a5 | 2019-09-26 16:00:46 +0300 | [diff] [blame] | 114 | repo: |
| 115 | org: "metal3-io" |
| 116 | name: "baremetal-operator" |
maelk | 39ce79e | 2019-10-18 15:38:04 +0300 | [diff] [blame] | 117 | ci_ghprb_auth_id: '66556785-bf9b-42a0-812f-ccfd3c59f85c' |
kanwar saad bin liaqat | e0eef2d | 2019-07-25 15:32:36 +0300 | [diff] [blame] | 118 | |
| 119 | |
maelk | 81070bf | 2019-08-27 16:28:31 +0300 | [diff] [blame] | 120 | - project: |
| 121 | name: "metal3io_metal3_dev_env" |
| 122 | ci_github_whitelist_org: |
| 123 | - metal3-io |
| 124 | - nordix-airship |
| 125 | jobs: |
maelk | e07b44c | 2019-09-16 15:59:18 +0300 | [diff] [blame] | 126 | - capi_bm_integration_tests_ubuntu |
| 127 | - capi_bm_integration_tests_centos |
fmuyassarov | 91c21ac | 2019-10-14 13:02:09 +0300 | [diff] [blame] | 128 | - capi_bm_master_integration_tests_ubuntu |
fmuyassarov | 554710d | 2019-11-01 15:22:48 +0200 | [diff] [blame] | 129 | - capi_bm_master_integration_tests_centos |
fmuyassarov | eb439b6 | 2019-12-05 18:46:34 +0200 | [diff] [blame] | 130 | - capi_bm_v1a2_integration_tests_centos |
| 131 | - capi_bm_v1a2_integration_tests_ubuntu |
| 132 | - capi_bm_v1a2_master_integration_tests_ubuntu |
| 133 | - capi_bm_v1a2_master_integration_tests_centos |
| 134 | |
maelk | 81070bf | 2019-08-27 16:28:31 +0300 | [diff] [blame] | 135 | repo: |
| 136 | org: "metal3-io" |
| 137 | name: "metal3-dev-env" |
maelk | 39ce79e | 2019-10-18 15:38:04 +0300 | [diff] [blame] | 138 | ci_ghprb_auth_id: '66556785-bf9b-42a0-812f-ccfd3c59f85c' |
kanwar saad bin liaqat | e0eef2d | 2019-07-25 15:32:36 +0300 | [diff] [blame] | 139 | |
maelk | 81070bf | 2019-08-27 16:28:31 +0300 | [diff] [blame] | 140 | - project: |
| 141 | name: "metal3io_capi_bm" |
maelk | e07b44c | 2019-09-16 15:59:18 +0300 | [diff] [blame] | 142 | ci_github_whitelist_org: |
maelk | 81070bf | 2019-08-27 16:28:31 +0300 | [diff] [blame] | 143 | - metal3-io |
| 144 | - nordix-airship |
| 145 | jobs: |
maelk | e07b44c | 2019-09-16 15:59:18 +0300 | [diff] [blame] | 146 | - capi_bm_integration_tests_ubuntu |
| 147 | - capi_bm_integration_tests_centos |
fmuyassarov | eb439b6 | 2019-12-05 18:46:34 +0200 | [diff] [blame] | 148 | - capi_bm_v1a2_integration_tests_centos |
| 149 | - capi_bm_v1a2_integration_tests_ubuntu |
| 150 | |
maelk | 81070bf | 2019-08-27 16:28:31 +0300 | [diff] [blame] | 151 | repo: |
| 152 | org: "metal3-io" |
| 153 | name: "cluster-api-provider-baremetal" |
maelk | 39ce79e | 2019-10-18 15:38:04 +0300 | [diff] [blame] | 154 | ci_ghprb_auth_id: '66556785-bf9b-42a0-812f-ccfd3c59f85c' |
Jaakko Kuuskoski | 9bca5dd | 2019-09-27 11:16:03 +0300 | [diff] [blame] | 155 | |
| 156 | - project: |
fmuyassarov | a80b7aa | 2020-01-10 14:43:28 +0200 | [diff] [blame] | 157 | name: "metal3io_ironic_image" |
| 158 | ci_github_whitelist_org: |
| 159 | - metal3-io |
| 160 | - nordix-airship |
| 161 | jobs: |
| 162 | - capi_bm_integration_tests_ubuntu |
| 163 | - capi_bm_integration_tests_centos |
| 164 | - capi_bm_v1a2_integration_tests_centos |
| 165 | - capi_bm_v1a2_integration_tests_ubuntu |
| 166 | |
| 167 | repo: |
| 168 | org: "metal3-io" |
| 169 | name: "ironic-image" |
| 170 | ci_ghprb_auth_id: '66556785-bf9b-42a0-812f-ccfd3c59f85c' |
| 171 | |
| 172 | - project: |
| 173 | name: "metal3io_ironic_inspector" |
| 174 | ci_github_whitelist_org: |
| 175 | - metal3-io |
| 176 | - nordix-airship |
| 177 | jobs: |
| 178 | - capi_bm_integration_tests_ubuntu |
| 179 | - capi_bm_integration_tests_centos |
| 180 | - capi_bm_v1a2_integration_tests_centos |
| 181 | - capi_bm_v1a2_integration_tests_ubuntu |
| 182 | |
| 183 | repo: |
| 184 | org: "metal3-io" |
| 185 | name: "ironic-inspector-image" |
| 186 | ci_ghprb_auth_id: '66556785-bf9b-42a0-812f-ccfd3c59f85c' |
| 187 | |
| 188 | - project: |
| 189 | name: "metal3io_ironic_ipa_downloader" |
| 190 | ci_github_whitelist_org: |
| 191 | - metal3-io |
| 192 | - nordix-airship |
| 193 | jobs: |
| 194 | - capi_bm_integration_tests_ubuntu |
| 195 | - capi_bm_integration_tests_centos |
| 196 | - capi_bm_v1a2_integration_tests_centos |
| 197 | - capi_bm_v1a2_integration_tests_ubuntu |
| 198 | |
| 199 | repo: |
| 200 | org: "metal3-io" |
| 201 | name: "ironic-ipa-downloader" |
| 202 | ci_ghprb_auth_id: '66556785-bf9b-42a0-812f-ccfd3c59f85c' |
| 203 | |
| 204 | - project: |
Jaakko Kuuskoski | 9bca5dd | 2019-09-27 11:16:03 +0300 | [diff] [blame] | 205 | name: 'update_nordix' |
| 206 | jobs: |
| 207 | - update_nordix_repos |
| 208 | repo: |
| 209 | org: "Nordix" |
| 210 | name: "airship-dev-tools" |