Remove master_feature_tests_upgrade_centos job
[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_artifacts
39     - update_nordix_repos
40     - openstack_node_image_building
41     repo:
42       org: "Nordix"
43       name: "airship-dev-tools"
44     ci_github_jenkins_credentials_id: 'nordix-airship-ci-github-prod-token'
45     ci_ghprb_auth_id: 'e8a43847-46ff-42db-a5db-7366df0e4ee2'
46     ci_github_repo: 'https://github.com/Nordix/airship-dev-tools.git'
47
48 - project:
49     name: 'nordix_metal3_dev_env'
50     branch: '${{ghprbActualCommit}}'
51     ci_github_whitelist_org:
52     - nordix-airship
53     jobs:
54     - feature_tests_ubuntu
55     - feature_tests_centos
56     - feature_tests_upgrade_ubuntu
57     - feature_tests_upgrade_centos
58     repo:
59       org: "Nordix"
60       name: "metal3-dev-env"
61     ci_github_jenkins_credentials_id: 'nordix-airship-ci-github-prod-token'
62     ci_ghprb_auth_id: 'e8a43847-46ff-42db-a5db-7366df0e4ee2'
63     ci_github_repo: 'https://github.com/Nordix/airship-dev-tools.git'
64
65 - project:
66     name: 'nordix_bmo'
67     branch: '${{ghprbActualCommit}}'
68     ci_github_whitelist_org:
69     - nordix-airship
70     jobs:
71     - feature_tests_ubuntu
72     - feature_tests_centos
73     - feature_tests_upgrade_ubuntu
74     - feature_tests_upgrade_centos
75     repo:
76       org: "Nordix"
77       name: "baremetal-operator"
78     ci_github_jenkins_credentials_id: 'nordix-airship-ci-github-prod-token'
79     ci_ghprb_auth_id: 'e8a43847-46ff-42db-a5db-7366df0e4ee2'
80     ci_github_repo: 'https://github.com/Nordix/airship-dev-tools.git'
81
82 - project:
83     name: 'nordix_capi_m3'
84     branch: '${{ghprbActualCommit}}'
85     ci_github_whitelist_org:
86     - nordix-airship
87     jobs:
88     - feature_tests_ubuntu
89     - feature_tests_centos
90     - feature_tests_upgrade_ubuntu
91     - feature_tests_upgrade_centos
92     repo:
93       org: "Nordix"
94       name: "cluster-api-provider-metal3"
95     ci_github_jenkins_credentials_id: 'nordix-airship-ci-github-prod-token'
96     ci_ghprb_auth_id: 'e8a43847-46ff-42db-a5db-7366df0e4ee2'
97     ci_github_repo: 'https://github.com/Nordix/airship-dev-tools.git'
98
99 - project:
100     name: 'metal3io_project_infra'
101     branch: '${{ghprbActualCommit}}'
102     ci_github_whitelist_org:
103     - nordix-airship
104     repo:
105       org: "metal3-io"
106       name: "project-infra"
107     ci_github_repo: '${{ghprbAuthorRepoGitUrl}}'
108     jobs:
109     - capi_bm_v1a3_integration_tests_centos
110     - capi_bm_v1a3_integration_tests_ubuntu
111     - capi_bm_v1a4_integration_tests_centos
112     - capi_bm_v1a4_integration_tests_ubuntu
113     - feature_tests_ubuntu
114     - feature_tests_centos
115     - feature_tests_upgrade_ubuntu
116     - feature_tests_upgrade_centos
117
118 - project:
119     name: 'metal3io_project_infra_cleanup'
120     ci_github_whitelist_org:
121     - nordix-airship
122     repo:
123       org: "metal3-io"
124       name: "project-infra"
125     ci_github_pipeline: 'jenkins/jobs/integration_tests_clean.pipeline'
126     jobs:
127     - capi_bm_master_clean
128
129 - project:
130     name: 'metal3io_project_infra_cleanup_test'
131     branch: '${{ghprbActualCommit}}'
132     ci_github_whitelist_org:
133     - nordix-airship
134     repo:
135       org: "metal3-io"
136       name: "project-infra"
137     ci_github_repo: '${{ghprbAuthorRepoGitUrl}}'
138     ci_github_pipeline: 'jenkins/jobs/integration_tests_clean.pipeline'
139     jobs:
140     - capi_bm_clean
141
142 - project:
143     name: "metal3io_bmo"
144     repo:
145       org: "metal3-io"
146       name: "baremetal-operator"
147     jobs:
148     - capi_bm_v1a3_integration_tests_centos
149     - capi_bm_v1a3_integration_tests_ubuntu
150     - capi_bm_v1a4_integration_tests_centos
151     - capi_bm_v1a4_integration_tests_ubuntu
152     - feature_tests_ubuntu
153     - feature_tests_centos
154     - feature_tests_upgrade_ubuntu
155     - feature_tests_upgrade_centos
156
157 - project:
158     name: "metal3io_ipam"
159     repo:
160       org: "metal3-io"
161       name: "ip-address-manager"
162     jobs:
163     - capi_bm_v1a4_integration_tests_centos
164     - capi_bm_v1a4_integration_tests_ubuntu
165
166 - project:
167     name: "metal3io_metal3_dev_env"
168     jobs:
169     - capi_bm_v1a3_integration_tests_centos
170     - capi_bm_v1a3_integration_tests_ubuntu
171     - capi_bm_v1a3_master_integration_tests_ubuntu
172     - capi_bm_v1a3_master_integration_tests_centos
173     - capi_bm_v1a4_integration_tests_centos
174     - capi_bm_v1a4_integration_tests_ubuntu
175     - capi_bm_v1a4_master_integration_tests_centos
176     - capi_bm_v1a4_master_integration_tests_ubuntu
177     - feature_tests_ubuntu
178     - feature_tests_centos
179     - feature_tests_upgrade_ubuntu
180     - feature_tests_upgrade_centos
181     - master_feature_tests_ubuntu
182     - master_feature_tests_centos
183     - master_feature_tests_upgrade_ubuntu
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