blob: 070c39969c3b4dd33cfffca89c4a7208a5bbd7be [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# ============
Furkat Gofurovb1e99612022-02-04 10:48:36 +020024# This file contains the list of JJB projects in metal3 category. Each project
kanwar saad bin liaqate0eef2d2019-07-25 15:32:36 +030025# 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:
Furkat Gofurovb1e99612022-02-04 10:48:36 +020033 - nordix-metal3
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
kashifest5352e7b2020-12-04 17:39:50 +020039 - openstack_node_image_building
Furkat Gofurov22522d92022-02-05 22:15:22 +020040 - main_openstack_ipa_and_ironic_image_building
Feruzjon Muyassarov35afcd42021-08-26 14:21:22 +030041 - metal3_ipa_and_ironic_image_building_test
Furkat Gofurovb1e99612022-02-04 10:48:36 +020042 - metal3_dev_tools_integration_test_centos
43 - metal3_dev_tools_integration_test_ubuntu
Rozzii0f1b74c2021-08-31 13:42:14 +030044 - artifactory_cleanup
kanwar saad bin liaqate0eef2d2019-07-25 15:32:36 +030045 repo:
46 org: "Nordix"
Furkat Gofurovb1e99612022-02-04 10:48:36 +020047 name: "metal3-dev-tools"
maelk1a9e9352020-01-21 12:49:35 +020048 ci_github_jenkins_credentials_id: 'nordix-airship-ci-github-prod-token'
49 ci_ghprb_auth_id: 'e8a43847-46ff-42db-a5db-7366df0e4ee2'
Furkat Gofurovb1e99612022-02-04 10:48:36 +020050 ci_github_repo: 'https://github.com/Nordix/metal3-dev-tools.git'
kanwar saad bin liaqate0eef2d2019-07-25 15:32:36 +030051
52- project:
Furkat Gofurov67548de2022-02-04 17:18:53 +020053 name: 'project_infra'
maelk3116ba52020-01-20 11:25:52 +020054 branch: '${{ghprbActualCommit}}'
maelk3116ba52020-01-20 11:25:52 +020055 repo:
56 org: "metal3-io"
57 name: "project-infra"
maelk2f684f02020-01-20 12:22:14 +020058 ci_github_repo: '${{ghprbAuthorRepoGitUrl}}'
maelka08dcb52020-01-21 16:23:39 +020059 jobs:
Lennart Jern3e6135c2022-02-02 12:34:11 +020060 - capm3_v1a4_integration_tests:
Lennart Jernfba373c2022-02-10 09:50:44 +020061 image_os:
Lennart Jern3e6135c2022-02-02 12:34:11 +020062 - ubuntu
63 - centos
Furkat Gofurovb1e99612022-02-04 10:48:36 +020064 - capm3_v1a5_integration_tests_centos
65 - capm3_v1a5_integration_tests_ubuntu
Furkat Gofurove9b34b62021-10-22 12:36:23 +030066 - capm3_v1b1_integration_tests_centos
67 - capm3_v1b1_integration_tests_ubuntu
fmuyassarovb8e11502020-05-28 13:10:41 +030068 - feature_tests_ubuntu
Furkat Gofurov821094d2020-09-17 19:43:18 +030069 - feature_tests_centos
Jaakko Kuuskoskief359b02020-08-05 11:51:19 +030070 - feature_tests_upgrade_ubuntu
Sunnatillo59fc67a2021-10-22 12:01:24 +030071 - bml_integration_tests_centos
Feruzjon Muyassarov7872fef2022-01-10 14:07:18 +020072 - keep_v1b1_test_ubuntu_alive
73 - keep_v1b1_test_centos_alive
74 - keep_v1a5_test_ubuntu_alive
75 - keep_v1a5_test_centos_alive
kanwar saad bin liaqate0eef2d2019-07-25 15:32:36 +030076
maelk81070bf2019-08-27 16:28:31 +030077- project:
Furkat Gofurov67548de2022-02-04 17:18:53 +020078 name: 'project_infra_cleanup'
Furkat Gofurov06b73b42021-08-25 15:39:08 +030079 repo:
80 org: "metal3-io"
81 name: "project-infra"
82 ci_github_pipeline: 'jenkins/jobs/integration_tests_clean.pipeline'
83 jobs:
Furkat Gofurov67548de2022-02-04 17:18:53 +020084 - main_clean
Furkat Gofurov06b73b42021-08-25 15:39:08 +030085
86- project:
Furkat Gofurov67548de2022-02-04 17:18:53 +020087 name: "bmo"
maelk93c18a52019-09-26 16:00:46 +030088 repo:
89 org: "metal3-io"
90 name: "baremetal-operator"
maelka08dcb52020-01-21 16:23:39 +020091 jobs:
Lennart Jern3e6135c2022-02-02 12:34:11 +020092 - capm3_v1a4_integration_tests:
Lennart Jernfba373c2022-02-10 09:50:44 +020093 image_os:
Lennart Jern3e6135c2022-02-02 12:34:11 +020094 - ubuntu
95 - centos
Furkat Gofurovb1e99612022-02-04 10:48:36 +020096 - capm3_v1a5_integration_tests_centos
97 - capm3_v1a5_integration_tests_ubuntu
Furkat Gofurove9b34b62021-10-22 12:36:23 +030098 - capm3_v1b1_integration_tests_centos
99 - capm3_v1b1_integration_tests_ubuntu
Feruzjon Muyassarovc9dee9b2022-01-04 10:52:18 +0200100 - keep_v1b1_test_ubuntu_alive
101 - keep_v1b1_test_centos_alive
102 - keep_v1a5_test_ubuntu_alive
103 - keep_v1a5_test_centos_alive
fmuyassarovb8e11502020-05-28 13:10:41 +0300104 - feature_tests_ubuntu
kanwar saad bin liaqate0eef2d2019-07-25 15:32:36 +0300105
maelk81070bf2019-08-27 16:28:31 +0300106- project:
Furkat Gofurov67548de2022-02-04 17:18:53 +0200107 name: "ipam"
maelk6d032322020-09-25 12:24:59 +0300108 repo:
109 org: "metal3-io"
110 name: "ip-address-manager"
111 jobs:
Lennart Jern3e6135c2022-02-02 12:34:11 +0200112 - capm3_v1a4_integration_tests:
Lennart Jernfba373c2022-02-10 09:50:44 +0200113 image_os:
Lennart Jern3e6135c2022-02-02 12:34:11 +0200114 - ubuntu
115 - centos
Furkat Gofurovb1e99612022-02-04 10:48:36 +0200116 - capm3_v1a5_integration_tests_centos
117 - capm3_v1a5_integration_tests_ubuntu
Furkat Gofurove9b34b62021-10-22 12:36:23 +0300118 - capm3_v1b1_integration_tests_centos
119 - capm3_v1b1_integration_tests_ubuntu
Feruzjon Muyassarovc9dee9b2022-01-04 10:52:18 +0200120 - keep_v1b1_test_ubuntu_alive
121 - keep_v1b1_test_centos_alive
122 - keep_v1a5_test_ubuntu_alive
123 - keep_v1a5_test_centos_alive
maelk6d032322020-09-25 12:24:59 +0300124
125- project:
Furkat Gofurov67548de2022-02-04 17:18:53 +0200126 name: "metal3_dev_env"
maelk81070bf2019-08-27 16:28:31 +0300127 jobs:
Lennart Jern3e6135c2022-02-02 12:34:11 +0200128 - capm3_v1a4_integration_tests:
Lennart Jernfba373c2022-02-10 09:50:44 +0200129 image_os:
Lennart Jern3e6135c2022-02-02 12:34:11 +0200130 - ubuntu
131 - centos
Furkat Gofurov67548de2022-02-04 17:18:53 +0200132 - capm3_v1a4_main_integration_tests_centos
133 - capm3_v1a4_main_integration_tests_ubuntu
Furkat Gofurovb1e99612022-02-04 10:48:36 +0200134 - capm3_v1a5_integration_tests_centos
135 - capm3_v1a5_integration_tests_ubuntu
Furkat Gofurov67548de2022-02-04 17:18:53 +0200136 - capm3_v1a5_main_integration_tests_centos
137 - capm3_v1a5_main_integration_tests_ubuntu
Furkat Gofurove9b34b62021-10-22 12:36:23 +0300138 - capm3_v1b1_integration_tests_centos
139 - capm3_v1b1_integration_tests_ubuntu
Furkat Gofurov67548de2022-02-04 17:18:53 +0200140 - capm3_v1b1_main_integration_tests_centos
141 - capm3_v1b1_main_integration_tests_ubuntu
fmuyassarovb8e11502020-05-28 13:10:41 +0300142 - feature_tests_ubuntu
Furkat Gofurov821094d2020-09-17 19:43:18 +0300143 - feature_tests_centos
Jaakko Kuuskoskief359b02020-08-05 11:51:19 +0300144 - feature_tests_upgrade_ubuntu
Furkat Gofurov67548de2022-02-04 17:18:53 +0200145 - main_feature_tests_ubuntu
146 - main_feature_tests_centos
147 - main_feature_tests_upgrade_ubuntu
Sunnatillo59fc67a2021-10-22 12:01:24 +0300148 - bml_integration_tests_centos
Furkat Gofurov67548de2022-02-04 17:18:53 +0200149 - bml_main_integration_tests_centos
Feruzjon Muyassarovc9dee9b2022-01-04 10:52:18 +0200150 - keep_v1b1_test_ubuntu_alive
151 - keep_v1b1_test_centos_alive
152 - keep_v1a5_test_ubuntu_alive
153 - keep_v1a5_test_centos_alive
fmuyassarovb8e11502020-05-28 13:10:41 +0300154
maelk81070bf2019-08-27 16:28:31 +0300155 repo:
156 org: "metal3-io"
157 name: "metal3-dev-env"
kanwar saad bin liaqate0eef2d2019-07-25 15:32:36 +0300158
maelk81070bf2019-08-27 16:28:31 +0300159- project:
Furkat Gofurov67548de2022-02-04 17:18:53 +0200160 name: "capm3"
maelk4eeac872020-03-04 19:12:08 +0200161 repo:
162 org: "metal3-io"
163 name: "cluster-api-provider-metal3"
164 jobs:
Lennart Jern3e6135c2022-02-02 12:34:11 +0200165 - capm3_v1a4_integration_tests:
Lennart Jernfba373c2022-02-10 09:50:44 +0200166 image_os:
Lennart Jern3e6135c2022-02-02 12:34:11 +0200167 - ubuntu
168 - centos
Furkat Gofurovb1e99612022-02-04 10:48:36 +0200169 - capm3_v1a5_integration_tests_centos
170 - capm3_v1a5_integration_tests_ubuntu
171 - capm3_v1a5_e2e_tests_ubuntu
172 - capm3_v1a5_e2e_tests_centos
Furkat Gofurov67548de2022-02-04 17:18:53 +0200173 - capm3_v1a5_main_e2e_tests_ubuntu
174 - capm3_v1a5_main_e2e_tests_centos
Furkat Gofurove9b34b62021-10-22 12:36:23 +0300175 - capm3_v1b1_integration_tests_centos
176 - capm3_v1b1_integration_tests_ubuntu
Furkat Gofurovb1e99612022-02-04 10:48:36 +0200177 - capm3_v1b1_e2e_tests_centos
178 - capm3_v1b1_e2e_tests_ubuntu
179 - capm3_v1b1_e2e_upgrade_tests_ubuntu
Furkat Gofurov67548de2022-02-04 17:18:53 +0200180 - capm3_v1b1_main_e2e_tests_centos
181 - capm3_v1b1_main_e2e_tests_ubuntu
Feruzjon Muyassarovc9dee9b2022-01-04 10:52:18 +0200182 - keep_v1b1_test_ubuntu_alive
183 - keep_v1b1_test_centos_alive
184 - keep_v1a5_test_ubuntu_alive
185 - keep_v1a5_test_centos_alive
Nam Xuan Nguyena94383d2021-09-20 10:48:24 +0300186
Jaakko Kuuskoski9bca5dd2019-09-27 11:16:03 +0300187
188- project:
Furkat Gofurov67548de2022-02-04 17:18:53 +0200189 name: "ironic_image"
fmuyassarova80b7aa2020-01-10 14:43:28 +0200190 repo:
191 org: "metal3-io"
192 name: "ironic-image"
maelka08dcb52020-01-21 16:23:39 +0200193 jobs:
Lennart Jern3e6135c2022-02-02 12:34:11 +0200194 - capm3_v1a4_integration_tests:
Lennart Jernfba373c2022-02-10 09:50:44 +0200195 image_os:
Lennart Jern3e6135c2022-02-02 12:34:11 +0200196 - ubuntu
197 - centos
Furkat Gofurovb1e99612022-02-04 10:48:36 +0200198 - capm3_v1a5_integration_tests_centos
199 - capm3_v1a5_integration_tests_ubuntu
Furkat Gofurove9b34b62021-10-22 12:36:23 +0300200 - capm3_v1b1_integration_tests_centos
201 - capm3_v1b1_integration_tests_ubuntu
Feruzjon Muyassarovc9dee9b2022-01-04 10:52:18 +0200202 - keep_v1b1_test_ubuntu_alive
203 - keep_v1b1_test_centos_alive
204 - keep_v1a5_test_ubuntu_alive
205 - keep_v1a5_test_centos_alive
fmuyassarova80b7aa2020-01-10 14:43:28 +0200206
207- project:
Furkat Gofurov67548de2022-02-04 17:18:53 +0200208 name: "ironic_ipa_downloader"
fmuyassarova80b7aa2020-01-10 14:43:28 +0200209 repo:
210 org: "metal3-io"
211 name: "ironic-ipa-downloader"
maelka08dcb52020-01-21 16:23:39 +0200212 jobs:
Lennart Jern3e6135c2022-02-02 12:34:11 +0200213 - capm3_v1a4_integration_tests:
Lennart Jernfba373c2022-02-10 09:50:44 +0200214 image_os: ubuntu
Furkat Gofurovb1e99612022-02-04 10:48:36 +0200215 - capm3_v1a5_integration_tests_ubuntu
Furkat Gofurove9b34b62021-10-22 12:36:23 +0300216 - capm3_v1b1_integration_tests_centos
217 - capm3_v1b1_integration_tests_ubuntu