blob: f978d9fecd46382999f11db998a00b74afdcec8c [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
Feruzjon Muyassarovae1ee3c2021-08-23 17:05:04 +030041 - openstack_ipa_and_ironic_image_building
42 - metal3_ipa_and_ironic_image_building_test_centos
kanwar saad bin liaqate0eef2d2019-07-25 15:32:36 +030043 repo:
44 org: "Nordix"
45 name: "airship-dev-tools"
maelk1a9e9352020-01-21 12:49:35 +020046 ci_github_jenkins_credentials_id: 'nordix-airship-ci-github-prod-token'
47 ci_ghprb_auth_id: 'e8a43847-46ff-42db-a5db-7366df0e4ee2'
48 ci_github_repo: 'https://github.com/Nordix/airship-dev-tools.git'
kanwar saad bin liaqate0eef2d2019-07-25 15:32:36 +030049
50- project:
fmuyassarovb8e11502020-05-28 13:10:41 +030051 name: 'nordix_metal3_dev_env'
52 branch: '${{ghprbActualCommit}}'
53 ci_github_whitelist_org:
54 - nordix-airship
55 jobs:
56 - feature_tests_ubuntu
Furkat Gofurov821094d2020-09-17 19:43:18 +030057 - feature_tests_centos
Jaakko Kuuskoskief359b02020-08-05 11:51:19 +030058 - feature_tests_upgrade_ubuntu
fmuyassarovb8e11502020-05-28 13:10:41 +030059 repo:
60 org: "Nordix"
61 name: "metal3-dev-env"
62 ci_github_jenkins_credentials_id: 'nordix-airship-ci-github-prod-token'
63 ci_ghprb_auth_id: 'e8a43847-46ff-42db-a5db-7366df0e4ee2'
64 ci_github_repo: 'https://github.com/Nordix/airship-dev-tools.git'
65
66- project:
67 name: 'nordix_bmo'
68 branch: '${{ghprbActualCommit}}'
69 ci_github_whitelist_org:
70 - nordix-airship
71 jobs:
72 - feature_tests_ubuntu
Furkat Gofurov821094d2020-09-17 19:43:18 +030073 - feature_tests_centos
Jaakko Kuuskoskief359b02020-08-05 11:51:19 +030074 - feature_tests_upgrade_ubuntu
fmuyassarovb8e11502020-05-28 13:10:41 +030075 repo:
76 org: "Nordix"
77 name: "baremetal-operator"
78 ci_github_jenkins_credentials_id: 'nordix-airship-ci-github-prod-token'
79 ci_ghprb_auth_id: 'e8a43847-46ff-42db-a5db-7366df0e4ee2'
80 ci_github_repo: 'https://github.com/Nordix/airship-dev-tools.git'
81
82- project:
83 name: 'nordix_capi_m3'
84 branch: '${{ghprbActualCommit}}'
85 ci_github_whitelist_org:
86 - nordix-airship
87 jobs:
88 - feature_tests_ubuntu
Furkat Gofurov821094d2020-09-17 19:43:18 +030089 - feature_tests_centos
Jaakko Kuuskoskief359b02020-08-05 11:51:19 +030090 - feature_tests_upgrade_ubuntu
fmuyassarovb8e11502020-05-28 13:10:41 +030091 repo:
92 org: "Nordix"
93 name: "cluster-api-provider-metal3"
94 ci_github_jenkins_credentials_id: 'nordix-airship-ci-github-prod-token'
95 ci_ghprb_auth_id: 'e8a43847-46ff-42db-a5db-7366df0e4ee2'
96 ci_github_repo: 'https://github.com/Nordix/airship-dev-tools.git'
97
98- project:
maelk3116ba52020-01-20 11:25:52 +020099 name: 'metal3io_project_infra'
100 branch: '${{ghprbActualCommit}}'
maelk1a9e9352020-01-21 12:49:35 +0200101 ci_github_whitelist_org:
102 - nordix-airship
maelk3116ba52020-01-20 11:25:52 +0200103 repo:
104 org: "metal3-io"
105 name: "project-infra"
maelk2f684f02020-01-20 12:22:14 +0200106 ci_github_repo: '${{ghprbAuthorRepoGitUrl}}'
maelka08dcb52020-01-21 16:23:39 +0200107 jobs:
maelk07f5cbc2020-03-06 15:34:17 +0200108 - capi_bm_v1a4_integration_tests_centos
109 - capi_bm_v1a4_integration_tests_ubuntu
Furkat Gofurov9d4b98b2021-06-01 13:42:08 +0300110 - capi_bm_v1a5_integration_tests_centos
111 - capi_bm_v1a5_integration_tests_ubuntu
fmuyassarovb8e11502020-05-28 13:10:41 +0300112 - feature_tests_ubuntu
Furkat Gofurov821094d2020-09-17 19:43:18 +0300113 - feature_tests_centos
Jaakko Kuuskoskief359b02020-08-05 11:51:19 +0300114 - feature_tests_upgrade_ubuntu
kanwar saad bin liaqate0eef2d2019-07-25 15:32:36 +0300115
maelk81070bf2019-08-27 16:28:31 +0300116- project:
Furkat Gofurov06b73b42021-08-25 15:39:08 +0300117 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 - master_clean
126
127- project:
maelk93c18a52019-09-26 16:00:46 +0300128 name: "metal3io_bmo"
maelk93c18a52019-09-26 16:00:46 +0300129 repo:
130 org: "metal3-io"
131 name: "baremetal-operator"
maelka08dcb52020-01-21 16:23:39 +0200132 jobs:
maelk07f5cbc2020-03-06 15:34:17 +0200133 - capi_bm_v1a4_integration_tests_centos
134 - capi_bm_v1a4_integration_tests_ubuntu
Furkat Gofurov9d4b98b2021-06-01 13:42:08 +0300135 - capi_bm_v1a5_integration_tests_centos
136 - capi_bm_v1a5_integration_tests_ubuntu
fmuyassarovb8e11502020-05-28 13:10:41 +0300137 - feature_tests_ubuntu
Furkat Gofurov821094d2020-09-17 19:43:18 +0300138 - feature_tests_centos
Jaakko Kuuskoskief359b02020-08-05 11:51:19 +0300139 - feature_tests_upgrade_ubuntu
kanwar saad bin liaqate0eef2d2019-07-25 15:32:36 +0300140
maelk81070bf2019-08-27 16:28:31 +0300141- project:
maelk6d032322020-09-25 12:24:59 +0300142 name: "metal3io_ipam"
143 repo:
144 org: "metal3-io"
145 name: "ip-address-manager"
146 jobs:
147 - capi_bm_v1a4_integration_tests_centos
148 - capi_bm_v1a4_integration_tests_ubuntu
Furkat Gofurov9d4b98b2021-06-01 13:42:08 +0300149 - capi_bm_v1a5_integration_tests_centos
150 - capi_bm_v1a5_integration_tests_ubuntu
maelk6d032322020-09-25 12:24:59 +0300151
152- project:
maelk81070bf2019-08-27 16:28:31 +0300153 name: "metal3io_metal3_dev_env"
maelk81070bf2019-08-27 16:28:31 +0300154 jobs:
maelk07f5cbc2020-03-06 15:34:17 +0200155 - capi_bm_v1a4_integration_tests_centos
156 - capi_bm_v1a4_integration_tests_ubuntu
157 - capi_bm_v1a4_master_integration_tests_centos
158 - capi_bm_v1a4_master_integration_tests_ubuntu
Furkat Gofurov9d4b98b2021-06-01 13:42:08 +0300159 - capi_bm_v1a5_integration_tests_centos
160 - capi_bm_v1a5_integration_tests_ubuntu
161 - capi_bm_v1a5_master_integration_tests_centos
162 - capi_bm_v1a5_master_integration_tests_ubuntu
fmuyassarovb8e11502020-05-28 13:10:41 +0300163 - feature_tests_ubuntu
Furkat Gofurov821094d2020-09-17 19:43:18 +0300164 - feature_tests_centos
Jaakko Kuuskoskief359b02020-08-05 11:51:19 +0300165 - feature_tests_upgrade_ubuntu
fmuyassarovb8e11502020-05-28 13:10:41 +0300166 - master_feature_tests_ubuntu
Furkat Gofurov821094d2020-09-17 19:43:18 +0300167 - master_feature_tests_centos
Jaakko Kuuskoskief359b02020-08-05 11:51:19 +0300168 - master_feature_tests_upgrade_ubuntu
fmuyassarovb8e11502020-05-28 13:10:41 +0300169
maelk81070bf2019-08-27 16:28:31 +0300170 repo:
171 org: "metal3-io"
172 name: "metal3-dev-env"
kanwar saad bin liaqate0eef2d2019-07-25 15:32:36 +0300173
maelk81070bf2019-08-27 16:28:31 +0300174- project:
maelk4eeac872020-03-04 19:12:08 +0200175 name: "metal3io_capi_m3"
176 repo:
177 org: "metal3-io"
178 name: "cluster-api-provider-metal3"
179 jobs:
maelk07f5cbc2020-03-06 15:34:17 +0200180 - capi_bm_v1a4_integration_tests_centos
181 - capi_bm_v1a4_integration_tests_ubuntu
Furkat Gofurov9d4b98b2021-06-01 13:42:08 +0300182 - capi_bm_v1a5_integration_tests_centos
183 - capi_bm_v1a5_integration_tests_ubuntu
Wojciech Geislerd3fa0b92021-06-15 16:16:40 +0300184 - capi_capm3_v1a5_e2e_tests_ubuntu
Wojciech Geislerd6105d82021-07-06 12:25:27 +0300185 - capi_capm3_v1a5_e2e_tests_centos
fmuyassarovb8e11502020-05-28 13:10:41 +0300186 - feature_tests_ubuntu
Furkat Gofurov821094d2020-09-17 19:43:18 +0300187 - feature_tests_centos
Jaakko Kuuskoskief359b02020-08-05 11:51:19 +0300188 - feature_tests_upgrade_ubuntu
Jaakko Kuuskoski9bca5dd2019-09-27 11:16:03 +0300189
190- project:
fmuyassarova80b7aa2020-01-10 14:43:28 +0200191 name: "metal3io_ironic_image"
fmuyassarova80b7aa2020-01-10 14:43:28 +0200192 repo:
193 org: "metal3-io"
194 name: "ironic-image"
maelka08dcb52020-01-21 16:23:39 +0200195 jobs:
maelk07f5cbc2020-03-06 15:34:17 +0200196 - capi_bm_v1a4_integration_tests_centos
197 - capi_bm_v1a4_integration_tests_ubuntu
Furkat Gofurov9d4b98b2021-06-01 13:42:08 +0300198 - capi_bm_v1a5_integration_tests_centos
199 - capi_bm_v1a5_integration_tests_ubuntu
fmuyassarovb8e11502020-05-28 13:10:41 +0300200 - feature_tests_ubuntu
Furkat Gofurov821094d2020-09-17 19:43:18 +0300201 - feature_tests_centos
Jaakko Kuuskoskief359b02020-08-05 11:51:19 +0300202 - feature_tests_upgrade_ubuntu
fmuyassarova80b7aa2020-01-10 14:43:28 +0200203
204- project:
fmuyassarova80b7aa2020-01-10 14:43:28 +0200205 name: "metal3io_ironic_ipa_downloader"
fmuyassarova80b7aa2020-01-10 14:43:28 +0200206 repo:
207 org: "metal3-io"
208 name: "ironic-ipa-downloader"
maelka08dcb52020-01-21 16:23:39 +0200209 jobs:
maelk07f5cbc2020-03-06 15:34:17 +0200210 - capi_bm_v1a4_integration_tests_centos
211 - capi_bm_v1a4_integration_tests_ubuntu
Furkat Gofurov9d4b98b2021-06-01 13:42:08 +0300212 - capi_bm_v1a5_integration_tests_centos
213 - capi_bm_v1a5_integration_tests_ubuntu
fmuyassarovb8e11502020-05-28 13:10:41 +0300214 - feature_tests_ubuntu
Furkat Gofurov821094d2020-09-17 19:43:18 +0300215 - feature_tests_centos
Jaakko Kuuskoskief359b02020-08-05 11:51:19 +0300216 - feature_tests_upgrade_ubuntu