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