blob: 6432cdba8431a7549e2120f3e508ccab7616ad33 [file] [log] [blame]
Pavel Glazov26dcac02022-09-29 23:20:00 +04001- job-template:
2 project-type: pipeline
3 description: '{job-description}'
4 concurrent: true
5 disabled: false
6 name: tcp-qa-gerrit
7 parameters:
8 - string:
9 default: ''
10 description: |-
11 Example: refs/changes/89/411189/36
12 (for now - only one reference allowed)
13 name: GERRIT_REFSPEC
14 trim: 'false'
15 triggers:
16 - gerrit:
17 server-name: 'mcp-ci-gerrit'
18 projects:
19 - project-compare-type: PLAIN
20 project-pattern: mcp/tcp-qa
21 branches:
22 - branch-pattern: 'master'
23 - comment-added-contains-event:
24 comment-contains-value: '(recheck|reverify|retest)'
25 pipeline-scm:
26 lightweight-checkout: false
27 scm:
28 - git:
29 branches:
30 - FETCH_HEAD
31 refspec: ${{GERRIT_REFSPEC}}
32 url: https://gerrit.mcp.mirantis.com/mcp/tcp-qa
33 script-path: jobs/pipelines/gate-tcp-qa.groovy
34 logrotate:
35 daysToKeep: 30
36 publishers:
37 - archive:
38 artifacts: 'build/report.html'
39 allow-empty: 'true'