Rename master mentions in job files and job ids. Also remove 'metal3io-' from project
[infra/cicd.git] / jjb / metal3 / 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 metal3 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-metal3
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_and_ironic_image_building
42     - metal3_ipa_and_ironic_image_building_test
43     - metal3_dev_tools_integration_test_centos
44     - metal3_dev_tools_integration_test_ubuntu
45     - artifactory_cleanup
46     repo:
47       org: "Nordix"
48       name: "metal3-dev-tools"
49     ci_github_jenkins_credentials_id: 'nordix-airship-ci-github-prod-token'
50     ci_ghprb_auth_id: 'e8a43847-46ff-42db-a5db-7366df0e4ee2'
51     ci_github_repo: 'https://github.com/Nordix/metal3-dev-tools.git'
52
53 - project:
54     name: 'project_infra'
55     branch: '${{ghprbActualCommit}}'
56     repo:
57       org: "metal3-io"
58       name: "project-infra"
59     ci_github_repo: '${{ghprbAuthorRepoGitUrl}}'
60     jobs:
61     - capm3_v1a4_integration_tests_centos
62     - capm3_v1a4_integration_tests_ubuntu
63     - capm3_v1a5_integration_tests_centos
64     - capm3_v1a5_integration_tests_ubuntu
65     - capm3_v1b1_integration_tests_centos
66     - capm3_v1b1_integration_tests_ubuntu
67     - feature_tests_ubuntu
68     - feature_tests_centos
69     - feature_tests_upgrade_ubuntu
70     - bml_integration_tests_centos
71     - keep_v1b1_test_ubuntu_alive
72     - keep_v1b1_test_centos_alive
73     - keep_v1a5_test_ubuntu_alive
74     - keep_v1a5_test_centos_alive
75
76 - project:
77     name: 'project_infra_cleanup'
78     repo:
79       org: "metal3-io"
80       name: "project-infra"
81     ci_github_pipeline: 'jenkins/jobs/integration_tests_clean.pipeline'
82     jobs:
83     - main_clean
84
85 - project:
86     name: "bmo"
87     repo:
88       org: "metal3-io"
89       name: "baremetal-operator"
90     jobs:
91     - capm3_v1a4_integration_tests_centos
92     - capm3_v1a4_integration_tests_ubuntu
93     - capm3_v1a5_integration_tests_centos
94     - capm3_v1a5_integration_tests_ubuntu
95     - capm3_v1b1_integration_tests_centos
96     - capm3_v1b1_integration_tests_ubuntu
97     - keep_v1b1_test_ubuntu_alive
98     - keep_v1b1_test_centos_alive
99     - keep_v1a5_test_ubuntu_alive
100     - keep_v1a5_test_centos_alive
101     - feature_tests_ubuntu
102
103 - project:
104     name: "ipam"
105     repo:
106       org: "metal3-io"
107       name: "ip-address-manager"
108     jobs:
109     - capm3_v1a4_integration_tests_centos
110     - capm3_v1a4_integration_tests_ubuntu
111     - capm3_v1a5_integration_tests_centos
112     - capm3_v1a5_integration_tests_ubuntu
113     - capm3_v1b1_integration_tests_centos
114     - capm3_v1b1_integration_tests_ubuntu
115     - keep_v1b1_test_ubuntu_alive
116     - keep_v1b1_test_centos_alive
117     - keep_v1a5_test_ubuntu_alive
118     - keep_v1a5_test_centos_alive
119
120 - project:
121     name: "metal3_dev_env"
122     jobs:
123     - capm3_v1a4_integration_tests_centos
124     - capm3_v1a4_integration_tests_ubuntu
125     - capm3_v1a4_main_integration_tests_centos
126     - capm3_v1a4_main_integration_tests_ubuntu
127     - capm3_v1a5_integration_tests_centos
128     - capm3_v1a5_integration_tests_ubuntu
129     - capm3_v1a5_main_integration_tests_centos
130     - capm3_v1a5_main_integration_tests_ubuntu
131     - capm3_v1b1_integration_tests_centos
132     - capm3_v1b1_integration_tests_ubuntu
133     - capm3_v1b1_main_integration_tests_centos
134     - capm3_v1b1_main_integration_tests_ubuntu
135     - feature_tests_ubuntu
136     - feature_tests_centos
137     - feature_tests_upgrade_ubuntu
138     - main_feature_tests_ubuntu
139     - main_feature_tests_centos
140     - main_feature_tests_upgrade_ubuntu
141     - bml_integration_tests_centos
142     - bml_main_integration_tests_centos
143     - keep_v1b1_test_ubuntu_alive
144     - keep_v1b1_test_centos_alive
145     - keep_v1a5_test_ubuntu_alive
146     - keep_v1a5_test_centos_alive
147
148     repo:
149       org: "metal3-io"
150       name: "metal3-dev-env"
151
152 - project:
153     name: "capm3"
154     repo:
155       org: "metal3-io"
156       name: "cluster-api-provider-metal3"
157     jobs:
158     - capm3_v1a4_integration_tests_centos
159     - capm3_v1a4_integration_tests_ubuntu
160     - capm3_v1a5_integration_tests_centos
161     - capm3_v1a5_integration_tests_ubuntu
162     - capm3_v1a5_e2e_tests_ubuntu
163     - capm3_v1a5_e2e_tests_centos
164     - capm3_v1a5_main_e2e_tests_ubuntu
165     - capm3_v1a5_main_e2e_tests_centos
166     - capm3_v1b1_integration_tests_centos
167     - capm3_v1b1_integration_tests_ubuntu
168     - capm3_v1b1_e2e_tests_centos
169     - capm3_v1b1_e2e_tests_ubuntu
170     - capm3_v1b1_e2e_upgrade_tests_ubuntu
171     - capm3_v1b1_main_e2e_tests_centos
172     - capm3_v1b1_main_e2e_tests_ubuntu
173     - keep_v1b1_test_ubuntu_alive
174     - keep_v1b1_test_centos_alive
175     - keep_v1a5_test_ubuntu_alive
176     - keep_v1a5_test_centos_alive
177
178
179 - project:
180     name: "ironic_image"
181     repo:
182       org: "metal3-io"
183       name: "ironic-image"
184     jobs:
185     - capm3_v1a4_integration_tests_centos
186     - capm3_v1a4_integration_tests_ubuntu
187     - capm3_v1a5_integration_tests_centos
188     - capm3_v1a5_integration_tests_ubuntu
189     - capm3_v1b1_integration_tests_centos
190     - capm3_v1b1_integration_tests_ubuntu
191     - keep_v1b1_test_ubuntu_alive
192     - keep_v1b1_test_centos_alive
193     - keep_v1a5_test_ubuntu_alive
194     - keep_v1a5_test_centos_alive
195
196 - project:
197     name: "ironic_ipa_downloader"
198     repo:
199       org: "metal3-io"
200       name: "ironic-ipa-downloader"
201     jobs:
202     - capm3_v1a4_integration_tests_ubuntu
203     - capm3_v1a5_integration_tests_ubuntu
204     - capm3_v1b1_integration_tests_centos
205     - capm3_v1b1_integration_tests_ubuntu