Airship modify github url var
[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     jobs:
33     - capi_bm_integration_tests_ubuntu
34     - capi_bm_integration_tests_centos
35     - linter_tests
36     - openstack_image_building
37     - docker_image_building
38     repo:
39       org: "Nordix"
40       name: "airship-dev-tools"
41
42 - project:
43     name: 'metal3io_project_infra'
44     branch: '${{ghprbActualCommit}}'
45     jobs:
46     - capi_bm_integration_tests_ubuntu
47     - capi_bm_integration_tests_centos
48     - capi_bm_v1a2_integration_tests_ubuntu
49     - capi_bm_v1a2_integration_tests_centos
50     repo:
51       org: "metal3-io"
52       name: "project-infra"
53     ci_github_repo: '${{ghprbAuthorRepoGitUrl}}'
54     ci_github_pipeline: 'jenkins/jobs/integration_tests.pipeline'
55     ci_github_jenkins_credentials_id: 'metal3-jenkins-github-token'
56     ci_ghprb_auth_id: '66556785-bf9b-42a0-812f-ccfd3c59f85c'
57
58 - project:
59     name: "nordix_bmo"
60     jobs:
61     - capi_bm_integration_tests_ubuntu
62     - capi_bm_integration_tests_centos
63     - capi_bm_unit_tests
64     - capi_bm_v1a2_integration_tests_ubuntu
65     - capi_bm_v1a2_integration_tests_centos
66     - linter_tests
67     repo:
68       org: "Nordix"
69       name: "baremetal-operator"
70
71 - project:
72     name: "nordix_capi"
73     jobs:
74     - capi_bm_integration_tests_ubuntu
75     - capi_bm_integration_tests_centos
76     - linter_tests
77     repo:
78       org: "Nordix"
79       name: "cluster-api"
80
81 - project:
82     name: "nordix_metal3_dev_env"
83     jobs:
84     - capi_bm_integration_tests_ubuntu
85     - capi_bm_integration_tests_centos
86     - capi_bm_v1a2_integration_tests_ubuntu
87     - capi_bm_v1a2_integration_tests_centos
88     - linter_tests
89     repo:
90       org: "Nordix"
91       name: "metal3-dev-env"
92
93 - project:
94     name: "nordix_capi_bm"
95     jobs:
96     - capi_bm_integration_tests_ubuntu
97     - capi_bm_integration_tests_centos
98     - capi_bm_unit_tests
99     - capi_bm_v1a2_integration_tests_centos
100     - capi_bm_v1a2_integration_tests_ubuntu
101     - linter_tests
102     repo:
103       org: "Nordix"
104       name: "cluster-api-provider-baremetal"
105
106
107 - project:
108     name: "metal3io_bmo"
109     ci_github_whitelist_org:
110     - metal3-io
111     - nordix-airship
112     jobs:
113     - capi_bm_integration_tests_ubuntu
114     - capi_bm_integration_tests_centos
115     - capi_bm_v1a2_integration_tests_centos
116     - capi_bm_v1a2_integration_tests_ubuntu
117
118     repo:
119       org: "metal3-io"
120       name: "baremetal-operator"
121     ci_ghprb_auth_id: '66556785-bf9b-42a0-812f-ccfd3c59f85c'
122
123
124 - project:
125     name: "metal3io_metal3_dev_env"
126     ci_github_whitelist_org:
127     - metal3-io
128     - nordix-airship
129     jobs:
130     - capi_bm_integration_tests_ubuntu
131     - capi_bm_integration_tests_centos
132     - capi_bm_master_integration_tests_ubuntu
133     - capi_bm_master_integration_tests_centos
134     - capi_bm_v1a2_integration_tests_centos
135     - capi_bm_v1a2_integration_tests_ubuntu
136     - capi_bm_v1a2_master_integration_tests_ubuntu
137     - capi_bm_v1a2_master_integration_tests_centos
138
139     repo:
140       org: "metal3-io"
141       name: "metal3-dev-env"
142     ci_ghprb_auth_id: '66556785-bf9b-42a0-812f-ccfd3c59f85c'
143
144 - project:
145     name: "metal3io_capi_bm"
146     ci_github_whitelist_org:
147     - metal3-io
148     - nordix-airship
149     jobs:
150     - capi_bm_integration_tests_ubuntu
151     - capi_bm_integration_tests_centos
152     - capi_bm_v1a2_integration_tests_centos
153     - capi_bm_v1a2_integration_tests_ubuntu
154
155     repo:
156       org: "metal3-io"
157       name: "cluster-api-provider-baremetal"
158     ci_ghprb_auth_id: '66556785-bf9b-42a0-812f-ccfd3c59f85c'
159
160 - project:
161     name: "metal3io_ironic_image"
162     ci_github_whitelist_org:
163     - metal3-io
164     - nordix-airship
165     jobs:
166     - capi_bm_integration_tests_ubuntu
167     - capi_bm_integration_tests_centos
168     - capi_bm_v1a2_integration_tests_centos
169     - capi_bm_v1a2_integration_tests_ubuntu
170
171     repo:
172       org: "metal3-io"
173       name: "ironic-image"
174     ci_ghprb_auth_id: '66556785-bf9b-42a0-812f-ccfd3c59f85c'
175
176 - project:
177     name: "metal3io_ironic_inspector"
178     ci_github_whitelist_org:
179     - metal3-io
180     - nordix-airship
181     jobs:
182     - capi_bm_integration_tests_ubuntu
183     - capi_bm_integration_tests_centos
184     - capi_bm_v1a2_integration_tests_centos
185     - capi_bm_v1a2_integration_tests_ubuntu
186
187     repo:
188       org: "metal3-io"
189       name: "ironic-inspector-image"
190     ci_ghprb_auth_id: '66556785-bf9b-42a0-812f-ccfd3c59f85c'
191
192 - project:
193     name: "metal3io_ironic_ipa_downloader"
194     ci_github_whitelist_org:
195     - metal3-io
196     - nordix-airship
197     jobs:
198     - capi_bm_integration_tests_ubuntu
199     - capi_bm_integration_tests_centos
200     - capi_bm_v1a2_integration_tests_centos
201     - capi_bm_v1a2_integration_tests_ubuntu
202
203     repo:
204       org: "metal3-io"
205       name: "ironic-ipa-downloader"
206     ci_ghprb_auth_id: '66556785-bf9b-42a0-812f-ccfd3c59f85c'
207
208 - project:
209     name: 'update_nordix'
210     jobs:
211     - update_nordix_repos
212     repo:
213       org: "Nordix"
214       name: "airship-dev-tools"