blob: d2f0905b17dcd875a800b8bbf2b9d5cd596a916e [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}}'
maelk1a9e9352020-01-21 12:49:35 +020032 ci_github_whitelist_org:
33 - nordix-airship
kanwar saad bin liaqate0eef2d2019-07-25 15:32:36 +030034 jobs:
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
maelk1a9e9352020-01-21 12:49:35 +020038 - update_nordix_repos
kanwar saad bin liaqate0eef2d2019-07-25 15:32:36 +030039 repo:
40 org: "Nordix"
41 name: "airship-dev-tools"
maelk1a9e9352020-01-21 12:49:35 +020042 ci_github_jenkins_credentials_id: 'nordix-airship-ci-github-prod-token'
43 ci_ghprb_auth_id: 'e8a43847-46ff-42db-a5db-7366df0e4ee2'
44 ci_github_repo: 'https://github.com/Nordix/airship-dev-tools.git'
kanwar saad bin liaqate0eef2d2019-07-25 15:32:36 +030045
46- project:
fmuyassarovb8e11502020-05-28 13:10:41 +030047 name: 'nordix_metal3_dev_env'
48 branch: '${{ghprbActualCommit}}'
49 ci_github_whitelist_org:
50 - nordix-airship
51 jobs:
52 - feature_tests_ubuntu
Furkat Gofurov821094d2020-09-17 19:43:18 +030053 - feature_tests_centos
Jaakko Kuuskoskief359b02020-08-05 11:51:19 +030054 - feature_tests_upgrade_ubuntu
Jaakko Kuuskoski75049982020-09-02 14:10:18 +030055 - feature_tests_upgrade_centos
fmuyassarovb8e11502020-05-28 13:10:41 +030056 repo:
57 org: "Nordix"
58 name: "metal3-dev-env"
59 ci_github_jenkins_credentials_id: 'nordix-airship-ci-github-prod-token'
60 ci_ghprb_auth_id: 'e8a43847-46ff-42db-a5db-7366df0e4ee2'
61 ci_github_repo: 'https://github.com/Nordix/airship-dev-tools.git'
62
63- project:
64 name: 'nordix_bmo'
65 branch: '${{ghprbActualCommit}}'
66 ci_github_whitelist_org:
67 - nordix-airship
68 jobs:
69 - feature_tests_ubuntu
Furkat Gofurov821094d2020-09-17 19:43:18 +030070 - feature_tests_centos
Jaakko Kuuskoskief359b02020-08-05 11:51:19 +030071 - feature_tests_upgrade_ubuntu
Jaakko Kuuskoski75049982020-09-02 14:10:18 +030072 - feature_tests_upgrade_centos
fmuyassarovb8e11502020-05-28 13:10:41 +030073 repo:
74 org: "Nordix"
75 name: "baremetal-operator"
76 ci_github_jenkins_credentials_id: 'nordix-airship-ci-github-prod-token'
77 ci_ghprb_auth_id: 'e8a43847-46ff-42db-a5db-7366df0e4ee2'
78 ci_github_repo: 'https://github.com/Nordix/airship-dev-tools.git'
79
80- project:
81 name: 'nordix_capi_m3'
82 branch: '${{ghprbActualCommit}}'
83 ci_github_whitelist_org:
84 - nordix-airship
85 jobs:
86 - feature_tests_ubuntu
Furkat Gofurov821094d2020-09-17 19:43:18 +030087 - feature_tests_centos
Jaakko Kuuskoskief359b02020-08-05 11:51:19 +030088 - feature_tests_upgrade_ubuntu
Jaakko Kuuskoski75049982020-09-02 14:10:18 +030089 - feature_tests_upgrade_centos
fmuyassarovb8e11502020-05-28 13:10:41 +030090 repo:
91 org: "Nordix"
92 name: "cluster-api-provider-metal3"
93 ci_github_jenkins_credentials_id: 'nordix-airship-ci-github-prod-token'
94 ci_ghprb_auth_id: 'e8a43847-46ff-42db-a5db-7366df0e4ee2'
95 ci_github_repo: 'https://github.com/Nordix/airship-dev-tools.git'
96
97- project:
maelk3116ba52020-01-20 11:25:52 +020098 name: 'metal3io_project_infra'
99 branch: '${{ghprbActualCommit}}'
maelk1a9e9352020-01-21 12:49:35 +0200100 ci_github_whitelist_org:
101 - nordix-airship
maelk3116ba52020-01-20 11:25:52 +0200102 repo:
103 org: "metal3-io"
104 name: "project-infra"
maelk2f684f02020-01-20 12:22:14 +0200105 ci_github_repo: '${{ghprbAuthorRepoGitUrl}}'
maelka08dcb52020-01-21 16:23:39 +0200106 jobs:
Jaakko Kuuskoskiaa86f6e2020-01-21 13:11:48 +0200107 - capi_bm_v1a3_integration_tests_centos
108 - capi_bm_v1a3_integration_tests_ubuntu
maelk07f5cbc2020-03-06 15:34:17 +0200109 - capi_bm_v1a4_integration_tests_centos
110 - capi_bm_v1a4_integration_tests_ubuntu
fmuyassarovb8e11502020-05-28 13:10:41 +0300111 - feature_tests_ubuntu
Furkat Gofurov821094d2020-09-17 19:43:18 +0300112 - feature_tests_centos
Jaakko Kuuskoskief359b02020-08-05 11:51:19 +0300113 - feature_tests_upgrade_ubuntu
Jaakko Kuuskoski75049982020-09-02 14:10:18 +0300114 - feature_tests_upgrade_centos
kanwar saad bin liaqate0eef2d2019-07-25 15:32:36 +0300115
maelk81070bf2019-08-27 16:28:31 +0300116- project:
maelk37e9bd82020-03-01 12:09:06 +0200117 name: 'metal3io_project_infra_cleanup'
118 ci_github_whitelist_org:
119 - nordix-airship
120 repo:
121 org: "metal3-io"
122 name: "project-infra"
123 ci_github_pipeline: 'jenkins/jobs/integration_tests_clean.pipeline'
124 jobs:
125 - capi_bm_master_clean
126
127- project:
128 name: 'metal3io_project_infra_cleanup_test'
129 branch: '${{ghprbActualCommit}}'
130 ci_github_whitelist_org:
131 - nordix-airship
132 repo:
133 org: "metal3-io"
134 name: "project-infra"
135 ci_github_repo: '${{ghprbAuthorRepoGitUrl}}'
136 ci_github_pipeline: 'jenkins/jobs/integration_tests_clean.pipeline'
137 jobs:
138 - capi_bm_clean
139
140- project:
maelk93c18a52019-09-26 16:00:46 +0300141 name: "metal3io_bmo"
maelk93c18a52019-09-26 16:00:46 +0300142 repo:
143 org: "metal3-io"
144 name: "baremetal-operator"
maelka08dcb52020-01-21 16:23:39 +0200145 jobs:
Jaakko Kuuskoskiaa86f6e2020-01-21 13:11:48 +0200146 - capi_bm_v1a3_integration_tests_centos
147 - capi_bm_v1a3_integration_tests_ubuntu
maelk07f5cbc2020-03-06 15:34:17 +0200148 - capi_bm_v1a4_integration_tests_centos
149 - capi_bm_v1a4_integration_tests_ubuntu
fmuyassarovb8e11502020-05-28 13:10:41 +0300150 - feature_tests_ubuntu
Furkat Gofurov821094d2020-09-17 19:43:18 +0300151 - feature_tests_centos
Jaakko Kuuskoskief359b02020-08-05 11:51:19 +0300152 - feature_tests_upgrade_ubuntu
Jaakko Kuuskoski75049982020-09-02 14:10:18 +0300153 - feature_tests_upgrade_centos
kanwar saad bin liaqate0eef2d2019-07-25 15:32:36 +0300154
maelk81070bf2019-08-27 16:28:31 +0300155- project:
156 name: "metal3io_metal3_dev_env"
maelk81070bf2019-08-27 16:28:31 +0300157 jobs:
Jaakko Kuuskoskiaa86f6e2020-01-21 13:11:48 +0200158 - capi_bm_v1a3_integration_tests_centos
159 - capi_bm_v1a3_integration_tests_ubuntu
160 - capi_bm_v1a3_master_integration_tests_ubuntu
161 - capi_bm_v1a3_master_integration_tests_centos
maelk07f5cbc2020-03-06 15:34:17 +0200162 - capi_bm_v1a4_integration_tests_centos
163 - capi_bm_v1a4_integration_tests_ubuntu
164 - capi_bm_v1a4_master_integration_tests_centos
165 - capi_bm_v1a4_master_integration_tests_ubuntu
fmuyassarovb8e11502020-05-28 13:10:41 +0300166 - feature_tests_ubuntu
Furkat Gofurov821094d2020-09-17 19:43:18 +0300167 - feature_tests_centos
Jaakko Kuuskoskief359b02020-08-05 11:51:19 +0300168 - feature_tests_upgrade_ubuntu
Jaakko Kuuskoski75049982020-09-02 14:10:18 +0300169 - feature_tests_upgrade_centos
fmuyassarovb8e11502020-05-28 13:10:41 +0300170 - master_feature_tests_ubuntu
Furkat Gofurov821094d2020-09-17 19:43:18 +0300171 - master_feature_tests_centos
Jaakko Kuuskoskief359b02020-08-05 11:51:19 +0300172 - master_feature_tests_upgrade_ubuntu
Jaakko Kuuskoski75049982020-09-02 14:10:18 +0300173 - master_feature_tests_upgrade_centos
fmuyassarovb8e11502020-05-28 13:10:41 +0300174
maelk81070bf2019-08-27 16:28:31 +0300175 repo:
176 org: "metal3-io"
177 name: "metal3-dev-env"
kanwar saad bin liaqate0eef2d2019-07-25 15:32:36 +0300178
maelk81070bf2019-08-27 16:28:31 +0300179- project:
maelk4eeac872020-03-04 19:12:08 +0200180 name: "metal3io_capi_m3"
181 repo:
182 org: "metal3-io"
183 name: "cluster-api-provider-metal3"
184 jobs:
Jaakko Kuuskoskiaa86f6e2020-01-21 13:11:48 +0200185 - capi_bm_v1a3_integration_tests_centos
186 - capi_bm_v1a3_integration_tests_ubuntu
maelk07f5cbc2020-03-06 15:34:17 +0200187 - capi_bm_v1a4_integration_tests_centos
188 - capi_bm_v1a4_integration_tests_ubuntu
fmuyassarovb8e11502020-05-28 13:10:41 +0300189 - feature_tests_ubuntu
Furkat Gofurov821094d2020-09-17 19:43:18 +0300190 - feature_tests_centos
Jaakko Kuuskoskief359b02020-08-05 11:51:19 +0300191 - feature_tests_upgrade_ubuntu
Jaakko Kuuskoski75049982020-09-02 14:10:18 +0300192 - feature_tests_upgrade_centos
Jaakko Kuuskoski9bca5dd2019-09-27 11:16:03 +0300193
194- project:
fmuyassarova80b7aa2020-01-10 14:43:28 +0200195 name: "metal3io_ironic_image"
fmuyassarova80b7aa2020-01-10 14:43:28 +0200196 repo:
197 org: "metal3-io"
198 name: "ironic-image"
maelka08dcb52020-01-21 16:23:39 +0200199 jobs:
Jaakko Kuuskoskiaa86f6e2020-01-21 13:11:48 +0200200 - capi_bm_v1a3_integration_tests_centos
201 - capi_bm_v1a3_integration_tests_ubuntu
maelk07f5cbc2020-03-06 15:34:17 +0200202 - capi_bm_v1a4_integration_tests_centos
203 - capi_bm_v1a4_integration_tests_ubuntu
fmuyassarovb8e11502020-05-28 13:10:41 +0300204 - feature_tests_ubuntu
Furkat Gofurov821094d2020-09-17 19:43:18 +0300205 - feature_tests_centos
Jaakko Kuuskoskief359b02020-08-05 11:51:19 +0300206 - feature_tests_upgrade_ubuntu
Jaakko Kuuskoski75049982020-09-02 14:10:18 +0300207 - feature_tests_upgrade_centos
fmuyassarova80b7aa2020-01-10 14:43:28 +0200208
209- project:
210 name: "metal3io_ironic_inspector"
fmuyassarova80b7aa2020-01-10 14:43:28 +0200211 repo:
212 org: "metal3-io"
213 name: "ironic-inspector-image"
maelka08dcb52020-01-21 16:23:39 +0200214 jobs:
Jaakko Kuuskoskiaa86f6e2020-01-21 13:11:48 +0200215 - capi_bm_v1a3_integration_tests_centos
216 - capi_bm_v1a3_integration_tests_ubuntu
maelk07f5cbc2020-03-06 15:34:17 +0200217 - capi_bm_v1a4_integration_tests_centos
218 - capi_bm_v1a4_integration_tests_ubuntu
fmuyassarovb8e11502020-05-28 13:10:41 +0300219 - feature_tests_ubuntu
Furkat Gofurov821094d2020-09-17 19:43:18 +0300220 - feature_tests_centos
Jaakko Kuuskoskief359b02020-08-05 11:51:19 +0300221 - feature_tests_upgrade_ubuntu
Jaakko Kuuskoski75049982020-09-02 14:10:18 +0300222 - feature_tests_upgrade_centos
fmuyassarova80b7aa2020-01-10 14:43:28 +0200223
224- project:
225 name: "metal3io_ironic_ipa_downloader"
fmuyassarova80b7aa2020-01-10 14:43:28 +0200226 repo:
227 org: "metal3-io"
228 name: "ironic-ipa-downloader"
maelka08dcb52020-01-21 16:23:39 +0200229 jobs:
Jaakko Kuuskoskiaa86f6e2020-01-21 13:11:48 +0200230 - capi_bm_v1a3_integration_tests_centos
231 - capi_bm_v1a3_integration_tests_ubuntu
maelk07f5cbc2020-03-06 15:34:17 +0200232 - capi_bm_v1a4_integration_tests_centos
233 - capi_bm_v1a4_integration_tests_ubuntu
fmuyassarovb8e11502020-05-28 13:10:41 +0300234 - feature_tests_ubuntu
Furkat Gofurov821094d2020-09-17 19:43:18 +0300235 - feature_tests_centos
Jaakko Kuuskoskief359b02020-08-05 11:51:19 +0300236 - feature_tests_upgrade_ubuntu
Jaakko Kuuskoski75049982020-09-02 14:10:18 +0300237 - feature_tests_upgrade_centos