blob: 2596360a9c831ca55c0ad80658e2a7326cd1ad2b [file] [log] [blame]
Feruzjon Muyassarovc9dee9b2022-01-04 10:52:18 +02001---
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)
24# keeping integration test vm.
Feruzjon Muyassarovc9dee9b2022-01-04 10:52:18 +020025# 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.
Feruzjon Muyassarovc9dee9b2022-01-04 10:52:18 +020027
28- job-template:
Lennart Jern146f50a2022-02-15 08:27:59 +020029 id: keep_integration_tests
Furkat Gofurov417257d2022-07-06 11:49:22 +030030 name: '{job_prefix}_{proj}_keep_{capm3_target_branch}_test_{image_os}_alive'
Lennart Jern146f50a2022-02-15 08:27:59 +020031 description: "CAPM3 {capm3_version} integration tests for keeping the vm for {org}/{repo} on {image_os}."
Feruzjon Muyassarovc9dee9b2022-01-04 10:52:18 +020032 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}'
Feruzjon Muyassarovc9dee9b2022-01-04 10:52:18 +020040 description: 'Project github repo org name'
41 - string:
42 name: PROJECT_REPO_NAME
Lennart Jern146f50a2022-02-15 08:27:59 +020043 default: '{repo}'
Feruzjon Muyassarovc9dee9b2022-01-04 10:52:18 +020044 description: 'Project github repo name'
45 - string:
46 name: ghprbActualCommit
47 default: 'main'
48 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'
Feruzjon Muyassarovc9dee9b2022-01-04 10:52:18 +020052 description: 'CI Repo URL for triggering manual build'
53 - string:
54 name: ghprbTargetBranch
55 default: 'main'
56 description: 'Target branch of the PR'
57 - string:
Lennart Jernfba373c2022-02-10 09:50:44 +020058 name: IMAGE_OS
Lennart Jern2e1382e2022-02-14 12:24:16 +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'
Feruzjon Muyassarovc9dee9b2022-01-04 10:52:18 +020061 - string:
kashifestd4892572022-07-07 13:50:06 +030062 name: capm3_release_branch
63 default: '{capm3_release_branch}'
64 description: 'The target branch of CAPM3 to be used for this test'
65 - string:
Feruzjon Muyassarovc9dee9b2022-01-04 10:52:18 +020066 name: CAPI_VERSION
Lennart Jern146f50a2022-02-15 08:27:59 +020067 default: '{capi_version}'
Feruzjon Muyassarovc9dee9b2022-01-04 10:52:18 +020068 description: 'Cluster API version.'
69 - string:
70 name: CAPM3_VERSION
Lennart Jern146f50a2022-02-15 08:27:59 +020071 default: '{capm3_version}'
Feruzjon Muyassarovc9dee9b2022-01-04 10:52:18 +020072 description: 'Cluster API provider Metal3 version.'
73 - string:
Feruzjon Muyassarovc9dee9b2022-01-04 10:52:18 +020074 name: TARGET_NODE_MEMORY
75 default: 4096
76 description: 'RAM size of the target host.'
77 - string:
78 name: SKIP_DELETION
79 default: 'true'
80 description: 'Whether tester VM should be deleted or not by the end of the test'
81
82 properties:
83 - build-discarder:
84 days-to-keep: 30
85 num-to-keep: 300
86 artifact-days-to-keep: -1
87 artifact-num-to-keep: -1
88 - github:
Lennart Jern146f50a2022-02-15 08:27:59 +020089 url: https://github.com/{org}/{repo}
Feruzjon Muyassarovc9dee9b2022-01-04 10:52:18 +020090
91 triggers:
92 - github-pull-request:
93 admin-list:
94 - '{ci_github_admin_user}'
95 org-list: "{ci_github_whitelist_org}"
96 cron: 'H/5 * * * *'
97 auth-id: "{ci_ghprb_auth_id}"
Furkat Gofurov417257d2022-07-06 11:49:22 +030098 trigger-phrase: '((.|\n)*\s)?/keep-test-{image_os}-integration-{capm3_target_branch}(\s(.|\n)*)?'
Feruzjon Muyassarovc9dee9b2022-01-04 10:52:18 +020099 skip-build-phrase: '/skip-test'
100 only-trigger-phrase: True
101 github-hooks: True
102 permit-all: False
103 auto-close-on-fail: False
104 allow-whitelist-orgs-as-admins: True
Lennart Jern146f50a2022-02-15 08:27:59 +0200105 white-list-target-branches: "{target_branches}"
Furkat Gofurov417257d2022-07-06 11:49:22 +0300106 status-context: "keep-test-{image_os}-integration-{capm3_target_branch}"
Feruzjon Muyassarovc9dee9b2022-01-04 10:52:18 +0200107 success-status: "Passed"
108 failure-status: "Failed"
109 error-status: "Error"
110 cancel-builds-on-update: True
111 pipeline-scm:
112 scm:
113 - git:
114 url: "{ci_github_repo}"
115 credentials-id: "{ci_github_jenkins_credentials_id}"
116 branches:
117 - '{branch|main}'
118 name: 'origin'
119 refspec: '+refs/heads/*:refs/remotes/origin/*'
120 wipe-workspace: True
121 honor-refspec: True
122 shallow-clone: False
123 script-path: "{ci_github_pipeline}"
Lennart Jern19b2b422022-02-08 15:26:27 +0200124 lightweight-checkout: False