kashifest | 2867999 | 2021-08-23 10:40:28 +0300 | [diff] [blame] | 1 | --- |
| 2 | # |
| 3 | # ============LICENSE_START======================================================= |
| 4 | # Copyright (C) 2021 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 | # Description: |
| 22 | # ============ |
| 23 | # This file contains job template definition for for nordix IPA image building test. |
| 24 | # This job can be triggered on PRs manually. It creates a pipeline job. |
| 25 | # The pipeline scripts are maintained in Nordix/airship-dev-tools repository. |
| 26 | |
| 27 | - job-template: |
Feruzjon Muyassarov | 35afcd4 | 2021-08-26 14:21:22 +0300 | [diff] [blame] | 28 | id: metal3_ipa_and_ironic_image_building_test |
| 29 | name: '{job_prefix}_openstack_ipa_and_ironic_image_building' |
| 30 | description: "IPA and Ironic image building test." |
kashifest | 2867999 | 2021-08-23 10:40:28 +0300 | [diff] [blame] | 31 | project-type: pipeline |
| 32 | defaults: global |
| 33 | disabled: False |
| 34 | concurrent: True |
| 35 | parameters: |
| 36 | - string: |
Rozzii | 220ca93 | 2021-09-30 01:47:15 +0300 | [diff] [blame] | 37 | name: IRONIC_REFSPEC |
| 38 | default: '' |
| 39 | description: 'Gerrit refspec of the patch we want to test. Example: refs/changes/84/800084/22' |
| 40 | - string: |
| 41 | name: IRONIC_IMAGE_REPO_COMMIT |
| 42 | default: 'HEAD' |
| 43 | description: 'Ironic Image repository commit hash to build' |
| 44 | - string: |
| 45 | name: IRONIC_IMAGE_BRANCH |
Rozzii | 8c8c618 | 2022-01-12 15:32:10 +0200 | [diff] [blame^] | 46 | default: 'main' |
Rozzii | 220ca93 | 2021-09-30 01:47:15 +0300 | [diff] [blame] | 47 | description: 'Ironic image repository branch to build' |
| 48 | - string: |
| 49 | name: IRONIC_INSPECTOR_REFSPEC |
| 50 | default: '' |
| 51 | description: 'Gerrit refspec of the patch we want to test. Example: refs/changes/84/800084/22' |
| 52 | - string: |
| 53 | name: IPA_COMMIT |
| 54 | default: 'HEAD' |
| 55 | description: 'Ironic Python Agent repository commit hash to build' |
| 56 | - string: |
| 57 | name: IPA_BRANCH |
| 58 | default: 'master' |
| 59 | description: 'Ironic Python Agent repository branch to build' |
| 60 | - string: |
| 61 | name: BMO_COMMIT |
| 62 | default: 'HEAD' |
| 63 | description: 'Bare Metal Operator repository commit hash to build' |
| 64 | - string: |
| 65 | name: BMO_BRANCH |
Rozzii | 86e0f89 | 2022-01-12 14:44:50 +0200 | [diff] [blame] | 66 | default: 'main' |
Rozzii | 220ca93 | 2021-09-30 01:47:15 +0300 | [diff] [blame] | 67 | description: 'Bare Metal Operator repository branch to build' |
| 68 | - string: |
| 69 | name: IPA_BUILDER_BRANCH |
| 70 | default: 'master' |
| 71 | description: 'Ironic Python Agent builder repository tool branch' |
| 72 | - string: |
| 73 | name: IPA_BUILDER_COMMIT |
| 74 | default: 'HEAD' |
| 75 | description: 'Ironic Python Agent builder repository tool commit' |
| 76 | - string: |
| 77 | name: METAL3_DEV_ENV_BRANCH |
| 78 | default: 'master' |
| 79 | description: 'Metal3 dev env repository branch' |
| 80 | - string: |
| 81 | name: METAL3_DEV_ENV_COMMIT |
| 82 | default: 'HEAD' |
| 83 | description: 'Metal3 dev env repository commit' |
| 84 | - string: |
kashifest | 2867999 | 2021-08-23 10:40:28 +0300 | [diff] [blame] | 85 | name: PROJECT_REPO_ORG |
| 86 | default: '{repo[org]}' |
| 87 | description: 'Project github repo org name' |
| 88 | - string: |
| 89 | name: PROJECT_REPO_NAME |
| 90 | default: '{repo[name]}' |
| 91 | description: 'Project github repo name' |
| 92 | - string: |
| 93 | name: ghprbActualCommit |
| 94 | default: 'master' |
| 95 | description: 'CI Repo branch for triggering manual build' |
| 96 | - string: |
| 97 | name: ghprbAuthorRepoGitUrl |
| 98 | default: 'https://github.com/{repo[org]}/{repo[name]}.git' |
| 99 | description: 'CI Repo URL for triggering manual build' |
| 100 | - string: |
| 101 | name: ghprbTargetBranch |
| 102 | default: 'master' |
| 103 | description: 'Target branch of the PR' |
Rozzii | 2446ade | 2021-08-27 15:53:36 +0300 | [diff] [blame] | 104 | - string: |
| 105 | name: STAGING |
| 106 | default: 'false' |
| 107 | description: 'Configures IPA builder upload mode (staging/review)' |
kashifest | 2867999 | 2021-08-23 10:40:28 +0300 | [diff] [blame] | 108 | |
| 109 | properties: |
| 110 | - build-discarder: |
| 111 | days-to-keep: 30 |
| 112 | num-to-keep: 300 |
| 113 | artifact-days-to-keep: -1 |
| 114 | artifact-num-to-keep: -1 |
| 115 | - github: |
| 116 | url: https://github.com/{repo[org]}/{repo[name]} |
| 117 | |
| 118 | triggers: |
| 119 | - github-pull-request: |
| 120 | admin-list: |
| 121 | - '{ci_github_admin_user}' |
| 122 | org-list: "{ci_github_whitelist_org}" |
| 123 | cron: 'H/5 * * * *' |
| 124 | auth-id: "{ci_ghprb_auth_id}" |
| 125 | trigger-phrase: '((.|\n)*\s)?/test-ipa(\s(.|\n)*)?' |
| 126 | skip-build-phrase: '/skip-test' |
| 127 | only-trigger-phrase: True |
| 128 | github-hooks: True |
| 129 | permit-all: False |
| 130 | auto-close-on-fail: False |
| 131 | allow-whitelist-orgs-as-admins: True |
| 132 | white-list-target-branches: |
| 133 | - 'master' |
kashifest | cf86744 | 2021-10-14 12:59:06 +0300 | [diff] [blame] | 134 | - 'main' |
kashifest | 2867999 | 2021-08-23 10:40:28 +0300 | [diff] [blame] | 135 | status-context: "test-ipa" |
| 136 | success-status: "Passed" |
| 137 | failure-status: "Failed" |
| 138 | error-status: "Error" |
| 139 | cancel-builds-on-update: True |
| 140 | pipeline-scm: |
| 141 | scm: |
| 142 | - git: |
| 143 | url: "{ci_github_repo}" |
| 144 | credentials-id: "{ci_github_jenkins_credentials_id}" |
| 145 | branches: |
| 146 | - '{branch|master}' |
| 147 | name: 'origin' |
| 148 | refspec: '+refs/heads/*:refs/remotes/origin/*' |
| 149 | wipe-workspace: True |
| 150 | honor-refspec: True |
| 151 | shallow-clone: False |
Feruzjon Muyassarov | ae1ee3c | 2021-08-23 17:05:04 +0300 | [diff] [blame] | 152 | script-path: "ci/jobs/openstack_ipa_and_ironic_image_building.pipeline" |
kashifest | 2867999 | 2021-08-23 10:40:28 +0300 | [diff] [blame] | 153 | lightweight-checkout: False |