b3164c801f5cf7565608ee0688fce17cffd2d964
[infra/cicd.git] / jjb / metal3 / job_keep_capm3_e2e_k8s_upgrade_tests_prow.yml
1 ---
2 #
3 # ============LICENSE_START=======================================================
4 #  Copyright (C) 2024 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) e2e k8s upgrade tests.
24 # This job can be triggered manually or through a Github pull request. It creates a
25 # pipeline job. The pipeline scripts are maintained in Metal3 CI project infra repository.
26
27 - job-template:
28     id: keep_capm3_e2e_k8s_upgrade_tests_prow
29     name: '{job_prefix}-keep-e2e-{k8s_versions}-upgrade-test-{capm3_target_branch}'
30     description: "Keep CAPM3 e2e k8s upgrade tests on {image_os}."
31     project-type: pipeline
32     defaults: global
33     disabled: False
34     concurrent: True
35     parameters:
36     # Parameters set by Prow
37     - string:
38         name: BUILD_ID
39         description: 'Used by Prow when triggering jobs'
40     - string:
41         name: PROW_JOB_ID
42         description: 'Used by Prow when triggering jobs'
43     - string:
44         name: REPO_OWNER
45         default: 'metal3-io'
46         description: 'Project github repo org name'
47     - string:
48         name: REPO_NAME
49         default: 'cluster-api-provider-metal3'
50         description: 'Project github repo name'
51     - string:
52         name: PULL_BASE_REF
53         default: '{capm3_release_branch}'
54         description: 'Ref name of the base branch'
55     - string:
56         name: PULL_PULL_SHA
57         default: '{capm3_release_branch}'
58         description: 'Pull request head SHA'
59     - string:
60         name: PULL_NUMBER
61         description: 'Pull request number'
62     # End of Prow parameters
63     - string:
64         name: IMAGE_OS
65         default: '{image_os}'
66         description: 'Distribution to use for the target host as well as source and target cluster. Can be ubuntu or centos'
67     - string:
68         name: capm3_release_branch
69         default: '{capm3_release_branch}'
70         description: 'The target branch of CAPM3 to be used for this test'
71     - string:
72         name: bmo_release_branch
73         default: '{bmo_release_branch}'
74         description: 'The target branch of BMO to be used for this test'
75     - string:
76         name: CAPI_VERSION
77         default: 'v1beta1'
78         description: 'Cluster API version. E.g. v1beta1.'
79     - string:
80         name: CAPM3_VERSION
81         default: 'v1beta1'
82         description: 'Cluster API provider Metal3 version. E.g. v1beta1.'
83     - string:
84         name: TARGET_NODE_MEMORY
85         default: 4096
86         description: 'RAM size of the target host.'
87     - string:
88         name: TESTS_FOR
89         default: "e2e_tests"
90         description: 'Tests using the e2e framework.'
91     - string:
92         name: KEEP_TEST_ENV
93         default: 'true'
94         description: 'Whether tester VM and test env should be deleted or not by the end of the test'
95     - string:
96         name: GINKGO_FOCUS
97         default: "k8s-upgrade"
98         description: 'Select the e2e upgrade test'
99     - string:
100         name: KUBERNETES_VERSION_UPGRADE_FROM
101         default: '{k8s_version_upgrade_from}'
102         description: 'Kubernetes version upgrade from'
103     - string:
104         name: KUBERNETES_VERSION_UPGRADE_TO
105         default: '{k8s_version_upgrade_to}'
106         description: 'Kubernetes version upgrade to'
107     - string:
108         name: KUBECTL_SHA256
109         default: '{kubectl_sha256}'
110         description: 'Kubectl SHA256 digest matching KUBERNETES_VERSION_UPGRADE_FROM'
111
112     properties:
113     - build-discarder:
114         days-to-keep: 30
115         num-to-keep: 300
116         artifact-days-to-keep: -1
117         artifact-num-to-keep: -1
118
119     triggers: []
120     pipeline-scm:
121       scm:
122       - git:
123           url: "{ci_github_repo}"
124           credentials-id: "{ci_github_jenkins_credentials_id}"
125           branches:
126             - '{branch|main}'
127           name: 'origin'
128           refspec: '+refs/heads/*:refs/remotes/origin/*'
129           wipe-workspace: True
130           honor-refspec: True
131           shallow-clone: False
132       script-path: "jenkins/jobs/prow_integration_tests.pipeline"
133       lightweight-checkout: False