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