blob: c4bc5af56feb159b796d9faade4fd531bc3c5154 [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# ============
Furkat Gofurovb1e99612022-02-04 10:48:36 +020024# This file contains the list of JJB projects in metal3 category. Each project
kanwar saad bin liaqate0eef2d2019-07-25 15:32:36 +030025# 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}}'
maelk1a9e9352020-01-21 12:49:35 +020032 ci_github_whitelist_org:
Furkat Gofurovb1e99612022-02-04 10:48:36 +020033 - nordix-metal3
kanwar saad bin liaqate0eef2d2019-07-25 15:32:36 +030034 jobs:
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
maelk1a9e9352020-01-21 12:49:35 +020038 - update_nordix_repos
kashifest5352e7b2020-12-04 17:39:50 +020039 - openstack_node_image_building
Furkat Gofurov22522d92022-02-05 22:15:22 +020040 - main_openstack_ipa_and_ironic_image_building
Feruzjon Muyassarov35afcd42021-08-26 14:21:22 +030041 - metal3_ipa_and_ironic_image_building_test
Lennart Jern2e1382e2022-02-14 12:24:16 +020042 - metal3_dev_tools_integration_test:
43 image_os:
44 - ubuntu
45 - centos
Rozzii1fa0e102022-02-28 11:01:39 +020046 - artifact_cleanup
kanwar saad bin liaqate0eef2d2019-07-25 15:32:36 +030047 repo:
48 org: "Nordix"
Furkat Gofurovb1e99612022-02-04 10:48:36 +020049 name: "metal3-dev-tools"
Rozzii25396ec2022-02-18 11:20:44 +020050 ci_github_jenkins_credentials_id: 'nordix-metal3-ci-github-prod-token'
maelk1a9e9352020-01-21 12:49:35 +020051 ci_ghprb_auth_id: 'e8a43847-46ff-42db-a5db-7366df0e4ee2'
Furkat Gofurovb1e99612022-02-04 10:48:36 +020052 ci_github_repo: 'https://github.com/Nordix/metal3-dev-tools.git'
kanwar saad bin liaqate0eef2d2019-07-25 15:32:36 +030053
54- project:
Lennart Jern146f50a2022-02-15 08:27:59 +020055 name: integration-tests
56 org: metal3-io
57 proj:
58 - metal3_dev_env:
59 repo: metal3-dev-env
60 - project_infra:
61 repo: project-infra
62 branch: '${{ghprbActualCommit}}'
63 ci_github_repo: '${{ghprbAuthorRepoGitUrl}}'
64 - capm3:
65 repo: cluster-api-provider-metal3
66 - bmo:
67 repo: baremetal-operator
68 - ipam:
69 repo: ip-address-manager
70 - ironic_image:
71 repo: ironic-image
72 - ironic_ipa_downloader:
73 repo: ironic-ipa-downloader
74 image_os:
75 - ubuntu
76 - centos
77 version:
78 - v1b1:
79 capi_version: v1beta1
80 capm3_version: v1beta1
81 target_branches:
Lennart Jern146f50a2022-02-15 08:27:59 +020082 - 'main'
83 - v1a5:
84 capi_version: v1alpha4
85 capm3_version: v1alpha5
86 target_branches:
Lennart Jern146f50a2022-02-15 08:27:59 +020087 - 'main'
88 - 'release-0.5'
89 - 'release-0.1'
90 - v1a4:
91 capi_version: v1alpha3
92 capm3_version: v1alpha4
93 target_branches:
Lennart Jern146f50a2022-02-15 08:27:59 +020094 - 'main'
95 - 'release-0.4'
96 - 'release-0.0'
97 exclude:
98 - proj: ironic_ipa_downloader
99 image_os: centos
100 version: v1a5
101 - proj: ironic_ipa_downloader
102 image_os: centos
103 version: v1a4
maelka08dcb52020-01-21 16:23:39 +0200104 jobs:
Lennart Jern146f50a2022-02-15 08:27:59 +0200105 - integration_tests
106
107- project:
108 name: keep-integration-tests-alive
109 org: metal3-io
110 proj:
111 - metal3_dev_env:
112 repo: metal3-dev-env
113 - project_infra:
114 repo: project-infra
115 branch: '${{ghprbActualCommit}}'
116 ci_github_repo: '${{ghprbAuthorRepoGitUrl}}'
117 - capm3:
118 repo: cluster-api-provider-metal3
119 - bmo:
120 repo: baremetal-operator
121 - ipam:
122 repo: ip-address-manager
123 - ironic_image:
124 repo: ironic-image
125 image_os:
126 - ubuntu
127 - centos
128 version:
129 - v1b1:
130 capi_version: v1beta1
131 capm3_version: v1beta1
132 target_branches:
Lennart Jern146f50a2022-02-15 08:27:59 +0200133 - 'main'
134 - v1a5:
135 capi_version: v1alpha4
136 capm3_version: v1alpha5
137 target_branches:
Lennart Jern146f50a2022-02-15 08:27:59 +0200138 - 'main'
139 - 'release-0.5'
140 - 'release-0.1'
141 jobs:
142 - keep_integration_tests
143
144- project:
145 name: feature-tests
146 org: metal3-io
147 proj:
148 - metal3_dev_env:
149 repo: metal3-dev-env
150 - project_infra:
151 repo: project-infra
152 branch: '${{ghprbActualCommit}}'
153 ci_github_repo: '${{ghprbAuthorRepoGitUrl}}'
154 - bmo:
155 repo: baremetal-operator
156 image_os:
157 - ubuntu
158 - centos
159 exclude:
160 - proj: bmo
161 image_os: centos
162 jobs:
163 - feature_tests
164 - feature_tests_upgrade:
165 exclude:
166 - image_os: centos
167 - proj: bmo
168
169- project:
170 name: metal3-dev-env-main-tests
171 org: metal3-io
172 repo: metal3-dev-env
173 image_os:
174 - ubuntu
175 - centos
176 jobs:
177 - main_feature_tests
178 - main_feature_tests_upgrade:
179 exclude:
180 - image_os: centos
181 - capm3_main_integration_tests:
182 version:
183 - v1b1:
184 capi_version: v1beta1
185 capm3_version: v1beta1
186 schedule: "H 4 * * *"
187 - v1a5:
188 capi_version: v1alpha4
189 capm3_version: v1alpha5
190 schedule: "30 4 * * *"
191
192- project:
193 name: bml-tests
194 org: metal3-io
195 image_os: centos
196 jobs:
197 - bml_integration_tests:
198 proj:
199 - metal3_dev_env:
200 repo: metal3-dev-env
201 - project_infra:
202 repo: project-infra
203 branch: '${{ghprbActualCommit}}'
204 ci_github_repo: '${{ghprbAuthorRepoGitUrl}}'
205 - bml_main_integration_tests:
206 repo: metal3-dev-env
kanwar saad bin liaqate0eef2d2019-07-25 15:32:36 +0300207
maelk81070bf2019-08-27 16:28:31 +0300208- project:
Furkat Gofurov67548de2022-02-04 17:18:53 +0200209 name: 'project_infra_cleanup'
Furkat Gofurov06b73b42021-08-25 15:39:08 +0300210 repo:
211 org: "metal3-io"
212 name: "project-infra"
213 ci_github_pipeline: 'jenkins/jobs/integration_tests_clean.pipeline'
214 jobs:
Furkat Gofurov67548de2022-02-04 17:18:53 +0200215 - main_clean
Furkat Gofurov06b73b42021-08-25 15:39:08 +0300216
217- project:
Furkat Gofurov67548de2022-02-04 17:18:53 +0200218 name: "capm3"
maelk4eeac872020-03-04 19:12:08 +0200219 repo:
220 org: "metal3-io"
221 name: "cluster-api-provider-metal3"
Lennart Jern146f50a2022-02-15 08:27:59 +0200222 image_os:
223 - ubuntu
224 - centos
maelk4eeac872020-03-04 19:12:08 +0200225 jobs:
Lennart Jern146f50a2022-02-15 08:27:59 +0200226 - capm3_e2e_upgrade_tests:
227 exclude:
228 - image_os: centos
229 - capm3_e2e_tests:
230 version:
231 - v1b1:
232 capi_version: v1beta1
233 capm3_version: v1beta1
234 target_branches:
Lennart Jern146f50a2022-02-15 08:27:59 +0200235 - 'main'
236 - v1a5:
237 capi_version: v1alpha4
238 capm3_version: v1alpha5
239 target_branches:
Feruzjon Muyassarov4c86c7b2022-03-24 15:13:54 +0200240 - 'release-0.5'
241 - keep_capm3_e2e_tests:
242 version:
243 - v1b1:
244 capi_version: v1beta1
245 capm3_version: v1beta1
246 target_branches:
Lennart Jern146f50a2022-02-15 08:27:59 +0200247 - 'main'
Feruzjon Muyassarov4c86c7b2022-03-24 15:13:54 +0200248 - v1a5:
249 capi_version: v1alpha4
250 capm3_version: v1alpha5
251 target_branches:
Lennart Jern146f50a2022-02-15 08:27:59 +0200252 - 'release-0.5'
Mohammed Boukhalfafc092cf2022-03-08 12:36:40 +0200253 - capm3_main_e2e_upgrade_tests:
254 exclude:
255 - image_os: centos
smoshiur12373903cf02022-03-11 11:06:31 +0200256 - capm3_main_e2e_ephemeral_tests:
257 exclude:
258 - image_os: ubuntu
Lennart Jern146f50a2022-02-15 08:27:59 +0200259 - capm3_main_e2e_tests:
260 version:
261 - v1b1:
262 capi_version: v1beta1
263 capm3_version: v1beta1
264 capm3_branch: main
265 schedule: "H 20 * * *"
266 - v1a5:
267 capi_version: v1alpha4
268 capm3_version: v1alpha5
269 capm3_branch: release-0.5
Feruzjon Muyassarovd10fa142022-03-11 14:11:16 +0200270 schedule: "H 23 * * *"
Rozzii0bd5bfc2022-03-30 10:48:46 +0300271
272
273- project:
274 name: 'ironic_image_build_tests'
275 org: metal3-io
276 proj:
277 - project_infra:
278 repo: project-infra
Rozzii0e1e77a2022-04-12 11:18:32 +0300279 branch: '${{ghprbActualCommit}}'
280 ci_github_repo: '${{ghprbAuthorRepoGitUrl}}'
Rozzii0bd5bfc2022-03-30 10:48:46 +0300281 - ironic_image:
282 repo: ironic-image
283 jobs:
284 - ironic_image_build_tests