blob: 77c32830d0bbfd655d1e68e6ee901c3289e65fdd [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:
maelk3116ba52020-01-20 11:25:52 +020047 name: 'metal3io_project_infra'
48 branch: '${{ghprbActualCommit}}'
maelk1a9e9352020-01-21 12:49:35 +020049 ci_github_whitelist_org:
50 - nordix-airship
maelk3116ba52020-01-20 11:25:52 +020051 repo:
52 org: "metal3-io"
53 name: "project-infra"
maelk2f684f02020-01-20 12:22:14 +020054 ci_github_repo: '${{ghprbAuthorRepoGitUrl}}'
maelka08dcb52020-01-21 16:23:39 +020055 jobs:
56 - capi_bm_integration_tests_ubuntu
57 - capi_bm_integration_tests_centos
58 - capi_bm_v1a2_integration_tests_centos
59 - capi_bm_v1a2_integration_tests_ubuntu
kanwar saad bin liaqate0eef2d2019-07-25 15:32:36 +030060
kanwar saad bin liaqate0eef2d2019-07-25 15:32:36 +030061
maelk81070bf2019-08-27 16:28:31 +030062- project:
maelk93c18a52019-09-26 16:00:46 +030063 name: "metal3io_bmo"
maelk93c18a52019-09-26 16:00:46 +030064 repo:
65 org: "metal3-io"
66 name: "baremetal-operator"
maelka08dcb52020-01-21 16:23:39 +020067 jobs:
68 - capi_bm_integration_tests_ubuntu
69 - capi_bm_integration_tests_centos
70 - capi_bm_v1a2_integration_tests_centos
71 - capi_bm_v1a2_integration_tests_ubuntu
kanwar saad bin liaqate0eef2d2019-07-25 15:32:36 +030072
73
maelk81070bf2019-08-27 16:28:31 +030074- project:
75 name: "metal3io_metal3_dev_env"
maelk81070bf2019-08-27 16:28:31 +030076 jobs:
maelke07b44c2019-09-16 15:59:18 +030077 - capi_bm_integration_tests_ubuntu
78 - capi_bm_integration_tests_centos
fmuyassarov91c21ac2019-10-14 13:02:09 +030079 - capi_bm_master_integration_tests_ubuntu
fmuyassarov554710d2019-11-01 15:22:48 +020080 - capi_bm_master_integration_tests_centos
fmuyassaroveb439b62019-12-05 18:46:34 +020081 - capi_bm_v1a2_integration_tests_centos
82 - capi_bm_v1a2_integration_tests_ubuntu
83 - capi_bm_v1a2_master_integration_tests_ubuntu
84 - capi_bm_v1a2_master_integration_tests_centos
maelk81070bf2019-08-27 16:28:31 +030085 repo:
86 org: "metal3-io"
87 name: "metal3-dev-env"
kanwar saad bin liaqate0eef2d2019-07-25 15:32:36 +030088
maelk81070bf2019-08-27 16:28:31 +030089- project:
90 name: "metal3io_capi_bm"
maelk81070bf2019-08-27 16:28:31 +030091 repo:
92 org: "metal3-io"
93 name: "cluster-api-provider-baremetal"
maelka08dcb52020-01-21 16:23:39 +020094 jobs:
95 - capi_bm_integration_tests_ubuntu
96 - capi_bm_integration_tests_centos
97 - capi_bm_v1a2_integration_tests_centos
98 - capi_bm_v1a2_integration_tests_ubuntu
Jaakko Kuuskoski9bca5dd2019-09-27 11:16:03 +030099
100- project:
fmuyassarova80b7aa2020-01-10 14:43:28 +0200101 name: "metal3io_ironic_image"
fmuyassarova80b7aa2020-01-10 14:43:28 +0200102 repo:
103 org: "metal3-io"
104 name: "ironic-image"
maelka08dcb52020-01-21 16:23:39 +0200105 jobs:
106 - capi_bm_integration_tests_ubuntu
107 - capi_bm_integration_tests_centos
108 - capi_bm_v1a2_integration_tests_centos
109 - capi_bm_v1a2_integration_tests_ubuntu
fmuyassarova80b7aa2020-01-10 14:43:28 +0200110
111- project:
112 name: "metal3io_ironic_inspector"
fmuyassarova80b7aa2020-01-10 14:43:28 +0200113 repo:
114 org: "metal3-io"
115 name: "ironic-inspector-image"
maelka08dcb52020-01-21 16:23:39 +0200116 jobs:
117 - capi_bm_integration_tests_ubuntu
118 - capi_bm_integration_tests_centos
119 - capi_bm_v1a2_integration_tests_centos
120 - capi_bm_v1a2_integration_tests_ubuntu
fmuyassarova80b7aa2020-01-10 14:43:28 +0200121
122- project:
123 name: "metal3io_ironic_ipa_downloader"
fmuyassarova80b7aa2020-01-10 14:43:28 +0200124 repo:
125 org: "metal3-io"
126 name: "ironic-ipa-downloader"
maelka08dcb52020-01-21 16:23:39 +0200127 jobs:
128 - capi_bm_integration_tests_ubuntu
129 - capi_bm_integration_tests_centos
130 - capi_bm_v1a2_integration_tests_centos
131 - capi_bm_v1a2_integration_tests_ubuntu