blob: c9ea60c44990f7201f2fb6516c821fc2bec96b4b [file] [log] [blame]
Pavel Glazov040d1c62024-10-09 20:13:07 +04001- job-template:
2 project-type: pipeline
3 description: '{job-description}'
4 concurrent: true
5 disabled: false
6 name: mosk-archive-artifacts
7 parameters:
8 - string:
9 default: "sre-team-infra"
10 description: ''
11 name: NODE_LABEL
12 trim: 'false'
13 - string:
14 name: SEED_EXT_IP
15 description: ''
16 trim: 'false'
17 default: '172.16.180.2'
18 - string:
19 default: bm-mcc-mosk
20 description: ''
21 name: ENV_NAME
22 trim: 'false'
23 - string:
24 default: ''
25 description: |-
26 Example: refs/changes/89/411189/36
27 (for now - only one reference allowed)
28 name: TCP_QA_REFS
29 trim: 'false'
30 - text:
31 default: ''
32 description: |-
33 Add env vars for deploy and testing
34 name: EXTRA_VARS
35 trim: 'false'
36 - bool:
37 default: false
38 description: Delete tempest pod
39 name: DELETE_TEMPEST_POD
40 trim: 'false'
41 pipeline-scm:
42 lightweight-checkout: false
43 scm:
44 - git:
45 branches:
46 - FETCH_HEAD
47 refspec: ${{TCP_QA_REFS}}
48 url: https://gerrit.mcp.mirantis.com/mcp/tcp-qa
49 script-path: jobs/pipelines/mosk/mosk-archive-artifacts.groovy
50 logrotate:
51 daysToKeep: 365