- job-template: | |
project-type: pipeline | |
description: '{job-description}' | |
concurrent: true | |
disabled: false | |
name: mosk-archive-artifacts | |
parameters: | |
- string: | |
default: "sre-team-infra" | |
description: '' | |
name: NODE_LABEL | |
trim: 'false' | |
- string: | |
name: SEED_EXT_IP | |
description: '' | |
trim: 'false' | |
default: '172.16.180.2' | |
- string: | |
default: bm-mcc-mosk | |
description: '' | |
name: ENV_NAME | |
trim: 'false' | |
- string: | |
default: '' | |
description: |- | |
Example: refs/changes/89/411189/36 | |
(for now - only one reference allowed) | |
name: TCP_QA_REFS | |
trim: 'false' | |
- text: | |
default: '' | |
description: |- | |
Add env vars for deploy and testing | |
name: EXTRA_VARS | |
trim: 'false' | |
- bool: | |
default: false | |
description: Delete tempest pod | |
name: DELETE_TEMPEST_POD | |
trim: 'false' | |
pipeline-scm: | |
lightweight-checkout: false | |
scm: | |
- git: | |
branches: | |
- FETCH_HEAD | |
refspec: ${{TCP_QA_REFS}} | |
url: https://gerrit.mcp.mirantis.com/mcp/tcp-qa | |
script-path: jobs/pipelines/mosk/mosk-archive-artifacts.groovy | |
logrotate: | |
daysToKeep: 365 |