kanwar saad bin liaqat | e0eef2d | 2019-07-25 15:32:36 +0300 | [diff] [blame] | 1 | --- |
| 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}}' |
maelk | 1a9e935 | 2020-01-21 12:49:35 +0200 | [diff] [blame^] | 32 | ci_github_whitelist_org: |
| 33 | - nordix-airship |
kanwar saad bin liaqat | e0eef2d | 2019-07-25 15:32:36 +0300 | [diff] [blame] | 34 | jobs: |
kanwar saad bin liaqat | e0eef2d | 2019-07-25 15:32:36 +0300 | [diff] [blame] | 35 | - linter_tests |
maelk | f892800 | 2019-09-19 14:53:02 +0300 | [diff] [blame] | 36 | - openstack_image_building |
fmuyassarov | 180e095 | 2019-09-25 09:51:40 +0300 | [diff] [blame] | 37 | - docker_image_building |
maelk | 1a9e935 | 2020-01-21 12:49:35 +0200 | [diff] [blame^] | 38 | - update_nordix_repos |
kanwar saad bin liaqat | e0eef2d | 2019-07-25 15:32:36 +0300 | [diff] [blame] | 39 | repo: |
| 40 | org: "Nordix" |
| 41 | name: "airship-dev-tools" |
maelk | 1a9e935 | 2020-01-21 12:49:35 +0200 | [diff] [blame^] | 42 | 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 liaqat | e0eef2d | 2019-07-25 15:32:36 +0300 | [diff] [blame] | 45 | |
| 46 | - project: |
maelk | 3116ba5 | 2020-01-20 11:25:52 +0200 | [diff] [blame] | 47 | name: 'metal3io_project_infra' |
| 48 | branch: '${{ghprbActualCommit}}' |
maelk | 1a9e935 | 2020-01-21 12:49:35 +0200 | [diff] [blame^] | 49 | ci_github_whitelist_org: |
| 50 | - nordix-airship |
maelk | 3116ba5 | 2020-01-20 11:25:52 +0200 | [diff] [blame] | 51 | repo: |
| 52 | org: "metal3-io" |
| 53 | name: "project-infra" |
maelk | 2f684f0 | 2020-01-20 12:22:14 +0200 | [diff] [blame] | 54 | ci_github_repo: '${{ghprbAuthorRepoGitUrl}}' |
kanwar saad bin liaqat | e0eef2d | 2019-07-25 15:32:36 +0300 | [diff] [blame] | 55 | |
kanwar saad bin liaqat | e0eef2d | 2019-07-25 15:32:36 +0300 | [diff] [blame] | 56 | |
maelk | 81070bf | 2019-08-27 16:28:31 +0300 | [diff] [blame] | 57 | - project: |
maelk | 93c18a5 | 2019-09-26 16:00:46 +0300 | [diff] [blame] | 58 | name: "metal3io_bmo" |
maelk | 93c18a5 | 2019-09-26 16:00:46 +0300 | [diff] [blame] | 59 | repo: |
| 60 | org: "metal3-io" |
| 61 | name: "baremetal-operator" |
kanwar saad bin liaqat | e0eef2d | 2019-07-25 15:32:36 +0300 | [diff] [blame] | 62 | |
| 63 | |
maelk | 81070bf | 2019-08-27 16:28:31 +0300 | [diff] [blame] | 64 | - project: |
| 65 | name: "metal3io_metal3_dev_env" |
maelk | 81070bf | 2019-08-27 16:28:31 +0300 | [diff] [blame] | 66 | jobs: |
maelk | e07b44c | 2019-09-16 15:59:18 +0300 | [diff] [blame] | 67 | - capi_bm_integration_tests_ubuntu |
| 68 | - capi_bm_integration_tests_centos |
fmuyassarov | 91c21ac | 2019-10-14 13:02:09 +0300 | [diff] [blame] | 69 | - capi_bm_master_integration_tests_ubuntu |
fmuyassarov | 554710d | 2019-11-01 15:22:48 +0200 | [diff] [blame] | 70 | - capi_bm_master_integration_tests_centos |
fmuyassarov | eb439b6 | 2019-12-05 18:46:34 +0200 | [diff] [blame] | 71 | - capi_bm_v1a2_integration_tests_centos |
| 72 | - capi_bm_v1a2_integration_tests_ubuntu |
| 73 | - capi_bm_v1a2_master_integration_tests_ubuntu |
| 74 | - capi_bm_v1a2_master_integration_tests_centos |
maelk | 81070bf | 2019-08-27 16:28:31 +0300 | [diff] [blame] | 75 | repo: |
| 76 | org: "metal3-io" |
| 77 | name: "metal3-dev-env" |
kanwar saad bin liaqat | e0eef2d | 2019-07-25 15:32:36 +0300 | [diff] [blame] | 78 | |
maelk | 81070bf | 2019-08-27 16:28:31 +0300 | [diff] [blame] | 79 | - project: |
| 80 | name: "metal3io_capi_bm" |
maelk | 81070bf | 2019-08-27 16:28:31 +0300 | [diff] [blame] | 81 | repo: |
| 82 | org: "metal3-io" |
| 83 | name: "cluster-api-provider-baremetal" |
Jaakko Kuuskoski | 9bca5dd | 2019-09-27 11:16:03 +0300 | [diff] [blame] | 84 | |
| 85 | - project: |
fmuyassarov | a80b7aa | 2020-01-10 14:43:28 +0200 | [diff] [blame] | 86 | name: "metal3io_ironic_image" |
fmuyassarov | a80b7aa | 2020-01-10 14:43:28 +0200 | [diff] [blame] | 87 | repo: |
| 88 | org: "metal3-io" |
| 89 | name: "ironic-image" |
fmuyassarov | a80b7aa | 2020-01-10 14:43:28 +0200 | [diff] [blame] | 90 | |
| 91 | - project: |
| 92 | name: "metal3io_ironic_inspector" |
fmuyassarov | a80b7aa | 2020-01-10 14:43:28 +0200 | [diff] [blame] | 93 | repo: |
| 94 | org: "metal3-io" |
| 95 | name: "ironic-inspector-image" |
fmuyassarov | a80b7aa | 2020-01-10 14:43:28 +0200 | [diff] [blame] | 96 | |
| 97 | - project: |
| 98 | name: "metal3io_ironic_ipa_downloader" |
fmuyassarov | a80b7aa | 2020-01-10 14:43:28 +0200 | [diff] [blame] | 99 | repo: |
| 100 | org: "metal3-io" |
| 101 | name: "ironic-ipa-downloader" |