blob: 56b8a60fdebcfd2ff8b355fbf13bff53edae2eef [file] [log] [blame]
kanwar saad bin liaqate0eef2d2019-07-25 15:32:36 +03001---
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 - linter_tests
44 repo:
45 org: "Nordix"
46 name: "baremetal-operator"
47
48- project:
49 name: "nordix_capi"
50 jobs:
51 - capi_bm_integration_tests
52 - linter_tests
53 repo:
54 org: "Nordix"
55 name: "cluster-api"
56
57- project:
58 name: "nordix_metal3_dev_env"
59 jobs:
60 - capi_bm_integration_tests
61 - linter_tests
62 repo:
63 org: "Nordix"
64 name: "metal3-dev-env"
65
66- project:
67 name: "nordix_capi_bm"
68 jobs:
69 - capi_bm_integration_tests
70 - linter_tests
71 repo:
72 org: "Nordix"
73 name: "cluster-api-provider-baremetal"
74
kanwar saad bin liaqate0eef2d2019-07-25 15:32:36 +030075
maelk81070bf2019-08-27 16:28:31 +030076- project:
77 name: "metal3io_bmo"
78 ci_github_whitelist_org:
79 - metal3-io
80 - nordix-airship
81 jobs:
82 - capi_bm_integration_tests
83 repo:
84 org: "metal3-io"
85 name: "baremetal-operator"
kanwar saad bin liaqate0eef2d2019-07-25 15:32:36 +030086
87
maelk81070bf2019-08-27 16:28:31 +030088- project:
89 name: "metal3io_metal3_dev_env"
90 ci_github_whitelist_org:
91 - metal3-io
92 - nordix-airship
93 jobs:
94 - capi_bm_integration_tests
95 repo:
96 org: "metal3-io"
97 name: "metal3-dev-env"
kanwar saad bin liaqate0eef2d2019-07-25 15:32:36 +030098
maelk81070bf2019-08-27 16:28:31 +030099- project:
100 name: "metal3io_capi_bm"
101 ci_github_whitelist_org:
102 - metal3-io
103 - nordix-airship
104 jobs:
105 - capi_bm_integration_tests
106 repo:
107 org: "metal3-io"
108 name: "cluster-api-provider-baremetal"