blob: cdf877f4fc3deadf5a9510fd8aa08bfff5a5a414 [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
Rozziicb6a92d2022-10-04 11:08:51 +030040 - main_fullstack_building
41 - fullstack_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
Rozzii67e2e3c2022-04-08 14:39:16 +030072 name_postfix: '_ironic_from_source'
73 trigger_postfix: '-ironic-source'
Rozzii67e2e3c2022-04-08 14:39:16 +030074 ironic_install_type: 'source'
75 - ironic_image:
76 repo: ironic-image
Lennart Jern146f50a2022-02-15 08:27:59 +020077 - ironic_ipa_downloader:
78 repo: ironic-ipa-downloader
Furkat Gofurov000423f2022-07-07 17:03:13 +030079 - mariadb_image:
Furkat Gofurov4d1ca002022-07-06 19:47:16 +030080 repo: mariadb-image
Lennart Jern146f50a2022-02-15 08:27:59 +020081 image_os:
82 - ubuntu
83 - centos
Furkat Gofurov417257d2022-07-06 11:49:22 +030084 capm3_target_branch:
85 - main:
Lennart Jern146f50a2022-02-15 08:27:59 +020086 capi_version: v1beta1
87 capm3_version: v1beta1
kashifestd4892572022-07-07 13:50:06 +030088 capm3_release_branch: main
Lennart Jern146f50a2022-02-15 08:27:59 +020089 target_branches:
Lennart Jern146f50a2022-02-15 08:27:59 +020090 - 'main'
Kashif Khanfcaa5742022-12-08 12:36:03 +020091 - release-1-3:
92 capi_version: v1beta1
93 capm3_version: v1beta1
94 capm3_release_branch: release-1.3
95 target_branches:
96 - 'main'
97 - 'release-1.3'
Furkat Gofurov016630e2022-09-19 12:23:39 +030098 - release-1-2:
99 capi_version: v1beta1
100 capm3_version: v1beta1
101 capm3_release_branch: release-1.2
102 target_branches:
103 - 'main'
104 - 'release-1.2'
adil ghaffarb5ab5262022-07-07 12:32:34 +0300105 - release-1-1:
106 capi_version: v1beta1
107 capm3_version: v1beta1
108 capm3_release_branch: release-1.1
109 target_branches:
110 - 'main'
111 - 'release-1.1'
Lennart Jern146f50a2022-02-15 08:27:59 +0200112 exclude:
113 - proj: ironic_ipa_downloader
114 image_os: centos
Furkat Gofurov3b694cf2022-10-03 14:47:36 +0300115 capm3_target_branch: release-1-1
maelka08dcb52020-01-21 16:23:39 +0200116 jobs:
Lennart Jern146f50a2022-02-15 08:27:59 +0200117 - integration_tests
118
119- project:
120 name: keep-integration-tests-alive
121 org: metal3-io
122 proj:
123 - metal3_dev_env:
124 repo: metal3-dev-env
125 - project_infra:
126 repo: project-infra
127 branch: '${{ghprbActualCommit}}'
128 ci_github_repo: '${{ghprbAuthorRepoGitUrl}}'
129 - capm3:
130 repo: cluster-api-provider-metal3
131 - bmo:
132 repo: baremetal-operator
133 - ipam:
134 repo: ip-address-manager
135 - ironic_image:
136 repo: ironic-image
137 image_os:
138 - ubuntu
139 - centos
Furkat Gofurov417257d2022-07-06 11:49:22 +0300140 capm3_target_branch:
141 - main:
Lennart Jern146f50a2022-02-15 08:27:59 +0200142 capi_version: v1beta1
143 capm3_version: v1beta1
kashifestd4892572022-07-07 13:50:06 +0300144 capm3_release_branch: main
Lennart Jern146f50a2022-02-15 08:27:59 +0200145 target_branches:
Lennart Jern146f50a2022-02-15 08:27:59 +0200146 - 'main'
Kashif Khanfcaa5742022-12-08 12:36:03 +0200147 - release-1-3:
148 capi_version: v1beta1
149 capm3_version: v1beta1
150 capm3_release_branch: release-1.3
151 target_branches:
152 - 'main'
153 - 'release-1.3'
Furkat Gofurov016630e2022-09-19 12:23:39 +0300154 - release-1-2:
155 capi_version: v1beta1
156 capm3_version: v1beta1
157 capm3_release_branch: release-1.2
158 target_branches:
159 - 'main'
160 - 'release-1.2'
adil ghaffarb5ab5262022-07-07 12:32:34 +0300161 - release-1-1:
162 capi_version: v1beta1
163 capm3_version: v1beta1
164 capm3_release_branch: release-1.1
165 target_branches:
166 - 'main'
167 - 'release-1.1'
Lennart Jern146f50a2022-02-15 08:27:59 +0200168 jobs:
169 - keep_integration_tests
170
171- project:
172 name: feature-tests
173 org: metal3-io
174 proj:
175 - metal3_dev_env:
176 repo: metal3-dev-env
177 - project_infra:
178 repo: project-infra
179 branch: '${{ghprbActualCommit}}'
180 ci_github_repo: '${{ghprbAuthorRepoGitUrl}}'
181 - bmo:
182 repo: baremetal-operator
183 image_os:
184 - ubuntu
185 - centos
186 exclude:
187 - proj: bmo
188 image_os: centos
189 jobs:
190 - feature_tests
Lennart Jern146f50a2022-02-15 08:27:59 +0200191
192- project:
193 name: metal3-dev-env-main-tests
194 org: metal3-io
195 repo: metal3-dev-env
196 image_os:
197 - ubuntu
198 - centos
199 jobs:
200 - main_feature_tests
Lennart Jern146f50a2022-02-15 08:27:59 +0200201 - capm3_main_integration_tests:
Furkat Gofurov417257d2022-07-06 11:49:22 +0300202 capm3_target_branch:
203 - main:
Lennart Jern146f50a2022-02-15 08:27:59 +0200204 capi_version: v1beta1
205 capm3_version: v1beta1
kashifestd4892572022-07-07 13:50:06 +0300206 capm3_release_branch: main
Lennart Jern146f50a2022-02-15 08:27:59 +0200207 schedule: "H 4 * * *"
Kashif Khanfcaa5742022-12-08 12:36:03 +0200208 - release-1-3:
209 capi_version: v1beta1
210 capm3_version: v1beta1
211 capm3_release_branch: release-1.3
212 schedule: "30 4 * * *"
Furkat Gofurov016630e2022-09-19 12:23:39 +0300213 - release-1-2:
214 capi_version: v1beta1
215 capm3_version: v1beta1
216 capm3_release_branch: release-1.2
217 schedule: "30 4 * * *"
adil ghaffarb5ab5262022-07-07 12:32:34 +0300218 - release-1-1:
219 capi_version: v1beta1
220 capm3_version: v1beta1
221 capm3_release_branch: release-1.1
222 schedule: "30 4 * * *"
Lennart Jern146f50a2022-02-15 08:27:59 +0200223
224- project:
225 name: bml-tests
226 org: metal3-io
227 image_os: centos
228 jobs:
229 - bml_integration_tests:
230 proj:
231 - metal3_dev_env:
232 repo: metal3-dev-env
233 - project_infra:
234 repo: project-infra
235 branch: '${{ghprbActualCommit}}'
236 ci_github_repo: '${{ghprbAuthorRepoGitUrl}}'
237 - bml_main_integration_tests:
238 repo: metal3-dev-env
kanwar saad bin liaqate0eef2d2019-07-25 15:32:36 +0300239
maelk81070bf2019-08-27 16:28:31 +0300240- project:
Furkat Gofurov67548de2022-02-04 17:18:53 +0200241 name: 'project_infra_cleanup'
Furkat Gofurov06b73b42021-08-25 15:39:08 +0300242 repo:
243 org: "metal3-io"
244 name: "project-infra"
245 ci_github_pipeline: 'jenkins/jobs/integration_tests_clean.pipeline'
246 jobs:
Furkat Gofurov67548de2022-02-04 17:18:53 +0200247 - main_clean
Furkat Gofurov06b73b42021-08-25 15:39:08 +0300248
249- project:
Furkat Gofurov67548de2022-02-04 17:18:53 +0200250 name: "capm3"
mboukhalfaf4ea1842022-05-03 17:09:25 +0300251 org: metal3-io
252 proj:
253 - capm3:
254 repo: cluster-api-provider-metal3
mboukhalfa46a0eec2022-05-05 11:48:07 +0300255 - metal3_dev_env:
256 repo: metal3-dev-env
mboukhalfaf4ea1842022-05-03 17:09:25 +0300257 - project_infra:
258 repo: project-infra
259 branch: '${{ghprbActualCommit}}'
260 ci_github_repo: '${{ghprbAuthorRepoGitUrl}}'
mboukhalfa46a0eec2022-05-05 11:48:07 +0300261 - bmo:
262 repo: baremetal-operator
mboukhalfa8607e112022-08-29 12:08:37 +0300263 - ipam:
264 repo: ip-address-manager
Lennart Jern146f50a2022-02-15 08:27:59 +0200265 image_os:
266 - ubuntu
267 - centos
Furkat Gofurov417257d2022-07-06 11:49:22 +0300268 capm3_target_branch:
269 - main:
mboukhalfa139d0392022-05-06 10:48:30 +0300270 capi_version: v1beta1
271 capm3_version: v1beta1
kashifestd4892572022-07-07 13:50:06 +0300272 capm3_release_branch: main
mboukhalfa139d0392022-05-06 10:48:30 +0300273 target_branches:
274 - 'main'
Kashif Khanfcaa5742022-12-08 12:36:03 +0200275 - release-1-3:
276 capi_version: v1beta1
277 capm3_version: v1beta1
278 capm3_release_branch: release-1.3
279 target_branches:
280 - 'release-1.3'
Furkat Gofurov016630e2022-09-19 12:23:39 +0300281 - release-1-2:
282 capi_version: v1beta1
283 capm3_version: v1beta1
284 capm3_release_branch: release-1.2
285 target_branches:
286 - 'release-1.2'
adil ghaffarb5ab5262022-07-07 12:32:34 +0300287 - release-1-1:
288 capi_version: v1beta1
289 capm3_version: v1beta1
290 capm3_release_branch: release-1.1
291 target_branches:
292 - 'release-1.1'
maelk4eeac872020-03-04 19:12:08 +0200293 jobs:
Lennart Jern146f50a2022-02-15 08:27:59 +0200294 - capm3_e2e_upgrade_tests:
Mohammed Boukhalfa61c4a502023-04-14 15:53:02 +0300295 upgrade_from_release:
296 - from-release-1-1:
297 upgrade_from: v1.1.
298 - from-release-0-5:
299 upgrade_from: v0.5.
Lennart Jern146f50a2022-02-15 08:27:59 +0200300 exclude:
301 - image_os: centos
Huy Mai79b78ea2022-12-14 11:16:26 +0200302 - capm3_e2e_integration_tests:
Mohammed Boukhalfa45ccfc92023-03-03 20:29:09 +0200303 - parallel_capm3_e2e_feature_tests:
304 - capm3_e2e_feature_tests:
305 - keep_capm3_e2e_integration_tests:
306 - keep_capm3_e2e_feature_tests:
moshiur.rahman37593742023-02-10 14:42:02 +0200307 - keep_capm3_e2e_upgrade_tests:
308 exclude:
309 - image_os: centos
mboukhalfaf4ea1842022-05-03 17:09:25 +0300310
311- project:
312 name: "capm3-main-tests"
313 repo:
314 org: "metal3-io"
315 name: "cluster-api-provider-metal3"
316 image_os:
317 - ubuntu
318 - centos
319 jobs:
Mohammed Boukhalfafc092cf2022-03-08 12:36:40 +0200320 - capm3_main_e2e_upgrade_tests:
Mohammed Boukhalfa61c4a502023-04-14 15:53:02 +0300321 upgrade_from_release:
322 - from-release-1-1:
323 upgrade_from: 1.1
324 - from-release-0-5:
325 upgrade_from: 0.5
Mohammed Boukhalfafc092cf2022-03-08 12:36:40 +0200326 exclude:
327 - image_os: centos
smoshiur12373903cf02022-03-11 11:06:31 +0200328 - capm3_main_e2e_ephemeral_tests:
329 exclude:
330 - image_os: ubuntu
Mohammed Boukhalfa45ccfc92023-03-03 20:29:09 +0200331 - capm3_main_e2e_integration_tests:
332 - capm3_main_e2e_feature_tests:
Furkat Gofurov417257d2022-07-06 11:49:22 +0300333 capm3_target_branch:
334 - main:
Lennart Jern146f50a2022-02-15 08:27:59 +0200335 capi_version: v1beta1
336 capm3_version: v1beta1
337 capm3_branch: main
kashifestd4892572022-07-07 13:50:06 +0300338 capm3_release_branch: main
Lennart Jern146f50a2022-02-15 08:27:59 +0200339 schedule: "H 20 * * *"
Kashif Khanfcaa5742022-12-08 12:36:03 +0200340 - release-1-3:
341 capi_version: v1beta1
342 capm3_version: v1beta1
343 capm3_branch: release-1.3
344 capm3_release_branch: release-1.3
345 schedule: "H 23 * * *"
Furkat Gofurov016630e2022-09-19 12:23:39 +0300346 - release-1-2:
347 capi_version: v1beta1
348 capm3_version: v1beta1
349 capm3_branch: release-1.2
350 capm3_release_branch: release-1.2
351 schedule: "H 23 * * *"
adil ghaffarb5ab5262022-07-07 12:32:34 +0300352 - release-1-1:
353 capi_version: v1beta1
354 capm3_version: v1beta1
355 capm3_branch: release-1.1
356 capm3_release_branch: release-1.1
357 schedule: "H 23 * * *"
Rozzii0bd5bfc2022-03-30 10:48:46 +0300358
359- project:
360 name: 'ironic_image_build_tests'
361 org: metal3-io
362 proj:
363 - project_infra:
364 repo: project-infra
Rozzii0e1e77a2022-04-12 11:18:32 +0300365 branch: '${{ghprbActualCommit}}'
366 ci_github_repo: '${{ghprbAuthorRepoGitUrl}}'
Rozzii0bd5bfc2022-03-30 10:48:46 +0300367 - ironic_image:
368 repo: ironic-image
369 jobs:
370 - ironic_image_build_tests