blob: 74d3310a5d60ee6c4e05714472fe8a62073cbbe2 [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:
Vladimir Khlyunevcdcabc32023-06-27 22:46:47 +040010 default: 'master'
Sergey Galkin24ebd762020-01-14 14:36:34 +040011 description: 'tcp-qa review refspec'
Vladimir Khlyunev9037fcb2023-06-23 04:11:11 +040012 name: GERRIT_REFSPEC
Sergey Galkin24ebd762020-01-14 14:36:34 +040013 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
Vladimir Khlyunev9037fcb2023-06-23 04:11:11 +040037 refspec: '${{GERRIT_REFSPEC}}'
Sergey Galkin24ebd762020-01-14 14:36:34 +040038 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