ci: Synchronize Nordix repositories regularly with upstream
[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     ci_github_jenkins_credentials_id: '66556785-bf9b-42a0-812f-ccfd3c59f85c'
96
97
98 - project:
99     name: "metal3io_metal3_dev_env"
100     ci_github_whitelist_org:
101     - metal3-io
102     - nordix-airship
103     jobs:
104     - capi_bm_integration_tests_ubuntu
105     - capi_bm_integration_tests_centos
106     repo:
107       org: "metal3-io"
108       name: "metal3-dev-env"
109     ci_github_jenkins_credentials_id: '66556785-bf9b-42a0-812f-ccfd3c59f85c'
110
111 - project:
112     name: "metal3io_capi_bm"
113     ci_github_whitelist_org:
114     - metal3-io
115     - nordix-airship
116     jobs:
117     - capi_bm_integration_tests_ubuntu
118     - capi_bm_integration_tests_centos
119     repo:
120       org: "metal3-io"
121       name: "cluster-api-provider-baremetal"
122     ci_github_jenkins_credentials_id: '66556785-bf9b-42a0-812f-ccfd3c59f85c'
123
124 - project:
125     name: 'update_nordix'
126     jobs:
127     - update_nordix_repos
128     repo:
129       org: "Nordix"
130       name: "airship-dev-tools"