blob: 5660557c49dac6ac9489309656b5fc204349405a [file] [log] [blame]
Sergey Galkin24ebd762020-01-14 14:36:34 +04001---
2- job-template:
3 project-type: pipeline
4 concurrent: false
5 disabled: false
6 description: '{job-description}'
7 name: self-deploy-jobs
8 parameters:
9 - string:
10 default: 'master'
11 description: 'tcp-qa review refspec'
12 name: TCP_QA_REFS
13 trim: 'true'
Pavel Glazov63407402022-09-19 16:12:13 +040014 - bool:
15 name: DRY_RUN
16 description: 'check tcp-qa ref without apply'
Pavel Glazov30a62f02022-10-21 04:35:45 +040017 default: 'true'
18 triggers:
19 - gerrit:
20 server-name: 'mcp-ci-gerrit'
21 trigger-on:
22 - patchset-created-event:
23 exclude-no-code-change: true
24 - comment-added-contains-event:
25 comment-contains-value: '(recheck|reverify|retest)'
26 projects:
27 - project-compare-type: PLAIN
28 project-pattern: 'mcp/tcp-qa'
29 branches:
30 - branch-pattern: 'master'
Sergey Galkin24ebd762020-01-14 14:36:34 +040031 pipeline-scm:
32 lightweight-checkout: false
33 scm:
34 - git:
35 branches:
36 - FETCH_HEAD
37 refspec: '${{TCP_QA_REFS}}'
38 url: https://gerrit.mcp.mirantis.com/mcp/tcp-qa
39 script-path: jobs/pipelines/self-deploy-jobs.groovy
Vladimir Khlyunev82b374f2022-09-27 20:51:58 +000040 logrotate:
41 daysToKeep: 365