blob: b2f1c1eb9509f7c2b378ebe82aaf2e37c06992e0 [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
fmuyassarov180e0952019-09-25 09:51:40 +030037 - docker_image_building
kanwar saad bin liaqate0eef2d2019-07-25 15:32:36 +030038 repo:
39 org: "Nordix"
40 name: "airship-dev-tools"
41
42- project:
43 name: "nordix_bmo"
44 jobs:
maelke07b44c2019-09-16 15:59:18 +030045 - capi_bm_integration_tests_ubuntu
46 - capi_bm_integration_tests_centos
mikkosestedf045b2019-08-27 16:02:17 +030047 - capi_bm_unit_tests
kanwar saad bin liaqate0eef2d2019-07-25 15:32:36 +030048 - linter_tests
49 repo:
50 org: "Nordix"
51 name: "baremetal-operator"
52
53- project:
54 name: "nordix_capi"
55 jobs:
maelke07b44c2019-09-16 15:59:18 +030056 - capi_bm_integration_tests_ubuntu
57 - capi_bm_integration_tests_centos
kanwar saad bin liaqate0eef2d2019-07-25 15:32:36 +030058 - linter_tests
59 repo:
60 org: "Nordix"
61 name: "cluster-api"
62
63- project:
64 name: "nordix_metal3_dev_env"
65 jobs:
maelke07b44c2019-09-16 15:59:18 +030066 - capi_bm_integration_tests_ubuntu
67 - capi_bm_integration_tests_centos
kanwar saad bin liaqate0eef2d2019-07-25 15:32:36 +030068 - linter_tests
69 repo:
70 org: "Nordix"
71 name: "metal3-dev-env"
72
73- project:
74 name: "nordix_capi_bm"
75 jobs:
maelke07b44c2019-09-16 15:59:18 +030076 - capi_bm_integration_tests_ubuntu
77 - capi_bm_integration_tests_centos
mikkosestedf045b2019-08-27 16:02:17 +030078 - capi_bm_unit_tests
kanwar saad bin liaqate0eef2d2019-07-25 15:32:36 +030079 - linter_tests
80 repo:
81 org: "Nordix"
82 name: "cluster-api-provider-baremetal"
83
kanwar saad bin liaqate0eef2d2019-07-25 15:32:36 +030084
maelk81070bf2019-08-27 16:28:31 +030085- project:
maelk93c18a52019-09-26 16:00:46 +030086 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_github_jenkins_credentials_id: '66556785-bf9b-42a0-812f-ccfd3c59f85c'
kanwar saad bin liaqate0eef2d2019-07-25 15:32:36 +030097
98
maelk81070bf2019-08-27 16:28:31 +030099- project:
100 name: "metal3io_metal3_dev_env"
101 ci_github_whitelist_org:
102 - metal3-io
103 - nordix-airship
104 jobs:
maelke07b44c2019-09-16 15:59:18 +0300105 - capi_bm_integration_tests_ubuntu
106 - capi_bm_integration_tests_centos
maelk81070bf2019-08-27 16:28:31 +0300107 repo:
108 org: "metal3-io"
109 name: "metal3-dev-env"
maelkf32585f2019-09-26 10:45:25 +0300110 ci_github_jenkins_credentials_id: '66556785-bf9b-42a0-812f-ccfd3c59f85c'
kanwar saad bin liaqate0eef2d2019-07-25 15:32:36 +0300111
maelk81070bf2019-08-27 16:28:31 +0300112- project:
113 name: "metal3io_capi_bm"
maelke07b44c2019-09-16 15:59:18 +0300114 ci_github_whitelist_org:
maelk81070bf2019-08-27 16:28:31 +0300115 - metal3-io
116 - nordix-airship
117 jobs:
maelke07b44c2019-09-16 15:59:18 +0300118 - capi_bm_integration_tests_ubuntu
119 - capi_bm_integration_tests_centos
maelk81070bf2019-08-27 16:28:31 +0300120 repo:
121 org: "metal3-io"
122 name: "cluster-api-provider-baremetal"
maelk93c18a52019-09-26 16:00:46 +0300123 ci_github_jenkins_credentials_id: '66556785-bf9b-42a0-812f-ccfd3c59f85c'
Jaakko Kuuskoski9bca5dd2019-09-27 11:16:03 +0300124
125- project:
126 name: 'update_nordix'
127 jobs:
128 - update_nordix_repos
129 repo:
130 org: "Nordix"
131 name: "airship-dev-tools"