Pavel Glazov | 040d1c6 | 2024-10-09 20:13:07 +0400 | [diff] [blame^] | 1 | - job-template:
|
| 2 | project-type: pipeline
|
| 3 | description: '{job-description}'
|
| 4 | concurrent: true
|
| 5 | disabled: false
|
| 6 | name: mosk-tempest
|
| 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 | pipeline-scm:
|
| 37 | lightweight-checkout: false
|
| 38 | scm:
|
| 39 | - git:
|
| 40 | branches:
|
| 41 | - FETCH_HEAD
|
| 42 | refspec: ${{TCP_QA_REFS}}
|
| 43 | url: https://gerrit.mcp.mirantis.com/mcp/tcp-qa
|
| 44 | script-path: jobs/pipelines/mosk/mosk-tempest.groovy
|
| 45 | logrotate:
|
| 46 | daysToKeep: 365
|