Rename master mentions in job files and job ids. Also remove 'metal3io-' from project
[infra/cicd.git] / jjb / metal3 / job_main_feature_tests_upgrade_ubuntu.yml
1 ---
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 # ============
23 # This file contains job template definition for Cluster API Provider Metal3 (CAPM3)
24 # feature upgrade tests.
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.
27
28 - job-template:
29     id: main_feature_tests_upgrade_ubuntu
30     name: '{job_prefix}_main_feature_tests_upgrade_ubuntu'
31     description: "Upgrade tests on Ubuntu. "
32     project-type: pipeline
33     defaults: global
34     disabled: False
35     concurrent: True
36     parameters:
37     - string:
38         name: PROJECT_REPO_ORG
39         default: '{repo[org]}'
40         description: 'Project github repo org name'
41     - string:
42         name: PROJECT_REPO_NAME
43         default: '{repo[name]}'
44         description: 'Project github repo name'
45     - string:
46         name: ghprbActualCommit
47         default: 'master'
48         description: 'CI Repo branch for triggering manual build'
49     - string:
50         name: ghprbAuthorRepoGitUrl
51         default: 'https://github.com/{repo[org]}/{repo[name]}.git'
52         description: 'CI Repo URL for triggering manual build'
53     - string:
54         name: ghprbTargetBranch
55         default: 'master'
56         description: 'Target branch of the PR'
57     - string:
58         name: DISTRIBUTION
59         default: 'ubuntu'
60         description: 'Distribution to use for the tests.'
61     - string:
62         name: CAPI_VERSION
63         default: 'v1alpha4'
64         description: 'Cluster API version.'
65     - string:
66         name: CAPIRELEASE
67         description: 'Cluster API release tag to upgrade from, e.g. v1.0.0'
68     - string:
69         name: CAPM3_VERSION
70         default: 'v1alpha5'
71         description: 'Cluster API provider Metal3 version.'
72     - string:
73         name: CAPM3RELEASE
74         description: 'CAPM3 release tag to upgrade from, e.g. v1.0.0'
75     - string:
76         name: TARGET_NODE_OS
77         default: 'Ubuntu'
78         description: 'Distribution to use for the target host.'
79     - string:
80         name: TARGET_NODE_MEMORY
81         default: 4096
82         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:
100       - timed: "H 17 * * *"
101
102     pipeline-scm:
103       scm:
104       - git:
105           url: "{ci_github_repo}"
106           credentials-id: "{ci_github_jenkins_credentials_id}"
107           branches:
108             - '{branch|main}'
109           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