Merge "Remove unused jobs from project.yml"
[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_and_ironic_image_building
42     - metal3_ipa_and_ironic_image_building_test
43     - airship_integration_test_centos
44     - airship_integration_test_ubuntu
45     - artifactory_cleanup
46     repo:
47       org: "Nordix"
48       name: "airship-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/airship-dev-tools.git'
52
53 - project:
54     name: 'metal3io_project_infra'
55     branch: '${{ghprbActualCommit}}'
56     ci_github_whitelist_org:
57     - nordix-airship
58     repo:
59       org: "metal3-io"
60       name: "project-infra"
61     ci_github_repo: '${{ghprbAuthorRepoGitUrl}}'
62     jobs:
63     - capi_bm_v1a4_integration_tests_centos
64     - capi_bm_v1a4_integration_tests_ubuntu
65     - capi_bm_v1a5_integration_tests_centos
66     - capi_bm_v1a5_integration_tests_ubuntu
67     - feature_tests_ubuntu
68     - feature_tests_centos
69     - feature_tests_upgrade_ubuntu
70
71 - project:
72     name: 'metal3io_project_infra_cleanup'
73     ci_github_whitelist_org:
74     - nordix-airship
75     repo:
76       org: "metal3-io"
77       name: "project-infra"
78     ci_github_pipeline: 'jenkins/jobs/integration_tests_clean.pipeline'
79     jobs:
80     - master_clean
81
82 - project:
83     name: "metal3io_bmo"
84     repo:
85       org: "metal3-io"
86       name: "baremetal-operator"
87     jobs:
88     - capi_bm_v1a4_integration_tests_centos
89     - capi_bm_v1a4_integration_tests_ubuntu
90     - capi_bm_v1a5_integration_tests_centos
91     - capi_bm_v1a5_integration_tests_ubuntu
92     - feature_tests_ubuntu
93
94 - project:
95     name: "metal3io_ipam"
96     repo:
97       org: "metal3-io"
98       name: "ip-address-manager"
99     jobs:
100     - capi_bm_v1a4_integration_tests_centos
101     - capi_bm_v1a4_integration_tests_ubuntu
102     - capi_bm_v1a5_integration_tests_centos
103     - capi_bm_v1a5_integration_tests_ubuntu
104
105 - project:
106     name: "metal3io_metal3_dev_env"
107     jobs:
108     - capi_bm_v1a4_integration_tests_centos
109     - capi_bm_v1a4_integration_tests_ubuntu
110     - capi_bm_v1a4_master_integration_tests_centos
111     - capi_bm_v1a4_master_integration_tests_ubuntu
112     - capi_bm_v1a5_integration_tests_centos
113     - capi_bm_v1a5_integration_tests_ubuntu
114     - capi_bm_v1a5_master_integration_tests_centos
115     - capi_bm_v1a5_master_integration_tests_ubuntu
116     - feature_tests_ubuntu
117     - feature_tests_centos
118     - feature_tests_upgrade_ubuntu
119     - master_feature_tests_ubuntu
120     - master_feature_tests_centos
121     - master_feature_tests_upgrade_ubuntu
122
123     repo:
124       org: "metal3-io"
125       name: "metal3-dev-env"
126
127 - project:
128     name: "metal3io_capi_m3"
129     repo:
130       org: "metal3-io"
131       name: "cluster-api-provider-metal3"
132     jobs:
133     - capi_bm_v1a4_integration_tests_centos
134     - capi_bm_v1a4_integration_tests_ubuntu
135     - capi_bm_v1a5_integration_tests_centos
136     - capi_bm_v1a5_integration_tests_ubuntu
137     - capi_capm3_v1a5_e2e_tests_ubuntu
138     - capi_capm3_v1a5_e2e_tests_centos
139
140 - project:
141     name: "metal3io_ironic_image"
142     repo:
143       org: "metal3-io"
144       name: "ironic-image"
145     jobs:
146     - capi_bm_v1a4_integration_tests_centos
147     - capi_bm_v1a4_integration_tests_ubuntu
148     - capi_bm_v1a5_integration_tests_centos
149     - capi_bm_v1a5_integration_tests_ubuntu
150
151 - project:
152     name: "metal3io_ironic_ipa_downloader"
153     repo:
154       org: "metal3-io"
155       name: "ironic-ipa-downloader"
156     jobs:
157     - capi_bm_v1a4_integration_tests_ubuntu
158     - capi_bm_v1a5_integration_tests_ubuntu