Add v1alpha2 integration ci job
[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: "nordix_bmo"
44     jobs:
45     - capi_bm_integration_tests_ubuntu
46     - capi_bm_integration_tests_centos
47     - capi_bm_unit_tests
48     - capi_bm_v1a2_integration_tests_ubuntu
49     - capi_bm_v1a2_integration_tests_centos
50     - linter_tests
51     repo:
52       org: "Nordix"
53       name: "baremetal-operator"
54
55 - project:
56     name: "nordix_capi"
57     jobs:
58     - capi_bm_integration_tests_ubuntu
59     - capi_bm_integration_tests_centos
60     - linter_tests
61     repo:
62       org: "Nordix"
63       name: "cluster-api"
64
65 - project:
66     name: "nordix_metal3_dev_env"
67     jobs:
68     - capi_bm_integration_tests_ubuntu
69     - capi_bm_integration_tests_centos
70     - capi_bm_v1a2_integration_tests_ubuntu
71     - capi_bm_v1a2_integration_tests_centos
72     - linter_tests
73     repo:
74       org: "Nordix"
75       name: "metal3-dev-env"
76
77 - project:
78     name: "nordix_capi_bm"
79     jobs:
80     - capi_bm_integration_tests_ubuntu
81     - capi_bm_integration_tests_centos
82     - capi_bm_unit_tests
83     - capi_bm_v1a2_integration_tests_centos
84     - capi_bm_v1a2_integration_tests_ubuntu
85     - linter_tests
86     repo:
87       org: "Nordix"
88       name: "cluster-api-provider-baremetal"
89
90
91 - project:
92     name: "metal3io_bmo"
93     ci_github_whitelist_org:
94     - metal3-io
95     - nordix-airship
96     jobs:
97     - capi_bm_integration_tests_ubuntu
98     - capi_bm_integration_tests_centos
99     - capi_bm_v1a2_integration_tests_centos
100     - capi_bm_v1a2_integration_tests_ubuntu
101
102     repo:
103       org: "metal3-io"
104       name: "baremetal-operator"
105     ci_ghprb_auth_id: '66556785-bf9b-42a0-812f-ccfd3c59f85c'
106
107
108 - project:
109     name: "metal3io_metal3_dev_env"
110     ci_github_whitelist_org:
111     - metal3-io
112     - nordix-airship
113     jobs:
114     - capi_bm_integration_tests_ubuntu
115     - capi_bm_integration_tests_centos
116     - capi_bm_master_integration_tests_ubuntu
117     - capi_bm_master_integration_tests_centos
118     - capi_bm_v1a2_integration_tests_centos
119     - capi_bm_v1a2_integration_tests_ubuntu
120     - capi_bm_v1a2_master_integration_tests_ubuntu
121     - capi_bm_v1a2_master_integration_tests_centos
122
123     repo:
124       org: "metal3-io"
125       name: "metal3-dev-env"
126     ci_ghprb_auth_id: '66556785-bf9b-42a0-812f-ccfd3c59f85c'
127
128 - project:
129     name: "metal3io_capi_bm"
130     ci_github_whitelist_org:
131     - metal3-io
132     - nordix-airship
133     jobs:
134     - capi_bm_integration_tests_ubuntu
135     - capi_bm_integration_tests_centos
136     - capi_bm_v1a2_integration_tests_centos
137     - capi_bm_v1a2_integration_tests_ubuntu
138
139     repo:
140       org: "metal3-io"
141       name: "cluster-api-provider-baremetal"
142     ci_ghprb_auth_id: '66556785-bf9b-42a0-812f-ccfd3c59f85c'
143
144 - project:
145     name: 'update_nordix'
146     jobs:
147     - update_nordix_repos
148     repo:
149       org: "Nordix"
150       name: "airship-dev-tools"