blob: 5d0a0082ef116f46b1cd91f53051932e646f9de6 [file] [log] [blame]
Jaakko Kuuskoskief359b02020-08-05 11:51:19 +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) feature
24# upgrade tests.
Jaakko Kuuskoskief359b02020-08-05 11:51:19 +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.
Jaakko Kuuskoskief359b02020-08-05 11:51:19 +030027
28- job-template:
Lennart Jern146f50a2022-02-15 08:27:59 +020029 id: feature_tests_upgrade
30 name: '{job_prefix}_{proj}_feature_tests_upgrade_{image_os}'
31 description: "Upgrade tests on {image_os}."
Jaakko Kuuskoskief359b02020-08-05 11:51:19 +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}'
Jaakko Kuuskoskief359b02020-08-05 11:51:19 +030040 description: 'Project github repo org name'
41 - string:
42 name: PROJECT_REPO_NAME
Lennart Jern146f50a2022-02-15 08:27:59 +020043 default: '{repo}'
Jaakko Kuuskoskief359b02020-08-05 11:51:19 +030044 description: 'Project github repo name'
45 - string:
46 name: ghprbActualCommit
kashifest3da87502022-03-08 13:06:32 +020047 default: 'main'
Jaakko Kuuskoskief359b02020-08-05 11:51:19 +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'
Jaakko Kuuskoskief359b02020-08-05 11:51:19 +030052 description: 'CI Repo URL for triggering manual build'
53 - string:
54 name: ghprbTargetBranch
kashifest3da87502022-03-08 13:06:32 +020055 default: 'main'
Jaakko Kuuskoskief359b02020-08-05 11:51:19 +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'
Jaakko Kuuskoskief359b02020-08-05 11:51:19 +030061 - string:
62 name: CAPI_VERSION
Lennart Jern9ec510d2022-01-13 09:33:00 +020063 default: 'v1alpha4'
Feruzjon Muyassarovc711aa22021-07-29 15:15:49 +030064 description: 'Cluster API version.'
Jaakko Kuuskoskief359b02020-08-05 11:51:19 +030065 - string:
Lennart Jern3c353d92022-01-14 16:09:54 +020066 name: CAPIRELEASE
67 description: 'Cluster API release tag to upgrade from, e.g. v1.0.0'
68 - string:
Jaakko Kuuskoskief359b02020-08-05 11:51:19 +030069 name: CAPM3_VERSION
Lennart Jern9ec510d2022-01-13 09:33:00 +020070 default: 'v1alpha5'
Feruzjon Muyassarovc711aa22021-07-29 15:15:49 +030071 description: 'Cluster API provider Metal3 version.'
Jaakko Kuuskoskief359b02020-08-05 11:51:19 +030072 - string:
Lennart Jern3c353d92022-01-14 16:09:54 +020073 name: CAPM3RELEASE
74 description: 'CAPM3 release tag to upgrade from, e.g. v1.0.0'
75 - string:
Jaakko Kuuskoskief359b02020-08-05 11:51:19 +030076 name: TARGET_NODE_MEMORY
77 default: 4096
78 description: 'RAM size of the target host.'
79 - string:
80 name: NUM_NODES
81 default: 4
82 description: 'Number of libvirt VMs.'
83 - string:
84 name: TESTS_FOR
85 default: "feature_tests_upgrade"
86 description: 'Tests for upgrade.'
87
88 properties:
89 - build-discarder:
90 days-to-keep: 30
91 num-to-keep: 300
92 artifact-days-to-keep: -1
93 artifact-num-to-keep: -1
94 - github:
Lennart Jern146f50a2022-02-15 08:27:59 +020095 url: https://github.com/{org}/{repo}
Jaakko Kuuskoskief359b02020-08-05 11:51:19 +030096
97 triggers:
98 - github-pull-request:
99 admin-list:
100 - '{ci_github_admin_user}'
101 org-list: "{ci_github_whitelist_org}"
102 cron: 'H/5 * * * *'
103 auth-id: "{ci_ghprb_auth_id}"
104 trigger-phrase: '((.|\n)*\s)?/test-upgrade-features(\s(.|\n)*)?'
105 skip-build-phrase: '/skip-test'
106 only-trigger-phrase: True
107 github-hooks: True
108 permit-all: False
109 auto-close-on-fail: False
110 allow-whitelist-orgs-as-admins: True
111 white-list-target-branches:
kashifestcf867442021-10-14 12:59:06 +0300112 - 'main'
Furkat Gofurove9b34b62021-10-22 12:36:23 +0300113 - 'release-0.5'
114 - 'release-0.1'
Jaakko Kuuskoskief359b02020-08-05 11:51:19 +0300115 status-context: "test-upgrade-features"
116 success-status: "Passed"
117 failure-status: "Failed"
118 error-status: "Error"
119 cancel-builds-on-update: True
120 pipeline-scm:
121 scm:
122 - git:
123 url: "{ci_github_repo}"
124 credentials-id: "{ci_github_jenkins_credentials_id}"
125 branches:
kashifest79c9c9a2021-12-23 13:55:03 +0200126 - '{branch|main}'
Jaakko Kuuskoskief359b02020-08-05 11:51:19 +0300127 name: 'origin'
128 refspec: '+refs/heads/*:refs/remotes/origin/*'
129 wipe-workspace: True
130 honor-refspec: True
131 shallow-clone: False
132 script-path: "{ci_github_pipeline}"
133 lightweight-checkout: False