blob: a60e48bc16c4d9b17d7d0420878d27f028270be5 [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)
Furkat Gofurov22522d92022-02-05 22:15:22 +020024# main feature 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: main_feature_tests_upgrade
Furkat Gofurov4d1ca002022-07-06 19:47:16 +030030 name: '{job_prefix}_daily_main_feature_tests_upgrade_{image_os}'
Lennart Jern146f50a2022-02-15 08:27:59 +020031 description: "Upgrade main 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:
kashifestd4892572022-07-07 13:50:06 +030062 name: capm3_release_branch
63 default: 'release-0.5'
64 description: 'The target branch of CAPM3 to be used for this test'
65 - string:
Jaakko Kuuskoskief359b02020-08-05 11:51:19 +030066 name: CAPI_VERSION
Lennart Jern9ec510d2022-01-13 09:33:00 +020067 default: 'v1alpha4'
Feruzjon Muyassarovc711aa22021-07-29 15:15:49 +030068 description: 'Cluster API version.'
Jaakko Kuuskoskief359b02020-08-05 11:51:19 +030069 - string:
Lennart Jern0f17f1c2022-01-14 10:19:20 +020070 name: CAPIRELEASE
71 description: 'Cluster API release tag to upgrade from, e.g. v1.0.0'
72 - string:
Jaakko Kuuskoskief359b02020-08-05 11:51:19 +030073 name: CAPM3_VERSION
Lennart Jern9ec510d2022-01-13 09:33:00 +020074 default: 'v1alpha5'
Feruzjon Muyassarovc711aa22021-07-29 15:15:49 +030075 description: 'Cluster API provider Metal3 version.'
Jaakko Kuuskoskief359b02020-08-05 11:51:19 +030076 - string:
Lennart Jern0f17f1c2022-01-14 10:19:20 +020077 name: CAPM3RELEASE
78 description: 'CAPM3 release tag to upgrade from, e.g. v1.0.0'
79 - string:
Jaakko Kuuskoskief359b02020-08-05 11:51:19 +030080 name: TARGET_NODE_MEMORY
Jaakko Kuuskoskia5d0fac2020-09-15 11:59:41 +030081 default: 4096
Jaakko Kuuskoskief359b02020-08-05 11:51:19 +030082 description: 'RAM size of the target host.'
83 - string:
84 name: NUM_NODES
85 default: 4
86 description: 'Number of libvirt VMs.'
87 - string:
88 name: TESTS_FOR
89 default: "feature_tests_upgrade"
90 description: 'Tests for upgrade.'
91
92 properties:
93 - build-discarder:
94 days-to-keep: 30
95 num-to-keep: 300
96 artifact-days-to-keep: -1
97 artifact-num-to-keep: -1
98
99 triggers:
Furkat Gofurov3189ac42021-10-05 10:16:59 +0300100 - timed: "H 17 * * *"
Jaakko Kuuskoskief359b02020-08-05 11:51:19 +0300101
102 pipeline-scm:
103 scm:
104 - git:
105 url: "{ci_github_repo}"
106 credentials-id: "{ci_github_jenkins_credentials_id}"
107 branches:
kashifest79c9c9a2021-12-23 13:55:03 +0200108 - '{branch|main}'
Jaakko Kuuskoskief359b02020-08-05 11:51:19 +0300109 name: 'origin'
110 refspec: '+refs/heads/*:refs/remotes/origin/*'
111 wipe-workspace: True
112 honor-refspec: True
113 shallow-clone: False
114 script-path: "{ci_github_pipeline}"
115 lightweight-checkout: False