blob: cf22253f475bd11c2a7bc9e32a71932c7b3a1d6e [file] [log] [blame]
kashifest28679992021-08-23 10:40:28 +03001---
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.
Furkat Gofurovb1e99612022-02-04 10:48:36 +020025# The pipeline scripts are maintained in Nordix/metal3-dev-tools repository.
kashifest28679992021-08-23 10:40:28 +030026
27- job-template:
Feruzjon Muyassarov35afcd42021-08-26 14:21:22 +030028 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."
kashifest28679992021-08-23 10:40:28 +030031 project-type: pipeline
32 defaults: global
33 disabled: False
34 concurrent: True
35 parameters:
36 - string:
Rozzii220ca932021-09-30 01:47:15 +030037 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
Rozzii8c8c6182022-01-12 15:32:10 +020046 default: 'main'
Rozzii220ca932021-09-30 01:47:15 +030047 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
Rozzii86e0f892022-01-12 14:44:50 +020066 default: 'main'
Rozzii220ca932021-09-30 01:47:15 +030067 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:
kashifest28679992021-08-23 10:40:28 +030085 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'
Rozzii2446ade2021-08-27 15:53:36 +0300104 - string:
105 name: STAGING
106 default: 'false'
107 description: 'Configures IPA builder upload mode (staging/review)'
kashifest28679992021-08-23 10:40:28 +0300108
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'
kashifestcf867442021-10-14 12:59:06 +0300134 - 'main'
kashifest28679992021-08-23 10:40:28 +0300135 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 Muyassarovae1ee3c2021-08-23 17:05:04 +0300152 script-path: "ci/jobs/openstack_ipa_and_ironic_image_building.pipeline"
kashifest28679992021-08-23 10:40:28 +0300153 lightweight-checkout: False