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: |
| 33 | - capi_bm_integration_tests |
| 34 | - linter_tests |
| 35 | repo: |
| 36 | org: "Nordix" |
| 37 | name: "airship-dev-tools" |
| 38 | |
| 39 | - project: |
| 40 | name: "nordix_bmo" |
| 41 | jobs: |
| 42 | - capi_bm_integration_tests |
| 43 | - linter_tests |
| 44 | repo: |
| 45 | org: "Nordix" |
| 46 | name: "baremetal-operator" |
| 47 | |
| 48 | - project: |
| 49 | name: "nordix_capi" |
| 50 | jobs: |
| 51 | - capi_bm_integration_tests |
| 52 | - linter_tests |
| 53 | repo: |
| 54 | org: "Nordix" |
| 55 | name: "cluster-api" |
| 56 | |
| 57 | - project: |
| 58 | name: "nordix_metal3_dev_env" |
| 59 | jobs: |
| 60 | - capi_bm_integration_tests |
| 61 | - linter_tests |
| 62 | repo: |
| 63 | org: "Nordix" |
| 64 | name: "metal3-dev-env" |
| 65 | |
| 66 | - project: |
| 67 | name: "nordix_capi_bm" |
| 68 | jobs: |
| 69 | - capi_bm_integration_tests |
| 70 | - linter_tests |
| 71 | repo: |
| 72 | org: "Nordix" |
| 73 | name: "cluster-api-provider-baremetal" |
| 74 | |
| 75 | # TODO: Enable Upstream project CIs after approval. |
| 76 | |
| 77 | # - project: |
| 78 | # name: "metal3io_bmo" |
| 79 | # ci_github_whitelist_org: "metal3-io" |
| 80 | # jobs: |
| 81 | # - capi_bm_integration_tests |
| 82 | # repo: |
| 83 | # org: "metal3-io" |
| 84 | # name: "baremetal-operator" |
| 85 | |
| 86 | |
| 87 | # - project: |
| 88 | # name: "metal3io_metal3_dev_env" |
| 89 | # ci_github_whitelist_org: "metal3-io" |
| 90 | # jobs: |
| 91 | # - capi_bm_integration_tests |
| 92 | # repo: |
| 93 | # org: "metal3-io" |
| 94 | # name: "metal3-dev-env" |
| 95 | |
| 96 | # - project: |
| 97 | # name: "metal3io_capi_bm" |
| 98 | # ci_github_whitelist_org: "metal3-io" |
| 99 | # jobs: |
| 100 | # - capi_bm_integration_tests |
| 101 | # repo: |
| 102 | # org: "metal3-io" |
| 103 | # name: "cluster-api-provider-baremetal" |