blob: 39ddfa04909416b8e94f44e59b06070c190fd327 [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
maelkf8928002019-09-19 14:53:02 +030036 - openstack_image_building
kanwar saad bin liaqate0eef2d2019-07-25 15:32:36 +030037 repo:
38 org: "Nordix"
39 name: "airship-dev-tools"
40
41- project:
42 name: "nordix_bmo"
43 jobs:
maelke07b44c2019-09-16 15:59:18 +030044 - capi_bm_integration_tests_ubuntu
45 - capi_bm_integration_tests_centos
mikkosestedf045b2019-08-27 16:02:17 +030046 - capi_bm_unit_tests
kanwar saad bin liaqate0eef2d2019-07-25 15:32:36 +030047 - linter_tests
48 repo:
49 org: "Nordix"
50 name: "baremetal-operator"
51
52- project:
53 name: "nordix_capi"
54 jobs:
maelke07b44c2019-09-16 15:59:18 +030055 - capi_bm_integration_tests_ubuntu
56 - capi_bm_integration_tests_centos
kanwar saad bin liaqate0eef2d2019-07-25 15:32:36 +030057 - linter_tests
58 repo:
59 org: "Nordix"
60 name: "cluster-api"
61
62- project:
63 name: "nordix_metal3_dev_env"
64 jobs:
maelke07b44c2019-09-16 15:59:18 +030065 - capi_bm_integration_tests_ubuntu
66 - capi_bm_integration_tests_centos
kanwar saad bin liaqate0eef2d2019-07-25 15:32:36 +030067 - linter_tests
68 repo:
69 org: "Nordix"
70 name: "metal3-dev-env"
71
72- project:
73 name: "nordix_capi_bm"
74 jobs:
maelke07b44c2019-09-16 15:59:18 +030075 - capi_bm_integration_tests_ubuntu
76 - capi_bm_integration_tests_centos
mikkosestedf045b2019-08-27 16:02:17 +030077 - capi_bm_unit_tests
kanwar saad bin liaqate0eef2d2019-07-25 15:32:36 +030078 - linter_tests
79 repo:
80 org: "Nordix"
81 name: "cluster-api-provider-baremetal"
82
kanwar saad bin liaqate0eef2d2019-07-25 15:32:36 +030083
maelk81070bf2019-08-27 16:28:31 +030084- project:
maelk93c18a52019-09-26 16:00:46 +030085 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'
kanwar saad bin liaqate0eef2d2019-07-25 15:32:36 +030096
97
maelk81070bf2019-08-27 16:28:31 +030098- project:
99 name: "metal3io_metal3_dev_env"
100 ci_github_whitelist_org:
101 - metal3-io
102 - nordix-airship
103 jobs:
maelke07b44c2019-09-16 15:59:18 +0300104 - capi_bm_integration_tests_ubuntu
105 - capi_bm_integration_tests_centos
maelk81070bf2019-08-27 16:28:31 +0300106 repo:
107 org: "metal3-io"
108 name: "metal3-dev-env"
maelkf32585f2019-09-26 10:45:25 +0300109 ci_github_jenkins_credentials_id: '66556785-bf9b-42a0-812f-ccfd3c59f85c'
kanwar saad bin liaqate0eef2d2019-07-25 15:32:36 +0300110
maelk81070bf2019-08-27 16:28:31 +0300111- project:
112 name: "metal3io_capi_bm"
maelke07b44c2019-09-16 15:59:18 +0300113 ci_github_whitelist_org:
maelk81070bf2019-08-27 16:28:31 +0300114 - metal3-io
115 - nordix-airship
116 jobs:
maelke07b44c2019-09-16 15:59:18 +0300117 - capi_bm_integration_tests_ubuntu
118 - capi_bm_integration_tests_centos
maelk81070bf2019-08-27 16:28:31 +0300119 repo:
120 org: "metal3-io"
121 name: "cluster-api-provider-baremetal"
maelk93c18a52019-09-26 16:00:46 +0300122 ci_github_jenkins_credentials_id: '66556785-bf9b-42a0-812f-ccfd3c59f85c'
Jaakko Kuuskoski9bca5dd2019-09-27 11:16:03 +0300123
124- project:
125 name: 'update_nordix'
126 jobs:
127 - update_nordix_repos
128 repo:
129 org: "Nordix"
130 name: "airship-dev-tools"