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