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