airship: Remove jobs for deprecated repo
[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     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     repo:
74       org: "Nordix"
75       name: "baremetal-operator"
76     ci_github_jenkins_credentials_id: 'nordix-airship-ci-github-prod-token'
77     ci_ghprb_auth_id: 'e8a43847-46ff-42db-a5db-7366df0e4ee2'
78     ci_github_repo: 'https://github.com/Nordix/airship-dev-tools.git'
79
80 - project:
81     name: 'nordix_capi_m3'
82     branch: '${{ghprbActualCommit}}'
83     ci_github_whitelist_org:
84     - nordix-airship
85     jobs:
86     - feature_tests_ubuntu
87     - feature_tests_centos
88     - feature_tests_upgrade_ubuntu
89     repo:
90       org: "Nordix"
91       name: "cluster-api-provider-metal3"
92     ci_github_jenkins_credentials_id: 'nordix-airship-ci-github-prod-token'
93     ci_ghprb_auth_id: 'e8a43847-46ff-42db-a5db-7366df0e4ee2'
94     ci_github_repo: 'https://github.com/Nordix/airship-dev-tools.git'
95
96 - project:
97     name: 'metal3io_project_infra'
98     branch: '${{ghprbActualCommit}}'
99     ci_github_whitelist_org:
100     - nordix-airship
101     repo:
102       org: "metal3-io"
103       name: "project-infra"
104     ci_github_repo: '${{ghprbAuthorRepoGitUrl}}'
105     jobs:
106     - capi_bm_v1a3_integration_tests_centos
107     - capi_bm_v1a3_integration_tests_ubuntu
108     - capi_bm_v1a4_integration_tests_centos
109     - capi_bm_v1a4_integration_tests_ubuntu
110     - feature_tests_ubuntu
111     - feature_tests_centos
112     - feature_tests_upgrade_ubuntu
113
114 - project:
115     name: 'metal3io_project_infra_cleanup'
116     ci_github_whitelist_org:
117     - nordix-airship
118     repo:
119       org: "metal3-io"
120       name: "project-infra"
121     ci_github_pipeline: 'jenkins/jobs/integration_tests_clean.pipeline'
122     jobs:
123     - capi_bm_master_clean
124
125 - project:
126     name: 'metal3io_project_infra_cleanup_test'
127     branch: '${{ghprbActualCommit}}'
128     ci_github_whitelist_org:
129     - nordix-airship
130     repo:
131       org: "metal3-io"
132       name: "project-infra"
133     ci_github_repo: '${{ghprbAuthorRepoGitUrl}}'
134     ci_github_pipeline: 'jenkins/jobs/integration_tests_clean.pipeline'
135     jobs:
136     - capi_bm_clean
137
138 - project:
139     name: "metal3io_bmo"
140     repo:
141       org: "metal3-io"
142       name: "baremetal-operator"
143     jobs:
144     - capi_bm_v1a3_integration_tests_centos
145     - capi_bm_v1a3_integration_tests_ubuntu
146     - capi_bm_v1a4_integration_tests_centos
147     - capi_bm_v1a4_integration_tests_ubuntu
148     - feature_tests_ubuntu
149     - feature_tests_centos
150     - feature_tests_upgrade_ubuntu
151
152 - project:
153     name: "metal3io_ipam"
154     repo:
155       org: "metal3-io"
156       name: "ip-address-manager"
157     jobs:
158     - capi_bm_v1a4_integration_tests_centos
159     - capi_bm_v1a4_integration_tests_ubuntu
160
161 - project:
162     name: "metal3io_metal3_dev_env"
163     jobs:
164     - capi_bm_v1a3_integration_tests_centos
165     - capi_bm_v1a3_integration_tests_ubuntu
166     - capi_bm_v1a3_master_integration_tests_ubuntu
167     - capi_bm_v1a3_master_integration_tests_centos
168     - capi_bm_v1a4_integration_tests_centos
169     - capi_bm_v1a4_integration_tests_ubuntu
170     - capi_bm_v1a4_master_integration_tests_centos
171     - capi_bm_v1a4_master_integration_tests_ubuntu
172     - feature_tests_ubuntu
173     - feature_tests_centos
174     - feature_tests_upgrade_ubuntu
175     - master_feature_tests_ubuntu
176     - master_feature_tests_centos
177     - master_feature_tests_upgrade_ubuntu
178
179     repo:
180       org: "metal3-io"
181       name: "metal3-dev-env"
182
183 - project:
184     name: "metal3io_capi_m3"
185     repo:
186       org: "metal3-io"
187       name: "cluster-api-provider-metal3"
188     jobs:
189     - capi_bm_v1a3_integration_tests_centos
190     - capi_bm_v1a3_integration_tests_ubuntu
191     - capi_bm_v1a4_integration_tests_centos
192     - capi_bm_v1a4_integration_tests_ubuntu
193     - feature_tests_ubuntu
194     - feature_tests_centos
195     - feature_tests_upgrade_ubuntu
196
197 - project:
198     name: "metal3io_ironic_image"
199     repo:
200       org: "metal3-io"
201       name: "ironic-image"
202     jobs:
203     - capi_bm_v1a3_integration_tests_centos
204     - capi_bm_v1a3_integration_tests_ubuntu
205     - capi_bm_v1a4_integration_tests_centos
206     - capi_bm_v1a4_integration_tests_ubuntu
207     - feature_tests_ubuntu
208     - feature_tests_centos
209     - feature_tests_upgrade_ubuntu
210
211 - project:
212     name: "metal3io_ironic_ipa_downloader"
213     repo:
214       org: "metal3-io"
215       name: "ironic-ipa-downloader"
216     jobs:
217     - capi_bm_v1a3_integration_tests_centos
218     - capi_bm_v1a3_integration_tests_ubuntu
219     - capi_bm_v1a4_integration_tests_centos
220     - capi_bm_v1a4_integration_tests_ubuntu
221     - feature_tests_ubuntu
222     - feature_tests_centos
223     - feature_tests_upgrade_ubuntu