blob: 55ebb82eefc8bbd960d47e53d330ff48b6390bcd [file] [log] [blame]
kanwar saad bin liaqate0eef2d2019-07-25 15:32:36 +03001---
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:
maelke07b44c2019-09-16 15:59:18 +030033 - capi_bm_integration_tests_ubuntu
34 - capi_bm_integration_tests_centos
kanwar saad bin liaqate0eef2d2019-07-25 15:32:36 +030035 - linter_tests
maelkf8928002019-09-19 14:53:02 +030036 - openstack_image_building
fmuyassarov180e0952019-09-25 09:51:40 +030037 - docker_image_building
kanwar saad bin liaqate0eef2d2019-07-25 15:32:36 +030038 repo:
39 org: "Nordix"
40 name: "airship-dev-tools"
41
42- project:
maelk3116ba52020-01-20 11:25:52 +020043 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 liaqate0eef2d2019-07-25 15:32:36 +030055 name: "nordix_bmo"
56 jobs:
maelke07b44c2019-09-16 15:59:18 +030057 - capi_bm_integration_tests_ubuntu
58 - capi_bm_integration_tests_centos
mikkosestedf045b2019-08-27 16:02:17 +030059 - capi_bm_unit_tests
fmuyassaroveb439b62019-12-05 18:46:34 +020060 - capi_bm_v1a2_integration_tests_ubuntu
61 - capi_bm_v1a2_integration_tests_centos
kanwar saad bin liaqate0eef2d2019-07-25 15:32:36 +030062 - linter_tests
63 repo:
64 org: "Nordix"
65 name: "baremetal-operator"
66
67- project:
68 name: "nordix_capi"
69 jobs:
maelke07b44c2019-09-16 15:59:18 +030070 - capi_bm_integration_tests_ubuntu
71 - capi_bm_integration_tests_centos
kanwar saad bin liaqate0eef2d2019-07-25 15:32:36 +030072 - linter_tests
73 repo:
74 org: "Nordix"
75 name: "cluster-api"
76
77- project:
78 name: "nordix_metal3_dev_env"
79 jobs:
maelke07b44c2019-09-16 15:59:18 +030080 - capi_bm_integration_tests_ubuntu
81 - capi_bm_integration_tests_centos
fmuyassaroveb439b62019-12-05 18:46:34 +020082 - capi_bm_v1a2_integration_tests_ubuntu
83 - capi_bm_v1a2_integration_tests_centos
kanwar saad bin liaqate0eef2d2019-07-25 15:32:36 +030084 - linter_tests
85 repo:
86 org: "Nordix"
87 name: "metal3-dev-env"
88
89- project:
90 name: "nordix_capi_bm"
91 jobs:
maelke07b44c2019-09-16 15:59:18 +030092 - capi_bm_integration_tests_ubuntu
93 - capi_bm_integration_tests_centos
mikkosestedf045b2019-08-27 16:02:17 +030094 - capi_bm_unit_tests
fmuyassaroveb439b62019-12-05 18:46:34 +020095 - capi_bm_v1a2_integration_tests_centos
96 - capi_bm_v1a2_integration_tests_ubuntu
kanwar saad bin liaqate0eef2d2019-07-25 15:32:36 +030097 - linter_tests
98 repo:
99 org: "Nordix"
100 name: "cluster-api-provider-baremetal"
101
kanwar saad bin liaqate0eef2d2019-07-25 15:32:36 +0300102
maelk81070bf2019-08-27 16:28:31 +0300103- project:
maelk93c18a52019-09-26 16:00:46 +0300104 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
fmuyassaroveb439b62019-12-05 18:46:34 +0200111 - capi_bm_v1a2_integration_tests_centos
112 - capi_bm_v1a2_integration_tests_ubuntu
113
maelk93c18a52019-09-26 16:00:46 +0300114 repo:
115 org: "metal3-io"
116 name: "baremetal-operator"
maelk39ce79e2019-10-18 15:38:04 +0300117 ci_ghprb_auth_id: '66556785-bf9b-42a0-812f-ccfd3c59f85c'
kanwar saad bin liaqate0eef2d2019-07-25 15:32:36 +0300118
119
maelk81070bf2019-08-27 16:28:31 +0300120- project:
121 name: "metal3io_metal3_dev_env"
122 ci_github_whitelist_org:
123 - metal3-io
124 - nordix-airship
125 jobs:
maelke07b44c2019-09-16 15:59:18 +0300126 - capi_bm_integration_tests_ubuntu
127 - capi_bm_integration_tests_centos
fmuyassarov91c21ac2019-10-14 13:02:09 +0300128 - capi_bm_master_integration_tests_ubuntu
fmuyassarov554710d2019-11-01 15:22:48 +0200129 - capi_bm_master_integration_tests_centos
fmuyassaroveb439b62019-12-05 18:46:34 +0200130 - 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
maelk81070bf2019-08-27 16:28:31 +0300135 repo:
136 org: "metal3-io"
137 name: "metal3-dev-env"
maelk39ce79e2019-10-18 15:38:04 +0300138 ci_ghprb_auth_id: '66556785-bf9b-42a0-812f-ccfd3c59f85c'
kanwar saad bin liaqate0eef2d2019-07-25 15:32:36 +0300139
maelk81070bf2019-08-27 16:28:31 +0300140- project:
141 name: "metal3io_capi_bm"
maelke07b44c2019-09-16 15:59:18 +0300142 ci_github_whitelist_org:
maelk81070bf2019-08-27 16:28:31 +0300143 - metal3-io
144 - nordix-airship
145 jobs:
maelke07b44c2019-09-16 15:59:18 +0300146 - capi_bm_integration_tests_ubuntu
147 - capi_bm_integration_tests_centos
fmuyassaroveb439b62019-12-05 18:46:34 +0200148 - capi_bm_v1a2_integration_tests_centos
149 - capi_bm_v1a2_integration_tests_ubuntu
150
maelk81070bf2019-08-27 16:28:31 +0300151 repo:
152 org: "metal3-io"
153 name: "cluster-api-provider-baremetal"
maelk39ce79e2019-10-18 15:38:04 +0300154 ci_ghprb_auth_id: '66556785-bf9b-42a0-812f-ccfd3c59f85c'
Jaakko Kuuskoski9bca5dd2019-09-27 11:16:03 +0300155
156- project:
fmuyassarova80b7aa2020-01-10 14:43:28 +0200157 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 Kuuskoski9bca5dd2019-09-27 11:16:03 +0300205 name: 'update_nordix'
206 jobs:
207 - update_nordix_repos
208 repo:
209 org: "Nordix"
210 name: "airship-dev-tools"