blob: 98fa8945864988874f244d4a3e9ddd401a30cfd4 [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:
maelke07b44c2019-09-16 15:59:18 +030033 - capi_bm_integration_tests_ubuntu
34 - capi_bm_integration_tests_centos
kanwar saad bin liaqate0eef2d2019-07-25 15:32:36 +030035 - linter_tests
36 repo:
37 org: "Nordix"
38 name: "airship-dev-tools"
39
40- project:
41 name: "nordix_bmo"
42 jobs:
maelke07b44c2019-09-16 15:59:18 +030043 - capi_bm_integration_tests_ubuntu
44 - capi_bm_integration_tests_centos
mikkosestedf045b2019-08-27 16:02:17 +030045 - capi_bm_unit_tests
kanwar saad bin liaqate0eef2d2019-07-25 15:32:36 +030046 - linter_tests
47 repo:
48 org: "Nordix"
49 name: "baremetal-operator"
50
51- project:
52 name: "nordix_capi"
53 jobs:
maelke07b44c2019-09-16 15:59:18 +030054 - capi_bm_integration_tests_ubuntu
55 - capi_bm_integration_tests_centos
kanwar saad bin liaqate0eef2d2019-07-25 15:32:36 +030056 - linter_tests
57 repo:
58 org: "Nordix"
59 name: "cluster-api"
60
61- project:
62 name: "nordix_metal3_dev_env"
63 jobs:
maelke07b44c2019-09-16 15:59:18 +030064 - capi_bm_integration_tests_ubuntu
65 - capi_bm_integration_tests_centos
kanwar saad bin liaqate0eef2d2019-07-25 15:32:36 +030066 - linter_tests
67 repo:
68 org: "Nordix"
69 name: "metal3-dev-env"
70
71- project:
72 name: "nordix_capi_bm"
73 jobs:
maelke07b44c2019-09-16 15:59:18 +030074 - capi_bm_integration_tests_ubuntu
75 - capi_bm_integration_tests_centos
mikkosestedf045b2019-08-27 16:02:17 +030076 - capi_bm_unit_tests
kanwar saad bin liaqate0eef2d2019-07-25 15:32:36 +030077 - linter_tests
78 repo:
79 org: "Nordix"
80 name: "cluster-api-provider-baremetal"
81
kanwar saad bin liaqate0eef2d2019-07-25 15:32:36 +030082
maelk81070bf2019-08-27 16:28:31 +030083- project:
84 name: "metal3io_bmo"
85 ci_github_whitelist_org:
86 - metal3-io
87 - nordix-airship
88 jobs:
maelke07b44c2019-09-16 15:59:18 +030089 - capi_bm_integration_tests_ubuntu
90 - capi_bm_integration_tests_centos
maelk81070bf2019-08-27 16:28:31 +030091 repo:
92 org: "metal3-io"
93 name: "baremetal-operator"
kanwar saad bin liaqate0eef2d2019-07-25 15:32:36 +030094
95
maelk81070bf2019-08-27 16:28:31 +030096- project:
97 name: "metal3io_metal3_dev_env"
98 ci_github_whitelist_org:
99 - metal3-io
100 - nordix-airship
101 jobs:
maelke07b44c2019-09-16 15:59:18 +0300102 - capi_bm_integration_tests_ubuntu
103 - capi_bm_integration_tests_centos
maelk81070bf2019-08-27 16:28:31 +0300104 repo:
105 org: "metal3-io"
106 name: "metal3-dev-env"
kanwar saad bin liaqate0eef2d2019-07-25 15:32:36 +0300107
maelk81070bf2019-08-27 16:28:31 +0300108- project:
109 name: "metal3io_capi_bm"
maelke07b44c2019-09-16 15:59:18 +0300110 ci_github_whitelist_org:
maelk81070bf2019-08-27 16:28:31 +0300111 - metal3-io
112 - nordix-airship
113 jobs:
maelke07b44c2019-09-16 15:59:18 +0300114 - capi_bm_integration_tests_ubuntu
115 - capi_bm_integration_tests_centos
maelk81070bf2019-08-27 16:28:31 +0300116 repo:
117 org: "metal3-io"
118 name: "cluster-api-provider-baremetal"