Feruzjon Muyassarov | c9dee9b | 2022-01-04 10:52:18 +0200 | [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) |
| 24 | # keeping integration test vm. |
Feruzjon Muyassarov | c9dee9b | 2022-01-04 10:52:18 +0200 | [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. |
Feruzjon Muyassarov | c9dee9b | 2022-01-04 10:52:18 +0200 | [diff] [blame] | 27 | |
| 28 | - job-template: |
Lennart Jern | 146f50a | 2022-02-15 08:27:59 +0200 | [diff] [blame] | 29 | id: keep_integration_tests |
| 30 | name: '{job_prefix}_{proj}_keep_{version}_test_{image_os}_alive' |
| 31 | description: "CAPM3 {capm3_version} integration tests for keeping the vm for {org}/{repo} on {image_os}." |
Feruzjon Muyassarov | c9dee9b | 2022-01-04 10:52:18 +0200 | [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}' |
Feruzjon Muyassarov | c9dee9b | 2022-01-04 10:52:18 +0200 | [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}' |
Feruzjon Muyassarov | c9dee9b | 2022-01-04 10:52:18 +0200 | [diff] [blame] | 44 | description: 'Project github repo name' |
| 45 | - string: |
| 46 | name: ghprbActualCommit |
| 47 | default: 'main' |
| 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' |
Feruzjon Muyassarov | c9dee9b | 2022-01-04 10:52:18 +0200 | [diff] [blame] | 52 | description: 'CI Repo URL for triggering manual build' |
| 53 | - string: |
| 54 | name: ghprbTargetBranch |
| 55 | default: 'main' |
| 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 | 2e1382e | 2022-02-14 12:24:16 +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' |
Feruzjon Muyassarov | c9dee9b | 2022-01-04 10:52:18 +0200 | [diff] [blame] | 61 | - string: |
| 62 | name: CAPI_VERSION |
Lennart Jern | 146f50a | 2022-02-15 08:27:59 +0200 | [diff] [blame] | 63 | default: '{capi_version}' |
Feruzjon Muyassarov | c9dee9b | 2022-01-04 10:52:18 +0200 | [diff] [blame] | 64 | description: 'Cluster API version.' |
| 65 | - string: |
| 66 | name: CAPM3_VERSION |
Lennart Jern | 146f50a | 2022-02-15 08:27:59 +0200 | [diff] [blame] | 67 | default: '{capm3_version}' |
Feruzjon Muyassarov | c9dee9b | 2022-01-04 10:52:18 +0200 | [diff] [blame] | 68 | description: 'Cluster API provider Metal3 version.' |
| 69 | - string: |
Feruzjon Muyassarov | c9dee9b | 2022-01-04 10:52:18 +0200 | [diff] [blame] | 70 | name: TARGET_NODE_MEMORY |
| 71 | default: 4096 |
| 72 | description: 'RAM size of the target host.' |
| 73 | - string: |
| 74 | name: SKIP_DELETION |
| 75 | default: 'true' |
| 76 | description: 'Whether tester VM should be deleted or not by the end of the test' |
| 77 | |
| 78 | properties: |
| 79 | - build-discarder: |
| 80 | days-to-keep: 30 |
| 81 | num-to-keep: 300 |
| 82 | artifact-days-to-keep: -1 |
| 83 | artifact-num-to-keep: -1 |
| 84 | - github: |
Lennart Jern | 146f50a | 2022-02-15 08:27:59 +0200 | [diff] [blame] | 85 | url: https://github.com/{org}/{repo} |
Feruzjon Muyassarov | c9dee9b | 2022-01-04 10:52:18 +0200 | [diff] [blame] | 86 | |
| 87 | triggers: |
| 88 | - github-pull-request: |
| 89 | admin-list: |
| 90 | - '{ci_github_admin_user}' |
| 91 | org-list: "{ci_github_whitelist_org}" |
| 92 | cron: 'H/5 * * * *' |
| 93 | auth-id: "{ci_ghprb_auth_id}" |
Lennart Jern | 146f50a | 2022-02-15 08:27:59 +0200 | [diff] [blame] | 94 | trigger-phrase: '((.|\n)*\s)?/keep-test-{version}-{image_os}-integration(\s(.|\n)*)?' |
Feruzjon Muyassarov | c9dee9b | 2022-01-04 10:52:18 +0200 | [diff] [blame] | 95 | skip-build-phrase: '/skip-test' |
| 96 | only-trigger-phrase: True |
| 97 | github-hooks: True |
| 98 | permit-all: False |
| 99 | auto-close-on-fail: False |
| 100 | allow-whitelist-orgs-as-admins: True |
Lennart Jern | 146f50a | 2022-02-15 08:27:59 +0200 | [diff] [blame] | 101 | white-list-target-branches: "{target_branches}" |
| 102 | status-context: "keep-test-{version}-{image_os}-integration" |
Feruzjon Muyassarov | c9dee9b | 2022-01-04 10:52:18 +0200 | [diff] [blame] | 103 | success-status: "Passed" |
| 104 | failure-status: "Failed" |
| 105 | error-status: "Error" |
| 106 | cancel-builds-on-update: True |
| 107 | pipeline-scm: |
| 108 | scm: |
| 109 | - git: |
| 110 | url: "{ci_github_repo}" |
| 111 | credentials-id: "{ci_github_jenkins_credentials_id}" |
| 112 | branches: |
| 113 | - '{branch|main}' |
| 114 | name: 'origin' |
| 115 | refspec: '+refs/heads/*:refs/remotes/origin/*' |
| 116 | wipe-workspace: True |
| 117 | honor-refspec: True |
| 118 | shallow-clone: False |
| 119 | script-path: "{ci_github_pipeline}" |
Lennart Jern | 19b2b42 | 2022-02-08 15:26:27 +0200 | [diff] [blame] | 120 | lightweight-checkout: False |