blob: bd4a6cd181649a831b3ed2250df3bc4aec1727bb [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
Michael Captain930e6022021-04-20 17:44:46 +030038 - update_nordix_artifacts
maelk1a9e9352020-01-21 12:49:35 +020039 - update_nordix_repos
kashifest5352e7b2020-12-04 17:39:50 +020040 - openstack_node_image_building
kanwar saad bin liaqate0eef2d2019-07-25 15:32:36 +030041 repo:
42 org: "Nordix"
43 name: "airship-dev-tools"
maelk1a9e9352020-01-21 12:49:35 +020044 ci_github_jenkins_credentials_id: 'nordix-airship-ci-github-prod-token'
45 ci_ghprb_auth_id: 'e8a43847-46ff-42db-a5db-7366df0e4ee2'
46 ci_github_repo: 'https://github.com/Nordix/airship-dev-tools.git'
kanwar saad bin liaqate0eef2d2019-07-25 15:32:36 +030047
48- project:
fmuyassarovb8e11502020-05-28 13:10:41 +030049 name: 'nordix_metal3_dev_env'
50 branch: '${{ghprbActualCommit}}'
51 ci_github_whitelist_org:
52 - nordix-airship
53 jobs:
54 - feature_tests_ubuntu
Furkat Gofurov821094d2020-09-17 19:43:18 +030055 - feature_tests_centos
Jaakko Kuuskoskief359b02020-08-05 11:51:19 +030056 - feature_tests_upgrade_ubuntu
fmuyassarovb8e11502020-05-28 13:10:41 +030057 repo:
58 org: "Nordix"
59 name: "metal3-dev-env"
60 ci_github_jenkins_credentials_id: 'nordix-airship-ci-github-prod-token'
61 ci_ghprb_auth_id: 'e8a43847-46ff-42db-a5db-7366df0e4ee2'
62 ci_github_repo: 'https://github.com/Nordix/airship-dev-tools.git'
63
64- project:
65 name: 'nordix_bmo'
66 branch: '${{ghprbActualCommit}}'
67 ci_github_whitelist_org:
68 - nordix-airship
69 jobs:
70 - feature_tests_ubuntu
Furkat Gofurov821094d2020-09-17 19:43:18 +030071 - feature_tests_centos
Jaakko Kuuskoskief359b02020-08-05 11:51:19 +030072 - feature_tests_upgrade_ubuntu
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
fmuyassarovb8e11502020-05-28 13:10:41 +030089 repo:
90 org: "Nordix"
91 name: "cluster-api-provider-metal3"
92 ci_github_jenkins_credentials_id: 'nordix-airship-ci-github-prod-token'
93 ci_ghprb_auth_id: 'e8a43847-46ff-42db-a5db-7366df0e4ee2'
94 ci_github_repo: 'https://github.com/Nordix/airship-dev-tools.git'
95
96- project:
maelk3116ba52020-01-20 11:25:52 +020097 name: 'metal3io_project_infra'
98 branch: '${{ghprbActualCommit}}'
maelk1a9e9352020-01-21 12:49:35 +020099 ci_github_whitelist_org:
100 - nordix-airship
maelk3116ba52020-01-20 11:25:52 +0200101 repo:
102 org: "metal3-io"
103 name: "project-infra"
maelk2f684f02020-01-20 12:22:14 +0200104 ci_github_repo: '${{ghprbAuthorRepoGitUrl}}'
maelka08dcb52020-01-21 16:23:39 +0200105 jobs:
maelk07f5cbc2020-03-06 15:34:17 +0200106 - capi_bm_v1a4_integration_tests_centos
107 - capi_bm_v1a4_integration_tests_ubuntu
Furkat Gofurov9d4b98b2021-06-01 13:42:08 +0300108 - capi_bm_v1a5_integration_tests_centos
109 - capi_bm_v1a5_integration_tests_ubuntu
fmuyassarovb8e11502020-05-28 13:10:41 +0300110 - feature_tests_ubuntu
Furkat Gofurov821094d2020-09-17 19:43:18 +0300111 - feature_tests_centos
Jaakko Kuuskoskief359b02020-08-05 11:51:19 +0300112 - feature_tests_upgrade_ubuntu
kanwar saad bin liaqate0eef2d2019-07-25 15:32:36 +0300113
maelk81070bf2019-08-27 16:28:31 +0300114- project:
maelk37e9bd82020-03-01 12:09:06 +0200115 name: 'metal3io_project_infra_cleanup'
116 ci_github_whitelist_org:
117 - nordix-airship
118 repo:
119 org: "metal3-io"
120 name: "project-infra"
121 ci_github_pipeline: 'jenkins/jobs/integration_tests_clean.pipeline'
122 jobs:
123 - capi_bm_master_clean
124
125- project:
126 name: 'metal3io_project_infra_cleanup_test'
127 branch: '${{ghprbActualCommit}}'
128 ci_github_whitelist_org:
129 - nordix-airship
130 repo:
131 org: "metal3-io"
132 name: "project-infra"
133 ci_github_repo: '${{ghprbAuthorRepoGitUrl}}'
134 ci_github_pipeline: 'jenkins/jobs/integration_tests_clean.pipeline'
135 jobs:
136 - capi_bm_clean
137
138- project:
maelk93c18a52019-09-26 16:00:46 +0300139 name: "metal3io_bmo"
maelk93c18a52019-09-26 16:00:46 +0300140 repo:
141 org: "metal3-io"
142 name: "baremetal-operator"
maelka08dcb52020-01-21 16:23:39 +0200143 jobs:
maelk07f5cbc2020-03-06 15:34:17 +0200144 - capi_bm_v1a4_integration_tests_centos
145 - capi_bm_v1a4_integration_tests_ubuntu
Furkat Gofurov9d4b98b2021-06-01 13:42:08 +0300146 - capi_bm_v1a5_integration_tests_centos
147 - capi_bm_v1a5_integration_tests_ubuntu
fmuyassarovb8e11502020-05-28 13:10:41 +0300148 - feature_tests_ubuntu
Furkat Gofurov821094d2020-09-17 19:43:18 +0300149 - feature_tests_centos
Jaakko Kuuskoskief359b02020-08-05 11:51:19 +0300150 - feature_tests_upgrade_ubuntu
kanwar saad bin liaqate0eef2d2019-07-25 15:32:36 +0300151
maelk81070bf2019-08-27 16:28:31 +0300152- project:
maelk6d032322020-09-25 12:24:59 +0300153 name: "metal3io_ipam"
154 repo:
155 org: "metal3-io"
156 name: "ip-address-manager"
157 jobs:
158 - capi_bm_v1a4_integration_tests_centos
159 - capi_bm_v1a4_integration_tests_ubuntu
Furkat Gofurov9d4b98b2021-06-01 13:42:08 +0300160 - capi_bm_v1a5_integration_tests_centos
161 - capi_bm_v1a5_integration_tests_ubuntu
maelk6d032322020-09-25 12:24:59 +0300162
163- project:
maelk81070bf2019-08-27 16:28:31 +0300164 name: "metal3io_metal3_dev_env"
maelk81070bf2019-08-27 16:28:31 +0300165 jobs:
maelk07f5cbc2020-03-06 15:34:17 +0200166 - capi_bm_v1a4_integration_tests_centos
167 - capi_bm_v1a4_integration_tests_ubuntu
168 - capi_bm_v1a4_master_integration_tests_centos
169 - capi_bm_v1a4_master_integration_tests_ubuntu
Furkat Gofurov9d4b98b2021-06-01 13:42:08 +0300170 - capi_bm_v1a5_integration_tests_centos
171 - capi_bm_v1a5_integration_tests_ubuntu
172 - capi_bm_v1a5_master_integration_tests_centos
173 - capi_bm_v1a5_master_integration_tests_ubuntu
fmuyassarovb8e11502020-05-28 13:10:41 +0300174 - feature_tests_ubuntu
Furkat Gofurov821094d2020-09-17 19:43:18 +0300175 - feature_tests_centos
Jaakko Kuuskoskief359b02020-08-05 11:51:19 +0300176 - feature_tests_upgrade_ubuntu
fmuyassarovb8e11502020-05-28 13:10:41 +0300177 - master_feature_tests_ubuntu
Furkat Gofurov821094d2020-09-17 19:43:18 +0300178 - master_feature_tests_centos
Jaakko Kuuskoskief359b02020-08-05 11:51:19 +0300179 - master_feature_tests_upgrade_ubuntu
fmuyassarovb8e11502020-05-28 13:10:41 +0300180
maelk81070bf2019-08-27 16:28:31 +0300181 repo:
182 org: "metal3-io"
183 name: "metal3-dev-env"
kanwar saad bin liaqate0eef2d2019-07-25 15:32:36 +0300184
maelk81070bf2019-08-27 16:28:31 +0300185- project:
maelk4eeac872020-03-04 19:12:08 +0200186 name: "metal3io_capi_m3"
187 repo:
188 org: "metal3-io"
189 name: "cluster-api-provider-metal3"
190 jobs:
maelk07f5cbc2020-03-06 15:34:17 +0200191 - capi_bm_v1a4_integration_tests_centos
192 - capi_bm_v1a4_integration_tests_ubuntu
Furkat Gofurov9d4b98b2021-06-01 13:42:08 +0300193 - capi_bm_v1a5_integration_tests_centos
194 - capi_bm_v1a5_integration_tests_ubuntu
fmuyassarovb8e11502020-05-28 13:10:41 +0300195 - feature_tests_ubuntu
Furkat Gofurov821094d2020-09-17 19:43:18 +0300196 - feature_tests_centos
Jaakko Kuuskoskief359b02020-08-05 11:51:19 +0300197 - feature_tests_upgrade_ubuntu
Jaakko Kuuskoski9bca5dd2019-09-27 11:16:03 +0300198
199- project:
fmuyassarova80b7aa2020-01-10 14:43:28 +0200200 name: "metal3io_ironic_image"
fmuyassarova80b7aa2020-01-10 14:43:28 +0200201 repo:
202 org: "metal3-io"
203 name: "ironic-image"
maelka08dcb52020-01-21 16:23:39 +0200204 jobs:
maelk07f5cbc2020-03-06 15:34:17 +0200205 - capi_bm_v1a4_integration_tests_centos
206 - capi_bm_v1a4_integration_tests_ubuntu
Furkat Gofurov9d4b98b2021-06-01 13:42:08 +0300207 - capi_bm_v1a5_integration_tests_centos
208 - capi_bm_v1a5_integration_tests_ubuntu
fmuyassarovb8e11502020-05-28 13:10:41 +0300209 - feature_tests_ubuntu
Furkat Gofurov821094d2020-09-17 19:43:18 +0300210 - feature_tests_centos
Jaakko Kuuskoskief359b02020-08-05 11:51:19 +0300211 - feature_tests_upgrade_ubuntu
fmuyassarova80b7aa2020-01-10 14:43:28 +0200212
213- project:
fmuyassarova80b7aa2020-01-10 14:43:28 +0200214 name: "metal3io_ironic_ipa_downloader"
fmuyassarova80b7aa2020-01-10 14:43:28 +0200215 repo:
216 org: "metal3-io"
217 name: "ironic-ipa-downloader"
maelka08dcb52020-01-21 16:23:39 +0200218 jobs:
maelk07f5cbc2020-03-06 15:34:17 +0200219 - capi_bm_v1a4_integration_tests_centos
220 - capi_bm_v1a4_integration_tests_ubuntu
Furkat Gofurov9d4b98b2021-06-01 13:42:08 +0300221 - capi_bm_v1a5_integration_tests_centos
222 - capi_bm_v1a5_integration_tests_ubuntu
fmuyassarovb8e11502020-05-28 13:10:41 +0300223 - feature_tests_ubuntu
Furkat Gofurov821094d2020-09-17 19:43:18 +0300224 - feature_tests_centos
Jaakko Kuuskoskief359b02020-08-05 11:51:19 +0300225 - feature_tests_upgrade_ubuntu