blob: 0859eab49f5c0dfb77b594e0c7fe53d45ec61945 [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
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
79 image_os:
80 - ubuntu
81 - centos
Furkat Gofurov417257d2022-07-06 11:49:22 +030082 capm3_target_branch:
83 - main:
Lennart Jern146f50a2022-02-15 08:27:59 +020084 capi_version: v1beta1
85 capm3_version: v1beta1
86 target_branches:
Lennart Jern146f50a2022-02-15 08:27:59 +020087 - 'main'
Furkat Gofurov417257d2022-07-06 11:49:22 +030088 - release-0-5:
Lennart Jern146f50a2022-02-15 08:27:59 +020089 capi_version: v1alpha4
90 capm3_version: v1alpha5
91 target_branches:
Lennart Jern146f50a2022-02-15 08:27:59 +020092 - 'main'
93 - 'release-0.5'
94 - 'release-0.1'
Lennart Jern146f50a2022-02-15 08:27:59 +020095 exclude:
96 - proj: ironic_ipa_downloader
97 image_os: centos
Furkat Gofurov417257d2022-07-06 11:49:22 +030098 capm3_target_branch: release-0-5
maelka08dcb52020-01-21 16:23:39 +020099 jobs:
Lennart Jern146f50a2022-02-15 08:27:59 +0200100 - integration_tests
101
102- project:
103 name: keep-integration-tests-alive
104 org: metal3-io
105 proj:
106 - metal3_dev_env:
107 repo: metal3-dev-env
108 - project_infra:
109 repo: project-infra
110 branch: '${{ghprbActualCommit}}'
111 ci_github_repo: '${{ghprbAuthorRepoGitUrl}}'
112 - capm3:
113 repo: cluster-api-provider-metal3
114 - bmo:
115 repo: baremetal-operator
116 - ipam:
117 repo: ip-address-manager
118 - ironic_image:
119 repo: ironic-image
120 image_os:
121 - ubuntu
122 - centos
Furkat Gofurov417257d2022-07-06 11:49:22 +0300123 capm3_target_branch:
124 - main:
Lennart Jern146f50a2022-02-15 08:27:59 +0200125 capi_version: v1beta1
126 capm3_version: v1beta1
127 target_branches:
Lennart Jern146f50a2022-02-15 08:27:59 +0200128 - 'main'
Furkat Gofurov417257d2022-07-06 11:49:22 +0300129 - release-0-5:
Lennart Jern146f50a2022-02-15 08:27:59 +0200130 capi_version: v1alpha4
131 capm3_version: v1alpha5
132 target_branches:
Lennart Jern146f50a2022-02-15 08:27:59 +0200133 - 'main'
134 - 'release-0.5'
135 - 'release-0.1'
136 jobs:
137 - keep_integration_tests
138
139- project:
140 name: feature-tests
141 org: metal3-io
142 proj:
143 - metal3_dev_env:
144 repo: metal3-dev-env
145 - project_infra:
146 repo: project-infra
147 branch: '${{ghprbActualCommit}}'
148 ci_github_repo: '${{ghprbAuthorRepoGitUrl}}'
149 - bmo:
150 repo: baremetal-operator
151 image_os:
152 - ubuntu
153 - centos
154 exclude:
155 - proj: bmo
156 image_os: centos
157 jobs:
158 - feature_tests
159 - feature_tests_upgrade:
160 exclude:
161 - image_os: centos
162 - proj: bmo
163
164- project:
165 name: metal3-dev-env-main-tests
166 org: metal3-io
167 repo: metal3-dev-env
168 image_os:
169 - ubuntu
170 - centos
171 jobs:
172 - main_feature_tests
173 - main_feature_tests_upgrade:
174 exclude:
175 - image_os: centos
176 - capm3_main_integration_tests:
Furkat Gofurov417257d2022-07-06 11:49:22 +0300177 capm3_target_branch:
178 - main:
Lennart Jern146f50a2022-02-15 08:27:59 +0200179 capi_version: v1beta1
180 capm3_version: v1beta1
181 schedule: "H 4 * * *"
Furkat Gofurov417257d2022-07-06 11:49:22 +0300182 - release-0-5:
Lennart Jern146f50a2022-02-15 08:27:59 +0200183 capi_version: v1alpha4
184 capm3_version: v1alpha5
185 schedule: "30 4 * * *"
186
187- project:
188 name: bml-tests
189 org: metal3-io
190 image_os: centos
191 jobs:
192 - bml_integration_tests:
193 proj:
194 - metal3_dev_env:
195 repo: metal3-dev-env
196 - project_infra:
197 repo: project-infra
198 branch: '${{ghprbActualCommit}}'
199 ci_github_repo: '${{ghprbAuthorRepoGitUrl}}'
200 - bml_main_integration_tests:
201 repo: metal3-dev-env
kanwar saad bin liaqate0eef2d2019-07-25 15:32:36 +0300202
maelk81070bf2019-08-27 16:28:31 +0300203- project:
Furkat Gofurov67548de2022-02-04 17:18:53 +0200204 name: 'project_infra_cleanup'
Furkat Gofurov06b73b42021-08-25 15:39:08 +0300205 repo:
206 org: "metal3-io"
207 name: "project-infra"
208 ci_github_pipeline: 'jenkins/jobs/integration_tests_clean.pipeline'
209 jobs:
Furkat Gofurov67548de2022-02-04 17:18:53 +0200210 - main_clean
Furkat Gofurov06b73b42021-08-25 15:39:08 +0300211
212- project:
Furkat Gofurov67548de2022-02-04 17:18:53 +0200213 name: "capm3"
mboukhalfaf4ea1842022-05-03 17:09:25 +0300214 org: metal3-io
215 proj:
216 - capm3:
217 repo: cluster-api-provider-metal3
mboukhalfa46a0eec2022-05-05 11:48:07 +0300218 - metal3_dev_env:
219 repo: metal3-dev-env
mboukhalfaf4ea1842022-05-03 17:09:25 +0300220 - project_infra:
221 repo: project-infra
222 branch: '${{ghprbActualCommit}}'
223 ci_github_repo: '${{ghprbAuthorRepoGitUrl}}'
mboukhalfa46a0eec2022-05-05 11:48:07 +0300224 - bmo:
225 repo: baremetal-operator
Lennart Jern146f50a2022-02-15 08:27:59 +0200226 image_os:
227 - ubuntu
228 - centos
Furkat Gofurov417257d2022-07-06 11:49:22 +0300229 capm3_target_branch:
230 - main:
mboukhalfa139d0392022-05-06 10:48:30 +0300231 capi_version: v1beta1
232 capm3_version: v1beta1
233 target_branches:
234 - 'main'
Furkat Gofurov417257d2022-07-06 11:49:22 +0300235 - release-0-5:
mboukhalfa139d0392022-05-06 10:48:30 +0300236 capi_version: v1alpha4
237 capm3_version: v1alpha5
238 target_branches:
239 - 'release-0.5'
maelk4eeac872020-03-04 19:12:08 +0200240 jobs:
Lennart Jern146f50a2022-02-15 08:27:59 +0200241 - capm3_e2e_upgrade_tests:
242 exclude:
243 - image_os: centos
Furkat Gofurov417257d2022-07-06 11:49:22 +0300244 - capm3_target_branch:
245 - main
246 - release-0-5
mboukhalfa139d0392022-05-06 10:48:30 +0300247 - capm3_e2e_tests_parallel:
mboukhalfaeafa72e2022-06-13 13:46:53 +0300248 exclude:
Furkat Gofurov417257d2022-07-06 11:49:22 +0300249 - capm3_target_branch:
250 - release-0-5
Lennart Jern146f50a2022-02-15 08:27:59 +0200251 - capm3_e2e_tests:
Feruzjon Muyassarov4c86c7b2022-03-24 15:13:54 +0200252 - keep_capm3_e2e_tests:
mboukhalfaf4ea1842022-05-03 17:09:25 +0300253
254- project:
255 name: "capm3-main-tests"
256 repo:
257 org: "metal3-io"
258 name: "cluster-api-provider-metal3"
259 image_os:
260 - ubuntu
261 - centos
262 jobs:
Mohammed Boukhalfafc092cf2022-03-08 12:36:40 +0200263 - capm3_main_e2e_upgrade_tests:
264 exclude:
265 - image_os: centos
smoshiur12373903cf02022-03-11 11:06:31 +0200266 - capm3_main_e2e_ephemeral_tests:
267 exclude:
268 - image_os: ubuntu
Lennart Jern146f50a2022-02-15 08:27:59 +0200269 - capm3_main_e2e_tests:
Furkat Gofurov417257d2022-07-06 11:49:22 +0300270 capm3_target_branch:
271 - main:
Lennart Jern146f50a2022-02-15 08:27:59 +0200272 capi_version: v1beta1
273 capm3_version: v1beta1
274 capm3_branch: main
275 schedule: "H 20 * * *"
Furkat Gofurov417257d2022-07-06 11:49:22 +0300276 - release-0-5:
Lennart Jern146f50a2022-02-15 08:27:59 +0200277 capi_version: v1alpha4
278 capm3_version: v1alpha5
279 capm3_branch: release-0.5
Feruzjon Muyassarovd10fa142022-03-11 14:11:16 +0200280 schedule: "H 23 * * *"
Rozzii0bd5bfc2022-03-30 10:48:46 +0300281
282
283- project:
284 name: 'ironic_image_build_tests'
285 org: metal3-io
286 proj:
287 - project_infra:
288 repo: project-infra
Rozzii0e1e77a2022-04-12 11:18:32 +0300289 branch: '${{ghprbActualCommit}}'
290 ci_github_repo: '${{ghprbAuthorRepoGitUrl}}'
Rozzii0bd5bfc2022-03-30 10:48:46 +0300291 - ironic_image:
292 repo: ironic-image
293 jobs:
294 - ironic_image_build_tests