Merge "Add node image building jjb"
[infra/cicd.git] / jjb / airship / 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 airship 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-airship
34     jobs:
35     - linter_tests
36     - openstack_image_building
37     - docker_image_building
38     - update_nordix_repos
39     - openstack_node_image_building
40     repo:
41       org: "Nordix"
42       name: "airship-dev-tools"
43     ci_github_jenkins_credentials_id: 'nordix-airship-ci-github-prod-token'
44     ci_ghprb_auth_id: 'e8a43847-46ff-42db-a5db-7366df0e4ee2'
45     ci_github_repo: 'https://github.com/Nordix/airship-dev-tools.git'
46
47 - project:
48     name: 'nordix_metal3_dev_env'
49     branch: '${{ghprbActualCommit}}'
50     ci_github_whitelist_org:
51     - nordix-airship
52     jobs:
53     - feature_tests_ubuntu
54     - feature_tests_centos
55     - feature_tests_upgrade_ubuntu
56     - feature_tests_upgrade_centos
57     repo:
58       org: "Nordix"
59       name: "metal3-dev-env"
60     ci_github_jenkins_credentials_id: 'nordix-airship-ci-github-prod-token'
61     ci_ghprb_auth_id: 'e8a43847-46ff-42db-a5db-7366df0e4ee2'
62     ci_github_repo: 'https://github.com/Nordix/airship-dev-tools.git'
63
64 - project:
65     name: 'nordix_bmo'
66     branch: '${{ghprbActualCommit}}'
67     ci_github_whitelist_org:
68     - nordix-airship
69     jobs:
70     - feature_tests_ubuntu
71     - feature_tests_centos
72     - feature_tests_upgrade_ubuntu
73     - feature_tests_upgrade_centos
74     repo:
75       org: "Nordix"
76       name: "baremetal-operator"
77     ci_github_jenkins_credentials_id: 'nordix-airship-ci-github-prod-token'
78     ci_ghprb_auth_id: 'e8a43847-46ff-42db-a5db-7366df0e4ee2'
79     ci_github_repo: 'https://github.com/Nordix/airship-dev-tools.git'
80
81 - project:
82     name: 'nordix_capi_m3'
83     branch: '${{ghprbActualCommit}}'
84     ci_github_whitelist_org:
85     - nordix-airship
86     jobs:
87     - feature_tests_ubuntu
88     - feature_tests_centos
89     - feature_tests_upgrade_ubuntu
90     - feature_tests_upgrade_centos
91     repo:
92       org: "Nordix"
93       name: "cluster-api-provider-metal3"
94     ci_github_jenkins_credentials_id: 'nordix-airship-ci-github-prod-token'
95     ci_ghprb_auth_id: 'e8a43847-46ff-42db-a5db-7366df0e4ee2'
96     ci_github_repo: 'https://github.com/Nordix/airship-dev-tools.git'
97
98 - project:
99     name: 'metal3io_project_infra'
100     branch: '${{ghprbActualCommit}}'
101     ci_github_whitelist_org:
102     - nordix-airship
103     repo:
104       org: "metal3-io"
105       name: "project-infra"
106     ci_github_repo: '${{ghprbAuthorRepoGitUrl}}'
107     jobs:
108     - capi_bm_v1a3_integration_tests_centos
109     - capi_bm_v1a3_integration_tests_ubuntu
110     - capi_bm_v1a4_integration_tests_centos
111     - capi_bm_v1a4_integration_tests_ubuntu
112     - feature_tests_ubuntu
113     - feature_tests_centos
114     - feature_tests_upgrade_ubuntu
115     - feature_tests_upgrade_centos
116
117 - project:
118     name: 'metal3io_project_infra_cleanup'
119     ci_github_whitelist_org:
120     - nordix-airship
121     repo:
122       org: "metal3-io"
123       name: "project-infra"
124     ci_github_pipeline: 'jenkins/jobs/integration_tests_clean.pipeline'
125     jobs:
126     - capi_bm_master_clean
127
128 - project:
129     name: 'metal3io_project_infra_cleanup_test'
130     branch: '${{ghprbActualCommit}}'
131     ci_github_whitelist_org:
132     - nordix-airship
133     repo:
134       org: "metal3-io"
135       name: "project-infra"
136     ci_github_repo: '${{ghprbAuthorRepoGitUrl}}'
137     ci_github_pipeline: 'jenkins/jobs/integration_tests_clean.pipeline'
138     jobs:
139     - capi_bm_clean
140
141 - project:
142     name: "metal3io_bmo"
143     repo:
144       org: "metal3-io"
145       name: "baremetal-operator"
146     jobs:
147     - capi_bm_v1a3_integration_tests_centos
148     - capi_bm_v1a3_integration_tests_ubuntu
149     - capi_bm_v1a4_integration_tests_centos
150     - capi_bm_v1a4_integration_tests_ubuntu
151     - feature_tests_ubuntu
152     - feature_tests_centos
153     - feature_tests_upgrade_ubuntu
154     - feature_tests_upgrade_centos
155
156 - project:
157     name: "metal3io_ipam"
158     repo:
159       org: "metal3-io"
160       name: "ip-address-manager"
161     jobs:
162     - capi_bm_v1a4_integration_tests_centos
163     - capi_bm_v1a4_integration_tests_ubuntu
164
165 - project:
166     name: "metal3io_metal3_dev_env"
167     jobs:
168     - capi_bm_v1a3_integration_tests_centos
169     - capi_bm_v1a3_integration_tests_ubuntu
170     - capi_bm_v1a3_master_integration_tests_ubuntu
171     - capi_bm_v1a3_master_integration_tests_centos
172     - capi_bm_v1a4_integration_tests_centos
173     - capi_bm_v1a4_integration_tests_ubuntu
174     - capi_bm_v1a4_master_integration_tests_centos
175     - capi_bm_v1a4_master_integration_tests_ubuntu
176     - feature_tests_ubuntu
177     - feature_tests_centos
178     - feature_tests_upgrade_ubuntu
179     - feature_tests_upgrade_centos
180     - master_feature_tests_ubuntu
181     - master_feature_tests_centos
182     - master_feature_tests_upgrade_ubuntu
183     - master_feature_tests_upgrade_centos
184
185     repo:
186       org: "metal3-io"
187       name: "metal3-dev-env"
188
189 - project:
190     name: "metal3io_capi_m3"
191     repo:
192       org: "metal3-io"
193       name: "cluster-api-provider-metal3"
194     jobs:
195     - capi_bm_v1a3_integration_tests_centos
196     - capi_bm_v1a3_integration_tests_ubuntu
197     - capi_bm_v1a4_integration_tests_centos
198     - capi_bm_v1a4_integration_tests_ubuntu
199     - feature_tests_ubuntu
200     - feature_tests_centos
201     - feature_tests_upgrade_ubuntu
202     - feature_tests_upgrade_centos
203
204 - project:
205     name: "metal3io_ironic_image"
206     repo:
207       org: "metal3-io"
208       name: "ironic-image"
209     jobs:
210     - capi_bm_v1a3_integration_tests_centos
211     - capi_bm_v1a3_integration_tests_ubuntu
212     - capi_bm_v1a4_integration_tests_centos
213     - capi_bm_v1a4_integration_tests_ubuntu
214     - feature_tests_ubuntu
215     - feature_tests_centos
216     - feature_tests_upgrade_ubuntu
217     - feature_tests_upgrade_centos
218
219 - project:
220     name: "metal3io_ironic_inspector"
221     repo:
222       org: "metal3-io"
223       name: "ironic-inspector-image"
224     jobs:
225     - capi_bm_v1a3_integration_tests_centos
226     - capi_bm_v1a3_integration_tests_ubuntu
227     - capi_bm_v1a4_integration_tests_centos
228     - capi_bm_v1a4_integration_tests_ubuntu
229     - feature_tests_ubuntu
230     - feature_tests_centos
231     - feature_tests_upgrade_ubuntu
232     - feature_tests_upgrade_centos
233
234 - project:
235     name: "metal3io_ironic_ipa_downloader"
236     repo:
237       org: "metal3-io"
238       name: "ironic-ipa-downloader"
239     jobs:
240     - capi_bm_v1a3_integration_tests_centos
241     - capi_bm_v1a3_integration_tests_ubuntu
242     - capi_bm_v1a4_integration_tests_centos
243     - capi_bm_v1a4_integration_tests_ubuntu
244     - feature_tests_ubuntu
245     - feature_tests_centos
246     - feature_tests_upgrade_ubuntu
247     - feature_tests_upgrade_centos