blob: 5989f00d49b9766b4ee6d7cb1c1b4b9321a13f51 [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:
82 - 'master'
83 - 'main'
84 - v1a5:
85 capi_version: v1alpha4
86 capm3_version: v1alpha5
87 target_branches:
88 - 'master'
89 - 'main'
90 - 'release-0.5'
91 - 'release-0.1'
92 - v1a4:
93 capi_version: v1alpha3
94 capm3_version: v1alpha4
95 target_branches:
96 - 'master'
97 - 'main'
98 - 'release-0.4'
99 - 'release-0.0'
100 exclude:
101 - proj: ironic_ipa_downloader
102 image_os: centos
103 version: v1a5
104 - proj: ironic_ipa_downloader
105 image_os: centos
106 version: v1a4
maelka08dcb52020-01-21 16:23:39 +0200107 jobs:
Lennart Jern146f50a2022-02-15 08:27:59 +0200108 - integration_tests
109
110- project:
111 name: keep-integration-tests-alive
112 org: metal3-io
113 proj:
114 - metal3_dev_env:
115 repo: metal3-dev-env
116 - project_infra:
117 repo: project-infra
118 branch: '${{ghprbActualCommit}}'
119 ci_github_repo: '${{ghprbAuthorRepoGitUrl}}'
120 - capm3:
121 repo: cluster-api-provider-metal3
122 - bmo:
123 repo: baremetal-operator
124 - ipam:
125 repo: ip-address-manager
126 - ironic_image:
127 repo: ironic-image
128 image_os:
129 - ubuntu
130 - centos
131 version:
132 - v1b1:
133 capi_version: v1beta1
134 capm3_version: v1beta1
135 target_branches:
136 - 'master'
137 - 'main'
138 - v1a5:
139 capi_version: v1alpha4
140 capm3_version: v1alpha5
141 target_branches:
142 - 'master'
143 - 'main'
144 - 'release-0.5'
145 - 'release-0.1'
146 jobs:
147 - keep_integration_tests
148
149- project:
150 name: feature-tests
151 org: metal3-io
152 proj:
153 - metal3_dev_env:
154 repo: metal3-dev-env
155 - project_infra:
156 repo: project-infra
157 branch: '${{ghprbActualCommit}}'
158 ci_github_repo: '${{ghprbAuthorRepoGitUrl}}'
159 - bmo:
160 repo: baremetal-operator
161 image_os:
162 - ubuntu
163 - centos
164 exclude:
165 - proj: bmo
166 image_os: centos
167 jobs:
168 - feature_tests
169 - feature_tests_upgrade:
170 exclude:
171 - image_os: centos
172 - proj: bmo
173
174- project:
175 name: metal3-dev-env-main-tests
176 org: metal3-io
177 repo: metal3-dev-env
178 image_os:
179 - ubuntu
180 - centos
181 jobs:
182 - main_feature_tests
183 - main_feature_tests_upgrade:
184 exclude:
185 - image_os: centos
186 - capm3_main_integration_tests:
187 version:
188 - v1b1:
189 capi_version: v1beta1
190 capm3_version: v1beta1
191 schedule: "H 4 * * *"
192 - v1a5:
193 capi_version: v1alpha4
194 capm3_version: v1alpha5
195 schedule: "30 4 * * *"
196
197- project:
198 name: bml-tests
199 org: metal3-io
200 image_os: centos
201 jobs:
202 - bml_integration_tests:
203 proj:
204 - metal3_dev_env:
205 repo: metal3-dev-env
206 - project_infra:
207 repo: project-infra
208 branch: '${{ghprbActualCommit}}'
209 ci_github_repo: '${{ghprbAuthorRepoGitUrl}}'
210 - bml_main_integration_tests:
211 repo: metal3-dev-env
kanwar saad bin liaqate0eef2d2019-07-25 15:32:36 +0300212
maelk81070bf2019-08-27 16:28:31 +0300213- project:
Furkat Gofurov67548de2022-02-04 17:18:53 +0200214 name: 'project_infra_cleanup'
Furkat Gofurov06b73b42021-08-25 15:39:08 +0300215 repo:
216 org: "metal3-io"
217 name: "project-infra"
218 ci_github_pipeline: 'jenkins/jobs/integration_tests_clean.pipeline'
219 jobs:
Furkat Gofurov67548de2022-02-04 17:18:53 +0200220 - main_clean
Furkat Gofurov06b73b42021-08-25 15:39:08 +0300221
222- project:
Furkat Gofurov67548de2022-02-04 17:18:53 +0200223 name: "capm3"
maelk4eeac872020-03-04 19:12:08 +0200224 repo:
225 org: "metal3-io"
226 name: "cluster-api-provider-metal3"
Lennart Jern146f50a2022-02-15 08:27:59 +0200227 image_os:
228 - ubuntu
229 - centos
maelk4eeac872020-03-04 19:12:08 +0200230 jobs:
Lennart Jern146f50a2022-02-15 08:27:59 +0200231 - capm3_e2e_upgrade_tests:
232 exclude:
233 - image_os: centos
234 - capm3_e2e_tests:
235 version:
236 - v1b1:
237 capi_version: v1beta1
238 capm3_version: v1beta1
239 target_branches:
240 - 'master'
241 - 'main'
242 - v1a5:
243 capi_version: v1alpha4
244 capm3_version: v1alpha5
245 target_branches:
246 - 'master'
247 - 'main'
248 - 'release-0.5'
Mohammed Boukhalfafc092cf2022-03-08 12:36:40 +0200249 - capm3_main_e2e_upgrade_tests:
250 exclude:
251 - image_os: centos
Lennart Jern146f50a2022-02-15 08:27:59 +0200252 - capm3_main_e2e_tests:
253 version:
254 - v1b1:
255 capi_version: v1beta1
256 capm3_version: v1beta1
257 capm3_branch: main
258 schedule: "H 20 * * *"
259 - v1a5:
260 capi_version: v1alpha4
261 capm3_version: v1alpha5
262 capm3_branch: release-0.5
263 schedule: "H 20 * * *"