Jaakko Kuuskoski | ef359b0 | 2020-08-05 11:51:19 +0300 | [diff] [blame] | 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 | # ============ |
Furkat Gofurov | b1e9961 | 2022-02-04 10:48:36 +0200 | [diff] [blame] | 23 | # This file contains job template definition for Cluster API Provider Metal3 (CAPM3) |
Furkat Gofurov | 22522d9 | 2022-02-05 22:15:22 +0200 | [diff] [blame] | 24 | # main feature upgrade tests. |
Jaakko Kuuskoski | ef359b0 | 2020-08-05 11:51:19 +0300 | [diff] [blame] | 25 | # This job can be triggered manually or through a Github pull request. It creates a |
Furkat Gofurov | b1e9961 | 2022-02-04 10:48:36 +0200 | [diff] [blame] | 26 | # pipeline job. The pipeline scripts are maintained in Metal3 CI project infra repository. |
Jaakko Kuuskoski | ef359b0 | 2020-08-05 11:51:19 +0300 | [diff] [blame] | 27 | |
| 28 | - job-template: |
Lennart Jern | 146f50a | 2022-02-15 08:27:59 +0200 | [diff] [blame^] | 29 | id: main_feature_tests_upgrade |
| 30 | name: '{job_prefix}_main_feature_tests_upgrade_{image_os}' |
| 31 | description: "Upgrade main tests on {image_os}." |
Jaakko Kuuskoski | ef359b0 | 2020-08-05 11:51:19 +0300 | [diff] [blame] | 32 | project-type: pipeline |
| 33 | defaults: global |
| 34 | disabled: False |
| 35 | concurrent: True |
| 36 | parameters: |
| 37 | - string: |
| 38 | name: PROJECT_REPO_ORG |
Lennart Jern | 146f50a | 2022-02-15 08:27:59 +0200 | [diff] [blame^] | 39 | default: '{org}' |
Jaakko Kuuskoski | ef359b0 | 2020-08-05 11:51:19 +0300 | [diff] [blame] | 40 | description: 'Project github repo org name' |
| 41 | - string: |
| 42 | name: PROJECT_REPO_NAME |
Lennart Jern | 146f50a | 2022-02-15 08:27:59 +0200 | [diff] [blame^] | 43 | default: '{repo}' |
Jaakko Kuuskoski | ef359b0 | 2020-08-05 11:51:19 +0300 | [diff] [blame] | 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 |
Lennart Jern | 146f50a | 2022-02-15 08:27:59 +0200 | [diff] [blame^] | 51 | default: 'https://github.com/{org}/{repo}.git' |
Jaakko Kuuskoski | ef359b0 | 2020-08-05 11:51:19 +0300 | [diff] [blame] | 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: |
Lennart Jern | fba373c | 2022-02-10 09:50:44 +0200 | [diff] [blame] | 58 | name: IMAGE_OS |
Lennart Jern | 146f50a | 2022-02-15 08:27:59 +0200 | [diff] [blame^] | 59 | default: '{image_os}' |
Lennart Jern | fba373c | 2022-02-10 09:50:44 +0200 | [diff] [blame] | 60 | description: 'Distribution to use for the target host as well as source and target cluster. Can be ubuntu or centos' |
Jaakko Kuuskoski | ef359b0 | 2020-08-05 11:51:19 +0300 | [diff] [blame] | 61 | - string: |
| 62 | name: CAPI_VERSION |
Lennart Jern | 9ec510d | 2022-01-13 09:33:00 +0200 | [diff] [blame] | 63 | default: 'v1alpha4' |
Feruzjon Muyassarov | c711aa2 | 2021-07-29 15:15:49 +0300 | [diff] [blame] | 64 | description: 'Cluster API version.' |
Jaakko Kuuskoski | ef359b0 | 2020-08-05 11:51:19 +0300 | [diff] [blame] | 65 | - string: |
Lennart Jern | 0f17f1c | 2022-01-14 10:19:20 +0200 | [diff] [blame] | 66 | name: CAPIRELEASE |
| 67 | description: 'Cluster API release tag to upgrade from, e.g. v1.0.0' |
| 68 | - string: |
Jaakko Kuuskoski | ef359b0 | 2020-08-05 11:51:19 +0300 | [diff] [blame] | 69 | name: CAPM3_VERSION |
Lennart Jern | 9ec510d | 2022-01-13 09:33:00 +0200 | [diff] [blame] | 70 | default: 'v1alpha5' |
Feruzjon Muyassarov | c711aa2 | 2021-07-29 15:15:49 +0300 | [diff] [blame] | 71 | description: 'Cluster API provider Metal3 version.' |
Jaakko Kuuskoski | ef359b0 | 2020-08-05 11:51:19 +0300 | [diff] [blame] | 72 | - string: |
Lennart Jern | 0f17f1c | 2022-01-14 10:19:20 +0200 | [diff] [blame] | 73 | name: CAPM3RELEASE |
| 74 | description: 'CAPM3 release tag to upgrade from, e.g. v1.0.0' |
| 75 | - string: |
Jaakko Kuuskoski | ef359b0 | 2020-08-05 11:51:19 +0300 | [diff] [blame] | 76 | name: TARGET_NODE_MEMORY |
Jaakko Kuuskoski | a5d0fac | 2020-09-15 11:59:41 +0300 | [diff] [blame] | 77 | default: 4096 |
Jaakko Kuuskoski | ef359b0 | 2020-08-05 11:51:19 +0300 | [diff] [blame] | 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 | |
| 95 | triggers: |
Furkat Gofurov | 3189ac4 | 2021-10-05 10:16:59 +0300 | [diff] [blame] | 96 | - timed: "H 17 * * *" |
Jaakko Kuuskoski | ef359b0 | 2020-08-05 11:51:19 +0300 | [diff] [blame] | 97 | |
| 98 | pipeline-scm: |
| 99 | scm: |
| 100 | - git: |
| 101 | url: "{ci_github_repo}" |
| 102 | credentials-id: "{ci_github_jenkins_credentials_id}" |
| 103 | branches: |
kashifest | 79c9c9a | 2021-12-23 13:55:03 +0200 | [diff] [blame] | 104 | - '{branch|main}' |
Jaakko Kuuskoski | ef359b0 | 2020-08-05 11:51:19 +0300 | [diff] [blame] | 105 | name: 'origin' |
| 106 | refspec: '+refs/heads/*:refs/remotes/origin/*' |
| 107 | wipe-workspace: True |
| 108 | honor-refspec: True |
| 109 | shallow-clone: False |
| 110 | script-path: "{ci_github_pipeline}" |
| 111 | lightweight-checkout: False |