Merge "Add IPA 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_artifacts
39     - update_nordix_repos
40     - openstack_node_image_building
41     - openstack_ipa_image_building
42     repo:
43       org: "Nordix"
44       name: "airship-dev-tools"
45     ci_github_jenkins_credentials_id: 'nordix-airship-ci-github-prod-token'
46     ci_ghprb_auth_id: 'e8a43847-46ff-42db-a5db-7366df0e4ee2'
47     ci_github_repo: 'https://github.com/Nordix/airship-dev-tools.git'
48
49 - project:
50     name: 'nordix_metal3_dev_env'
51     branch: '${{ghprbActualCommit}}'
52     ci_github_whitelist_org:
53     - nordix-airship
54     jobs:
55     - feature_tests_ubuntu
56     - feature_tests_centos
57     - feature_tests_upgrade_ubuntu
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     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     repo:
91       org: "Nordix"
92       name: "cluster-api-provider-metal3"
93     ci_github_jenkins_credentials_id: 'nordix-airship-ci-github-prod-token'
94     ci_ghprb_auth_id: 'e8a43847-46ff-42db-a5db-7366df0e4ee2'
95     ci_github_repo: 'https://github.com/Nordix/airship-dev-tools.git'
96
97 - project:
98     name: 'metal3io_project_infra'
99     branch: '${{ghprbActualCommit}}'
100     ci_github_whitelist_org:
101     - nordix-airship
102     repo:
103       org: "metal3-io"
104       name: "project-infra"
105     ci_github_repo: '${{ghprbAuthorRepoGitUrl}}'
106     jobs:
107     - capi_bm_v1a4_integration_tests_centos
108     - capi_bm_v1a4_integration_tests_ubuntu
109     - capi_bm_v1a5_integration_tests_centos
110     - capi_bm_v1a5_integration_tests_ubuntu
111     - feature_tests_ubuntu
112     - feature_tests_centos
113     - feature_tests_upgrade_ubuntu
114
115 - project:
116     name: "metal3io_bmo"
117     repo:
118       org: "metal3-io"
119       name: "baremetal-operator"
120     jobs:
121     - capi_bm_v1a4_integration_tests_centos
122     - capi_bm_v1a4_integration_tests_ubuntu
123     - capi_bm_v1a5_integration_tests_centos
124     - capi_bm_v1a5_integration_tests_ubuntu
125     - feature_tests_ubuntu
126     - feature_tests_centos
127     - feature_tests_upgrade_ubuntu
128
129 - project:
130     name: "metal3io_ipam"
131     repo:
132       org: "metal3-io"
133       name: "ip-address-manager"
134     jobs:
135     - capi_bm_v1a4_integration_tests_centos
136     - capi_bm_v1a4_integration_tests_ubuntu
137     - capi_bm_v1a5_integration_tests_centos
138     - capi_bm_v1a5_integration_tests_ubuntu
139
140 - project:
141     name: "metal3io_metal3_dev_env"
142     jobs:
143     - capi_bm_v1a4_integration_tests_centos
144     - capi_bm_v1a4_integration_tests_ubuntu
145     - capi_bm_v1a4_master_integration_tests_centos
146     - capi_bm_v1a4_master_integration_tests_ubuntu
147     - capi_bm_v1a5_integration_tests_centos
148     - capi_bm_v1a5_integration_tests_ubuntu
149     - capi_bm_v1a5_master_integration_tests_centos
150     - capi_bm_v1a5_master_integration_tests_ubuntu
151     - feature_tests_ubuntu
152     - feature_tests_centos
153     - feature_tests_upgrade_ubuntu
154     - master_feature_tests_ubuntu
155     - master_feature_tests_centos
156     - master_feature_tests_upgrade_ubuntu
157
158     repo:
159       org: "metal3-io"
160       name: "metal3-dev-env"
161
162 - project:
163     name: "metal3io_capi_m3"
164     repo:
165       org: "metal3-io"
166       name: "cluster-api-provider-metal3"
167     jobs:
168     - capi_bm_v1a4_integration_tests_centos
169     - capi_bm_v1a4_integration_tests_ubuntu
170     - capi_bm_v1a5_integration_tests_centos
171     - capi_bm_v1a5_integration_tests_ubuntu
172     - capi_capm3_v1a5_e2e_tests_ubuntu
173     - capi_capm3_v1a5_e2e_tests_centos
174     - feature_tests_ubuntu
175     - feature_tests_centos
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_v1a4_integration_tests_centos
185     - capi_bm_v1a4_integration_tests_ubuntu
186     - capi_bm_v1a5_integration_tests_centos
187     - capi_bm_v1a5_integration_tests_ubuntu
188     - feature_tests_ubuntu
189     - feature_tests_centos
190     - feature_tests_upgrade_ubuntu
191
192 - project:
193     name: "metal3io_ironic_ipa_downloader"
194     repo:
195       org: "metal3-io"
196       name: "ironic-ipa-downloader"
197     jobs:
198     - capi_bm_v1a4_integration_tests_centos
199     - capi_bm_v1a4_integration_tests_ubuntu
200     - capi_bm_v1a5_integration_tests_centos
201     - capi_bm_v1a5_integration_tests_ubuntu
202     - feature_tests_ubuntu
203     - feature_tests_centos
204     - feature_tests_upgrade_ubuntu