rename artifactory cleanup job to artifact cleanup
[infra/cicd.git] / jjb / metal3 / projects.yml
1 ---
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 metal3 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     ci_github_whitelist_org:
33     - nordix-metal3
34     jobs:
35     - linter_tests
36     - openstack_image_building
37     - docker_image_building
38     - update_nordix_repos
39     - openstack_node_image_building
40     - main_openstack_ipa_and_ironic_image_building
41     - metal3_ipa_and_ironic_image_building_test
42     - metal3_dev_tools_integration_test:
43         image_os:
44           - ubuntu
45           - centos
46     - artifact_cleanup
47     repo:
48       org: "Nordix"
49       name: "metal3-dev-tools"
50     ci_github_jenkins_credentials_id: 'nordix-metal3-ci-github-prod-token'
51     ci_ghprb_auth_id: 'e8a43847-46ff-42db-a5db-7366df0e4ee2'
52     ci_github_repo: 'https://github.com/Nordix/metal3-dev-tools.git'
53
54 - project:
55     name: 'project_infra'
56     branch: '${{ghprbActualCommit}}'
57     repo:
58       org: "metal3-io"
59       name: "project-infra"
60     ci_github_repo: '${{ghprbAuthorRepoGitUrl}}'
61     jobs:
62     - capm3_v1a4_integration_tests:
63         image_os:
64           - ubuntu
65           - centos
66     - capm3_v1a5_integration_tests:
67         image_os:
68           - ubuntu
69           - centos
70     - capm3_v1b1_integration_tests:
71         image_os:
72           - ubuntu
73           - centos
74     - feature_tests:
75         image_os:
76           - ubuntu
77           - centos
78     - feature_tests_upgrade_ubuntu
79     - bml_integration_tests_centos
80     - keep_v1b1_test_alive:
81         image_os:
82           - ubuntu
83           - centos
84     - keep_v1a5_test_alive:
85         image_os:
86           - ubuntu
87           - centos
88
89 - project:
90     name: 'project_infra_cleanup'
91     repo:
92       org: "metal3-io"
93       name: "project-infra"
94     ci_github_pipeline: 'jenkins/jobs/integration_tests_clean.pipeline'
95     jobs:
96     - main_clean
97
98 - project:
99     name: "bmo"
100     repo:
101       org: "metal3-io"
102       name: "baremetal-operator"
103     jobs:
104     - capm3_v1a4_integration_tests:
105         image_os:
106           - ubuntu
107           - centos
108     - capm3_v1a5_integration_tests:
109         image_os:
110           - ubuntu
111           - centos
112     - capm3_v1b1_integration_tests:
113         image_os:
114           - ubuntu
115           - centos
116     - keep_v1b1_test_alive:
117         image_os:
118           - ubuntu
119           - centos
120     - keep_v1a5_test_alive:
121         image_os:
122           - ubuntu
123           - centos
124     - feature_tests:
125         image_os: ubuntu
126
127 - project:
128     name: "ipam"
129     repo:
130       org: "metal3-io"
131       name: "ip-address-manager"
132     jobs:
133     - capm3_v1a4_integration_tests:
134         image_os:
135           - ubuntu
136           - centos
137     - capm3_v1a5_integration_tests:
138         image_os:
139           - ubuntu
140           - centos
141     - capm3_v1b1_integration_tests:
142         image_os:
143           - ubuntu
144           - centos
145     - keep_v1b1_test_alive:
146         image_os:
147           - ubuntu
148           - centos
149     - keep_v1a5_test_alive:
150         image_os:
151           - ubuntu
152           - centos
153
154 - project:
155     name: "metal3_dev_env"
156     repo:
157       org: "metal3-io"
158       name: "metal3-dev-env"
159     jobs:
160     - capm3_v1a4_integration_tests:
161         image_os:
162           - ubuntu
163           - centos
164     - capm3_v1a4_main_integration_tests:
165         image_os:
166           - ubuntu
167           - centos
168     - capm3_v1a5_integration_tests:
169         image_os:
170           - ubuntu
171           - centos
172     - capm3_v1a5_main_integration_tests:
173         image_os:
174           - ubuntu
175           - centos
176     - capm3_v1b1_integration_tests:
177         image_os:
178           - ubuntu
179           - centos
180     - capm3_v1b1_main_integration_tests:
181         image_os:
182           - ubuntu
183           - centos
184     - feature_tests:
185         image_os:
186           - ubuntu
187           - centos
188     - feature_tests_upgrade_ubuntu
189     - main_feature_tests:
190         image_os:
191           - ubuntu
192           - centos
193     - main_feature_tests_upgrade_ubuntu
194     - bml_integration_tests_centos
195     - bml_main_integration_tests_centos
196     - keep_v1b1_test_alive:
197         image_os:
198           - ubuntu
199           - centos
200     - keep_v1a5_test_alive:
201         image_os:
202           - ubuntu
203           - centos
204
205 - project:
206     name: "capm3"
207     repo:
208       org: "metal3-io"
209       name: "cluster-api-provider-metal3"
210     jobs:
211     - capm3_v1a4_integration_tests:
212         image_os:
213           - ubuntu
214           - centos
215     - capm3_v1a5_integration_tests:
216         image_os:
217           - ubuntu
218           - centos
219     - capm3_v1a5_e2e_tests:
220         image_os:
221           - ubuntu
222           - centos
223     - capm3_v1a5_main_e2e_tests:
224         image_os:
225           - ubuntu
226           - centos
227     - capm3_v1b1_integration_tests:
228         image_os:
229           - ubuntu
230           - centos
231     - capm3_v1b1_e2e_tests:
232         image_os:
233           - ubuntu
234           - centos
235     - capm3_v1b1_e2e_upgrade_tests_ubuntu
236     - capm3_v1b1_main_e2e_tests:
237         image_os:
238           - ubuntu
239           - centos
240     - keep_v1b1_test_alive:
241         image_os:
242           - ubuntu
243           - centos
244     - keep_v1a5_test_alive:
245         image_os:
246           - ubuntu
247           - centos
248
249
250 - project:
251     name: "ironic_image"
252     repo:
253       org: "metal3-io"
254       name: "ironic-image"
255     jobs:
256     - capm3_v1a4_integration_tests:
257         image_os:
258           - ubuntu
259           - centos
260     - capm3_v1a5_integration_tests:
261         image_os:
262           - ubuntu
263           - centos
264     - capm3_v1b1_integration_tests:
265         image_os:
266           - ubuntu
267           - centos
268     - keep_v1b1_test_alive:
269         image_os:
270           - ubuntu
271           - centos
272     - keep_v1a5_test_alive:
273         image_os:
274           - ubuntu
275           - centos
276
277 - project:
278     name: "ironic_ipa_downloader"
279     repo:
280       org: "metal3-io"
281       name: "ironic-ipa-downloader"
282     jobs:
283     - capm3_v1a4_integration_tests:
284         image_os: ubuntu
285     - capm3_v1a5_integration_tests:
286         image_os: ubuntu
287     - capm3_v1b1_integration_tests:
288         image_os:
289           - ubuntu
290           - centos