blob: 8ca4dd5dc34387c17d866503b6929878c2c248bb [file] [log] [blame]
Sunnatillo3e4bf072021-10-04 12:06:08 +03001---
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# Description:
22# ============
Furkat Gofurovb1e99612022-02-04 10:48:36 +020023# This file contains job template definition for Cluster API Provider Metal3 (CAPM3) BML
24# integration tests.
Sunnatillo3e4bf072021-10-04 12:06:08 +030025# This job can be triggered manually or through a Github pull request. It creates a
Furkat Gofurovb1e99612022-02-04 10:48:36 +020026# pipeline job. The pipeline scripts are maintained in Metal3 CI project infra repository.
Sunnatillo3e4bf072021-10-04 12:06:08 +030027
28- job-template:
Lennart Jern146f50a2022-02-15 08:27:59 +020029 id: bml_integration_tests
30 name: '{job_prefix}_{proj}_bml_integration_tests_{image_os}'
31 description: "CAPM3 v1beta1 integration tests for {org}/{repo} on {image_os} in Bare Metal Lab."
Sunnatillo3e4bf072021-10-04 12:06:08 +030032 project-type: pipeline
33 defaults: global
34 disabled: False
35 concurrent: True
36 parameters:
37 - string:
38 name: PROJECT_REPO_ORG
Lennart Jern146f50a2022-02-15 08:27:59 +020039 default: '{org}'
Sunnatillo3e4bf072021-10-04 12:06:08 +030040 description: 'Project github repo org name'
41 - string:
42 name: PROJECT_REPO_NAME
Lennart Jern146f50a2022-02-15 08:27:59 +020043 default: '{repo}'
Sunnatillo3e4bf072021-10-04 12:06:08 +030044 description: 'Project github repo name'
45 - string:
46 name: ghprbActualCommit
kashifest3da87502022-03-08 13:06:32 +020047 default: 'main'
Sunnatillo3e4bf072021-10-04 12:06:08 +030048 description: 'CI Repo branch for triggering manual build'
49 - string:
50 name: ghprbAuthorRepoGitUrl
Lennart Jern146f50a2022-02-15 08:27:59 +020051 default: 'https://github.com/{org}/{repo}.git'
Sunnatillo3e4bf072021-10-04 12:06:08 +030052 description: 'CI Repo URL for triggering manual build'
53 - string:
54 name: ghprbTargetBranch
kashifest3da87502022-03-08 13:06:32 +020055 default: 'main'
Sunnatillo3e4bf072021-10-04 12:06:08 +030056 description: 'Target branch of the PR'
57 - string:
Lennart Jernfba373c2022-02-10 09:50:44 +020058 name: IMAGE_OS
Lennart Jern146f50a2022-02-15 08:27:59 +020059 default: '{image_os}'
Lennart Jernfba373c2022-02-10 09:50:44 +020060 description: 'Distribution to use for the target host as well as source and target cluster. Can be ubuntu or centos'
Sunnatillo3e4bf072021-10-04 12:06:08 +030061 - string:
kashifestd4892572022-07-07 13:50:06 +030062 name: capm3_release_branch
63 default: 'main'
64 description: 'The target branch of CAPM3 to be used for this test'
65 - string:
Sunnatillo3e4bf072021-10-04 12:06:08 +030066 name: CAPI_VERSION
smoshiur12377eb63c02021-11-09 16:09:57 +020067 default: 'v1beta1'
Sunnatillo3e4bf072021-10-04 12:06:08 +030068 description: 'Cluster API version.'
69 - string:
70 name: CAPM3_VERSION
smoshiur12377eb63c02021-11-09 16:09:57 +020071 default: 'v1beta1'
Sunnatillo3e4bf072021-10-04 12:06:08 +030072 description: 'Cluster API provider Metal3 version.'
73 - string:
Sunnatillo3e4bf072021-10-04 12:06:08 +030074 name: TARGET_NODE_MEMORY
75 default: 4096
76 description: 'RAM size of the target host.'
77
78 properties:
79 - build-discarder:
80 days-to-keep: 30
81 num-to-keep: 300
82 artifact-days-to-keep: -1
83 artifact-num-to-keep: -1
84 - github:
Lennart Jern146f50a2022-02-15 08:27:59 +020085 url: https://github.com/{org}/{repo}
Sunnatillof2e5c672022-08-02 16:27:42 +030086 - build-blocker:
87 use-build-blocker: true
88 blocking-jobs:
Sunnatillo9a925102022-08-08 11:22:06 +030089 - ".*_bml_integration_tests_centos"
Sunnatillof2e5c672022-08-02 16:27:42 +030090 block-level: 'GLOBAL'
Sunnatillo3e4bf072021-10-04 12:06:08 +030091
92 triggers:
93 - github-pull-request:
94 admin-list:
95 - '{ci_github_admin_user}'
96 org-list: "{ci_github_whitelist_org}"
97 cron: 'H/5 * * * *'
98 auth-id: "{ci_ghprb_auth_id}"
Lennart Jern146f50a2022-02-15 08:27:59 +020099 trigger-phrase: '((.|\n)*\s)?/test-integration-bml-{image_os}(\s(.|\n)*)?'
Sunnatillo3e4bf072021-10-04 12:06:08 +0300100 skip-build-phrase: '/skip-test'
101 only-trigger-phrase: True
102 github-hooks: True
103 permit-all: False
104 auto-close-on-fail: False
105 allow-whitelist-orgs-as-admins: True
106 white-list-target-branches:
107 - 'master'
kashifestcf867442021-10-14 12:59:06 +0300108 - 'main'
Lennart Jern146f50a2022-02-15 08:27:59 +0200109 status-context: "test-integration-bml-{image_os}"
Sunnatillo3e4bf072021-10-04 12:06:08 +0300110 success-status: "Passed"
111 failure-status: "Failed"
112 error-status: "Error"
113 cancel-builds-on-update: True
114 pipeline-scm:
115 scm:
116 - git:
117 url: "{ci_github_repo}"
118 credentials-id: "{ci_github_jenkins_credentials_id}"
119 branches:
kashifest79c9c9a2021-12-23 13:55:03 +0200120 - '{branch|main}'
Sunnatillo3e4bf072021-10-04 12:06:08 +0300121 name: 'origin'
122 refspec: '+refs/heads/*:refs/remotes/origin/*'
123 wipe-workspace: True
124 honor-refspec: True
125 shallow-clone: False
126 script-path: 'jenkins/jobs/bml_integration_tests.pipeline'
127 lightweight-checkout: False