Furkat Gofurov | 06b73b4 | 2021-08-25 15:39:08 +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 K8s Cluster API Provider Metal3 (CAPM3) integration tests |
Furkat Gofurov | 06b73b4 | 2021-08-25 15:39:08 +0300 | [diff] [blame] | 24 | # cleanup. |
| 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. |
Furkat Gofurov | 06b73b4 | 2021-08-25 15:39:08 +0300 | [diff] [blame] | 27 | |
| 28 | - job-template: |
Furkat Gofurov | 67548de | 2022-02-04 17:18:53 +0200 | [diff] [blame] | 29 | id: main_clean |
| 30 | name: '{job_prefix}_main_integration_tests_cleanup' |
Furkat Gofurov | 22522d9 | 2022-02-05 22:15:22 +0200 | [diff] [blame^] | 31 | description: "CAPM3 integration tests cleanup" |
Furkat Gofurov | 06b73b4 | 2021-08-25 15:39:08 +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 |
| 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 |
Feruzjon Muyassarov | 5d0f9c2 | 2022-01-11 13:39:40 +0200 | [diff] [blame] | 47 | default: 'main' |
Furkat Gofurov | 06b73b4 | 2021-08-25 15:39:08 +0300 | [diff] [blame] | 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 | |
| 54 | properties: |
| 55 | - build-discarder: |
| 56 | days-to-keep: 30 |
| 57 | num-to-keep: 300 |
| 58 | artifact-days-to-keep: -1 |
| 59 | artifact-num-to-keep: -1 |
| 60 | |
| 61 | triggers: |
| 62 | - timed: "0 */6 * * *" |
| 63 | |
| 64 | pipeline-scm: |
| 65 | scm: |
| 66 | - git: |
| 67 | url: "{ci_github_repo}" |
| 68 | credentials-id: "{ci_github_jenkins_credentials_id}" |
| 69 | branches: |
kashifest | 79c9c9a | 2021-12-23 13:55:03 +0200 | [diff] [blame] | 70 | - '{branch|main}' |
Furkat Gofurov | 06b73b4 | 2021-08-25 15:39:08 +0300 | [diff] [blame] | 71 | name: 'origin' |
| 72 | refspec: '+refs/heads/*:refs/remotes/origin/*' |
| 73 | wipe-workspace: True |
| 74 | honor-refspec: True |
| 75 | shallow-clone: False |
| 76 | script-path: "{ci_github_pipeline}" |
| 77 | lightweight-checkout: False |