Merge "Add image building job for Airship"
[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     repo:
38       org: "Nordix"
39       name: "airship-dev-tools"
40
41 - project:
42     name: "nordix_bmo"
43     jobs:
44     - capi_bm_integration_tests_ubuntu
45     - capi_bm_integration_tests_centos
46     - capi_bm_unit_tests
47     - linter_tests
48     repo:
49       org: "Nordix"
50       name: "baremetal-operator"
51
52 - project:
53     name: "nordix_capi"
54     jobs:
55     - capi_bm_integration_tests_ubuntu
56     - capi_bm_integration_tests_centos
57     - linter_tests
58     repo:
59       org: "Nordix"
60       name: "cluster-api"
61
62 - project:
63     name: "nordix_metal3_dev_env"
64     jobs:
65     - capi_bm_integration_tests_ubuntu
66     - capi_bm_integration_tests_centos
67     - linter_tests
68     repo:
69       org: "Nordix"
70       name: "metal3-dev-env"
71
72 - project:
73     name: "nordix_capi_bm"
74     jobs:
75     - capi_bm_integration_tests_ubuntu
76     - capi_bm_integration_tests_centos
77     - capi_bm_unit_tests
78     - linter_tests
79     repo:
80       org: "Nordix"
81       name: "cluster-api-provider-baremetal"
82
83
84 - project:
85    name: "metal3io_bmo"
86    ci_github_whitelist_org:
87    - metal3-io
88    - nordix-airship
89    jobs:
90    - capi_bm_integration_tests_ubuntu
91    - capi_bm_integration_tests_centos
92    repo:
93      org: "metal3-io"
94      name: "baremetal-operator"
95
96
97 - project:
98     name: "metal3io_metal3_dev_env"
99     ci_github_whitelist_org:
100     - metal3-io
101     - nordix-airship
102     jobs:
103     - capi_bm_integration_tests_ubuntu
104     - capi_bm_integration_tests_centos
105     repo:
106       org: "metal3-io"
107       name: "metal3-dev-env"
108
109 - project:
110     name: "metal3io_capi_bm"
111     ci_github_whitelist_org:
112     - metal3-io
113     - nordix-airship
114     jobs:
115     - capi_bm_integration_tests_ubuntu
116     - capi_bm_integration_tests_centos
117     repo:
118       org: "metal3-io"
119       name: "cluster-api-provider-baremetal"