070c39969c3b4dd33cfffca89c4a7208a5bbd7be
[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_centos
43     - metal3_dev_tools_integration_test_ubuntu
44     - artifactory_cleanup
45     repo:
46       org: "Nordix"
47       name: "metal3-dev-tools"
48     ci_github_jenkins_credentials_id: 'nordix-airship-ci-github-prod-token'
49     ci_ghprb_auth_id: 'e8a43847-46ff-42db-a5db-7366df0e4ee2'
50     ci_github_repo: 'https://github.com/Nordix/metal3-dev-tools.git'
51
52 - project:
53     name: 'project_infra'
54     branch: '${{ghprbActualCommit}}'
55     repo:
56       org: "metal3-io"
57       name: "project-infra"
58     ci_github_repo: '${{ghprbAuthorRepoGitUrl}}'
59     jobs:
60     - capm3_v1a4_integration_tests:
61         image_os:
62           - ubuntu
63           - centos
64     - capm3_v1a5_integration_tests_centos
65     - capm3_v1a5_integration_tests_ubuntu
66     - capm3_v1b1_integration_tests_centos
67     - capm3_v1b1_integration_tests_ubuntu
68     - feature_tests_ubuntu
69     - feature_tests_centos
70     - feature_tests_upgrade_ubuntu
71     - bml_integration_tests_centos
72     - keep_v1b1_test_ubuntu_alive
73     - keep_v1b1_test_centos_alive
74     - keep_v1a5_test_ubuntu_alive
75     - keep_v1a5_test_centos_alive
76
77 - project:
78     name: 'project_infra_cleanup'
79     repo:
80       org: "metal3-io"
81       name: "project-infra"
82     ci_github_pipeline: 'jenkins/jobs/integration_tests_clean.pipeline'
83     jobs:
84     - main_clean
85
86 - project:
87     name: "bmo"
88     repo:
89       org: "metal3-io"
90       name: "baremetal-operator"
91     jobs:
92     - capm3_v1a4_integration_tests:
93         image_os:
94           - ubuntu
95           - centos
96     - capm3_v1a5_integration_tests_centos
97     - capm3_v1a5_integration_tests_ubuntu
98     - capm3_v1b1_integration_tests_centos
99     - capm3_v1b1_integration_tests_ubuntu
100     - keep_v1b1_test_ubuntu_alive
101     - keep_v1b1_test_centos_alive
102     - keep_v1a5_test_ubuntu_alive
103     - keep_v1a5_test_centos_alive
104     - feature_tests_ubuntu
105
106 - project:
107     name: "ipam"
108     repo:
109       org: "metal3-io"
110       name: "ip-address-manager"
111     jobs:
112     - capm3_v1a4_integration_tests:
113         image_os:
114           - ubuntu
115           - centos
116     - capm3_v1a5_integration_tests_centos
117     - capm3_v1a5_integration_tests_ubuntu
118     - capm3_v1b1_integration_tests_centos
119     - capm3_v1b1_integration_tests_ubuntu
120     - keep_v1b1_test_ubuntu_alive
121     - keep_v1b1_test_centos_alive
122     - keep_v1a5_test_ubuntu_alive
123     - keep_v1a5_test_centos_alive
124
125 - project:
126     name: "metal3_dev_env"
127     jobs:
128     - capm3_v1a4_integration_tests:
129         image_os:
130           - ubuntu
131           - centos
132     - capm3_v1a4_main_integration_tests_centos
133     - capm3_v1a4_main_integration_tests_ubuntu
134     - capm3_v1a5_integration_tests_centos
135     - capm3_v1a5_integration_tests_ubuntu
136     - capm3_v1a5_main_integration_tests_centos
137     - capm3_v1a5_main_integration_tests_ubuntu
138     - capm3_v1b1_integration_tests_centos
139     - capm3_v1b1_integration_tests_ubuntu
140     - capm3_v1b1_main_integration_tests_centos
141     - capm3_v1b1_main_integration_tests_ubuntu
142     - feature_tests_ubuntu
143     - feature_tests_centos
144     - feature_tests_upgrade_ubuntu
145     - main_feature_tests_ubuntu
146     - main_feature_tests_centos
147     - main_feature_tests_upgrade_ubuntu
148     - bml_integration_tests_centos
149     - bml_main_integration_tests_centos
150     - keep_v1b1_test_ubuntu_alive
151     - keep_v1b1_test_centos_alive
152     - keep_v1a5_test_ubuntu_alive
153     - keep_v1a5_test_centos_alive
154
155     repo:
156       org: "metal3-io"
157       name: "metal3-dev-env"
158
159 - project:
160     name: "capm3"
161     repo:
162       org: "metal3-io"
163       name: "cluster-api-provider-metal3"
164     jobs:
165     - capm3_v1a4_integration_tests:
166         image_os:
167           - ubuntu
168           - centos
169     - capm3_v1a5_integration_tests_centos
170     - capm3_v1a5_integration_tests_ubuntu
171     - capm3_v1a5_e2e_tests_ubuntu
172     - capm3_v1a5_e2e_tests_centos
173     - capm3_v1a5_main_e2e_tests_ubuntu
174     - capm3_v1a5_main_e2e_tests_centos
175     - capm3_v1b1_integration_tests_centos
176     - capm3_v1b1_integration_tests_ubuntu
177     - capm3_v1b1_e2e_tests_centos
178     - capm3_v1b1_e2e_tests_ubuntu
179     - capm3_v1b1_e2e_upgrade_tests_ubuntu
180     - capm3_v1b1_main_e2e_tests_centos
181     - capm3_v1b1_main_e2e_tests_ubuntu
182     - keep_v1b1_test_ubuntu_alive
183     - keep_v1b1_test_centos_alive
184     - keep_v1a5_test_ubuntu_alive
185     - keep_v1a5_test_centos_alive
186
187
188 - project:
189     name: "ironic_image"
190     repo:
191       org: "metal3-io"
192       name: "ironic-image"
193     jobs:
194     - capm3_v1a4_integration_tests:
195         image_os:
196           - ubuntu
197           - centos
198     - capm3_v1a5_integration_tests_centos
199     - capm3_v1a5_integration_tests_ubuntu
200     - capm3_v1b1_integration_tests_centos
201     - capm3_v1b1_integration_tests_ubuntu
202     - keep_v1b1_test_ubuntu_alive
203     - keep_v1b1_test_centos_alive
204     - keep_v1a5_test_ubuntu_alive
205     - keep_v1a5_test_centos_alive
206
207 - project:
208     name: "ironic_ipa_downloader"
209     repo:
210       org: "metal3-io"
211       name: "ironic-ipa-downloader"
212     jobs:
213     - capm3_v1a4_integration_tests:
214         image_os: ubuntu
215     - capm3_v1a5_integration_tests_ubuntu
216     - capm3_v1b1_integration_tests_centos
217     - capm3_v1b1_integration_tests_ubuntu