blob: 3e326bcf43134859037458778d6d289c42a6f4ae [file] [log] [blame]
fmuyassarovb8e11502020-05-28 13:10:41 +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 tests.
fmuyassarovb8e11502020-05-28 13:10:41 +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.
fmuyassarovb8e11502020-05-28 13:10:41 +030027
28- job-template:
Lennart Jern2e1382e2022-02-14 12:24:16 +020029 id: main_feature_tests
Furkat Gofurov4d1ca002022-07-06 19:47:16 +030030 name: '{job_prefix}_daily_main_feature_tests_{image_os}'
Lennart Jern2e1382e2022-02-14 12:24:16 +020031 description: "Inspection, remediation, pivoting, node reuse and repivoting main feature tests on {image_os}."
fmuyassarovb8e11502020-05-28 13:10:41 +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}'
fmuyassarovb8e11502020-05-28 13:10:41 +030040 description: 'Project github repo org name'
41 - string:
42 name: PROJECT_REPO_NAME
Lennart Jern146f50a2022-02-15 08:27:59 +020043 default: '{repo}'
fmuyassarovb8e11502020-05-28 13:10:41 +030044 description: 'Project github repo name'
45 - string:
46 name: ghprbActualCommit
kashifest3da87502022-03-08 13:06:32 +020047 default: 'main'
fmuyassarovb8e11502020-05-28 13:10:41 +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'
fmuyassarovb8e11502020-05-28 13:10:41 +030052 description: 'CI Repo URL for triggering manual build'
53 - string:
54 name: ghprbTargetBranch
kashifest3da87502022-03-08 13:06:32 +020055 default: 'main'
fmuyassarovb8e11502020-05-28 13:10:41 +030056 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'
fmuyassarovb8e11502020-05-28 13:10:41 +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:
fmuyassarovb8e11502020-05-28 13:10:41 +030066 name: CAPI_VERSION
Nam Xuan Nguyenda34a7e2021-11-15 10:54:02 +020067 default: 'v1beta1'
Feruzjon Muyassarovc711aa22021-07-29 15:15:49 +030068 description: 'Cluster API version.'
maelkdbc7e4c2020-07-29 13:04:07 +030069 - string:
70 name: CAPM3_VERSION
Nam Xuan Nguyenda34a7e2021-11-15 10:54:02 +020071 default: 'v1beta1'
Feruzjon Muyassarovc711aa22021-07-29 15:15:49 +030072 description: 'Cluster API provider Metal3 version.'
fmuyassarovb8e11502020-05-28 13:10:41 +030073 - string:
fmuyassarovb8e11502020-05-28 13:10:41 +030074 name: TARGET_NODE_MEMORY
Furkat Gofurov821094d2020-09-17 19:43:18 +030075 default: 4096
fmuyassarovb8e11502020-05-28 13:10:41 +030076 description: 'RAM size of the target host.'
77 - string:
78 name: NUM_NODES
79 default: 4
80 description: 'Number of libvirt VMs.'
81 - string:
82 name: TESTS_FOR
Lennart Jern2e1382e2022-02-14 12:24:16 +020083 default: "feature_tests_{image_os}"
Jaakko Kuuskoskief359b02020-08-05 11:51:19 +030084 description: 'Tests for pivoting and remediation.'
fmuyassarovb8e11502020-05-28 13:10:41 +030085
86 properties:
87 - build-discarder:
88 days-to-keep: 30
89 num-to-keep: 300
90 artifact-days-to-keep: -1
91 artifact-num-to-keep: -1
92
smoshiur123722442a02022-05-09 13:22:49 +030093 triggers:
94 - timed: "H 20 * * 1,4"
fmuyassarovb8e11502020-05-28 13:10:41 +030095
96 pipeline-scm:
97 scm:
98 - git:
99 url: "{ci_github_repo}"
100 credentials-id: "{ci_github_jenkins_credentials_id}"
101 branches:
kashifest79c9c9a2021-12-23 13:55:03 +0200102 - '{branch|main}'
fmuyassarovb8e11502020-05-28 13:10:41 +0300103 name: 'origin'
104 refspec: '+refs/heads/*:refs/remotes/origin/*'
105 wipe-workspace: True
106 honor-refspec: True
107 shallow-clone: False
108 script-path: "{ci_github_pipeline}"
109 lightweight-checkout: False