Separate github and ghprb credentials in airship jobs
[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     - linter_tests
49     repo:
50       org: "Nordix"
51       name: "baremetal-operator"
52
53 - project:
54     name: "nordix_capi"
55     jobs:
56     - capi_bm_integration_tests_ubuntu
57     - capi_bm_integration_tests_centos
58     - linter_tests
59     repo:
60       org: "Nordix"
61       name: "cluster-api"
62
63 - project:
64     name: "nordix_metal3_dev_env"
65     jobs:
66     - capi_bm_integration_tests_ubuntu
67     - capi_bm_integration_tests_centos
68     - linter_tests
69     repo:
70       org: "Nordix"
71       name: "metal3-dev-env"
72
73 - project:
74     name: "nordix_capi_bm"
75     jobs:
76     - capi_bm_integration_tests_ubuntu
77     - capi_bm_integration_tests_centos
78     - capi_bm_unit_tests
79     - linter_tests
80     repo:
81       org: "Nordix"
82       name: "cluster-api-provider-baremetal"
83
84
85 - project:
86     name: "metal3io_bmo"
87     ci_github_whitelist_org:
88     - metal3-io
89     - nordix-airship
90     jobs:
91     - capi_bm_integration_tests_ubuntu
92     - capi_bm_integration_tests_centos
93     repo:
94       org: "metal3-io"
95       name: "baremetal-operator"
96     ci_ghprb_auth_id: '66556785-bf9b-42a0-812f-ccfd3c59f85c'
97
98
99 - project:
100     name: "metal3io_metal3_dev_env"
101     ci_github_whitelist_org:
102     - metal3-io
103     - nordix-airship
104     jobs:
105     - capi_bm_integration_tests_ubuntu
106     - capi_bm_integration_tests_centos
107     - capi_bm_master_integration_tests_ubuntu
108     repo:
109       org: "metal3-io"
110       name: "metal3-dev-env"
111     ci_ghprb_auth_id: '66556785-bf9b-42a0-812f-ccfd3c59f85c'
112
113 - project:
114     name: "metal3io_capi_bm"
115     ci_github_whitelist_org:
116     - metal3-io
117     - nordix-airship
118     jobs:
119     - capi_bm_integration_tests_ubuntu
120     - capi_bm_integration_tests_centos
121     repo:
122       org: "metal3-io"
123       name: "cluster-api-provider-baremetal"
124     ci_ghprb_auth_id: '66556785-bf9b-42a0-812f-ccfd3c59f85c'
125
126 - project:
127     name: 'update_nordix'
128     jobs:
129     - update_nordix_repos
130     repo:
131       org: "Nordix"
132       name: "airship-dev-tools"