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}}' |
| 32 | jobs: |
maelk | e07b44c | 2019-09-16 15:59:18 +0300 | [diff] [blame^] | 33 | - capi_bm_integration_tests_ubuntu |
| 34 | - capi_bm_integration_tests_centos |
kanwar saad bin liaqat | e0eef2d | 2019-07-25 15:32:36 +0300 | [diff] [blame] | 35 | - linter_tests |
| 36 | repo: |
| 37 | org: "Nordix" |
| 38 | name: "airship-dev-tools" |
| 39 | |
| 40 | - project: |
| 41 | name: "nordix_bmo" |
| 42 | jobs: |
maelk | e07b44c | 2019-09-16 15:59:18 +0300 | [diff] [blame^] | 43 | - capi_bm_integration_tests_ubuntu |
| 44 | - capi_bm_integration_tests_centos |
mikkosest | edf045b | 2019-08-27 16:02:17 +0300 | [diff] [blame] | 45 | - capi_bm_unit_tests |
kanwar saad bin liaqat | e0eef2d | 2019-07-25 15:32:36 +0300 | [diff] [blame] | 46 | - linter_tests |
| 47 | repo: |
| 48 | org: "Nordix" |
| 49 | name: "baremetal-operator" |
| 50 | |
| 51 | - project: |
| 52 | name: "nordix_capi" |
| 53 | jobs: |
maelk | e07b44c | 2019-09-16 15:59:18 +0300 | [diff] [blame^] | 54 | - capi_bm_integration_tests_ubuntu |
| 55 | - capi_bm_integration_tests_centos |
kanwar saad bin liaqat | e0eef2d | 2019-07-25 15:32:36 +0300 | [diff] [blame] | 56 | - linter_tests |
| 57 | repo: |
| 58 | org: "Nordix" |
| 59 | name: "cluster-api" |
| 60 | |
| 61 | - project: |
| 62 | name: "nordix_metal3_dev_env" |
| 63 | jobs: |
maelk | e07b44c | 2019-09-16 15:59:18 +0300 | [diff] [blame^] | 64 | - capi_bm_integration_tests_ubuntu |
| 65 | - capi_bm_integration_tests_centos |
kanwar saad bin liaqat | e0eef2d | 2019-07-25 15:32:36 +0300 | [diff] [blame] | 66 | - linter_tests |
| 67 | repo: |
| 68 | org: "Nordix" |
| 69 | name: "metal3-dev-env" |
| 70 | |
| 71 | - project: |
| 72 | name: "nordix_capi_bm" |
| 73 | jobs: |
maelk | e07b44c | 2019-09-16 15:59:18 +0300 | [diff] [blame^] | 74 | - capi_bm_integration_tests_ubuntu |
| 75 | - capi_bm_integration_tests_centos |
mikkosest | edf045b | 2019-08-27 16:02:17 +0300 | [diff] [blame] | 76 | - capi_bm_unit_tests |
kanwar saad bin liaqat | e0eef2d | 2019-07-25 15:32:36 +0300 | [diff] [blame] | 77 | - linter_tests |
| 78 | repo: |
| 79 | org: "Nordix" |
| 80 | name: "cluster-api-provider-baremetal" |
| 81 | |
kanwar saad bin liaqat | e0eef2d | 2019-07-25 15:32:36 +0300 | [diff] [blame] | 82 | |
maelk | 81070bf | 2019-08-27 16:28:31 +0300 | [diff] [blame] | 83 | - project: |
| 84 | name: "metal3io_bmo" |
| 85 | ci_github_whitelist_org: |
| 86 | - metal3-io |
| 87 | - nordix-airship |
| 88 | jobs: |
maelk | e07b44c | 2019-09-16 15:59:18 +0300 | [diff] [blame^] | 89 | - capi_bm_integration_tests_ubuntu |
| 90 | - capi_bm_integration_tests_centos |
maelk | 81070bf | 2019-08-27 16:28:31 +0300 | [diff] [blame] | 91 | repo: |
| 92 | org: "metal3-io" |
| 93 | name: "baremetal-operator" |
kanwar saad bin liaqat | e0eef2d | 2019-07-25 15:32:36 +0300 | [diff] [blame] | 94 | |
| 95 | |
maelk | 81070bf | 2019-08-27 16:28:31 +0300 | [diff] [blame] | 96 | - project: |
| 97 | name: "metal3io_metal3_dev_env" |
| 98 | ci_github_whitelist_org: |
| 99 | - metal3-io |
| 100 | - nordix-airship |
| 101 | jobs: |
maelk | e07b44c | 2019-09-16 15:59:18 +0300 | [diff] [blame^] | 102 | - capi_bm_integration_tests_ubuntu |
| 103 | - capi_bm_integration_tests_centos |
maelk | 81070bf | 2019-08-27 16:28:31 +0300 | [diff] [blame] | 104 | repo: |
| 105 | org: "metal3-io" |
| 106 | name: "metal3-dev-env" |
kanwar saad bin liaqat | e0eef2d | 2019-07-25 15:32:36 +0300 | [diff] [blame] | 107 | |
maelk | 81070bf | 2019-08-27 16:28:31 +0300 | [diff] [blame] | 108 | - project: |
| 109 | name: "metal3io_capi_bm" |
maelk | e07b44c | 2019-09-16 15:59:18 +0300 | [diff] [blame^] | 110 | ci_github_whitelist_org: |
maelk | 81070bf | 2019-08-27 16:28:31 +0300 | [diff] [blame] | 111 | - metal3-io |
| 112 | - nordix-airship |
| 113 | jobs: |
maelk | e07b44c | 2019-09-16 15:59:18 +0300 | [diff] [blame^] | 114 | - capi_bm_integration_tests_ubuntu |
| 115 | - capi_bm_integration_tests_centos |
maelk | 81070bf | 2019-08-27 16:28:31 +0300 | [diff] [blame] | 116 | repo: |
| 117 | org: "metal3-io" |
| 118 | name: "cluster-api-provider-baremetal" |