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
10 # http://www.apache.org/licenses/LICENSE-2.0
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.
18 # SPDX-License-Identifier: Apache-2.0
19 # ============LICENSE_END=========================================================
23 # This file contains job template definition for Cluster API Provider Metal3 (CAPM3) BML
25 # This job can be triggered manually or through a Github pull request. It creates a
26 # pipeline job. The pipeline scripts are maintained in Metal3 CI project infra repository.
29 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."
32 project-type: pipeline
38 name: PROJECT_REPO_ORG
40 description: 'Project github repo org name'
42 name: PROJECT_REPO_NAME
44 description: 'Project github repo name'
46 name: ghprbActualCommit
48 description: 'CI Repo branch for triggering manual build'
50 name: ghprbAuthorRepoGitUrl
51 default: 'https://github.com/{org}/{repo}.git'
52 description: 'CI Repo URL for triggering manual build'
54 name: ghprbTargetBranch
56 description: 'Target branch of the PR'
60 description: 'Distribution to use for the target host as well as source and target cluster. Can be ubuntu or centos'
62 name: capm3_release_branch
64 description: 'The target branch of CAPM3 to be used for this test'
66 name: bmo_release_branch
68 description: 'The target branch of BMO to be used for this test'
72 description: 'Cluster API version.'
76 description: 'Cluster API provider Metal3 version.'
78 name: TARGET_NODE_MEMORY
80 description: 'RAM size of the target host.'
84 description: 'Number of baremetal servers.'
90 artifact-days-to-keep: -1
91 artifact-num-to-keep: -1
93 url: https://github.com/{org}/{repo}
95 use-build-blocker: true
97 - ".*_bml_integration_tests_centos"
101 - github-pull-request:
103 - '{ci_github_admin_user}'
104 org-list: "{ci_github_whitelist_org}"
106 auth-id: "{ci_ghprb_auth_id}"
107 trigger-phrase: '.*?/test-integration-bml-{image_os}.*?'
108 skip-build-phrase: '/skip-test'
109 only-trigger-phrase: True
112 auto-close-on-fail: False
113 allow-whitelist-orgs-as-admins: True
114 white-list-target-branches:
117 status-context: "test-integration-bml-{image_os}"
118 success-status: "Passed"
119 failure-status: "Failed"
120 error-status: "Error"
121 cancel-builds-on-update: True
125 url: "{ci_github_repo}"
126 credentials-id: "{ci_github_jenkins_credentials_id}"
130 refspec: '+refs/heads/*:refs/remotes/origin/*'
134 script-path: 'jenkins/jobs/bml_integration_tests.pipeline'
135 lightweight-checkout: False