blob: 97c4f7e5726085220ab2d987d120560ec3b66f41 [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'
Pavel Glazov878ad8c2022-10-04 15:09:41 +040018 trigger-on:
19 - comment-added-contains-event:
20 comment-contains-value: '(recheck|reverify|retest)'
Pavel Glazov26dcac02022-09-29 23:20:00 +040021 projects:
22 - project-compare-type: PLAIN
Pavel Glazov878ad8c2022-10-04 15:09:41 +040023 project-pattern: 'mcp/tcp-qa'
Pavel Glazov26dcac02022-09-29 23:20:00 +040024 branches:
25 - branch-pattern: 'master'
Pavel Glazov26dcac02022-09-29 23:20:00 +040026 pipeline-scm:
27 lightweight-checkout: false
28 scm:
29 - git:
30 branches:
31 - FETCH_HEAD
32 refspec: ${{GERRIT_REFSPEC}}
33 url: https://gerrit.mcp.mirantis.com/mcp/tcp-qa
34 script-path: jobs/pipelines/gate-tcp-qa.groovy
35 logrotate:
36 daysToKeep: 30
37 publishers:
38 - archive:
39 artifacts: 'build/report.html'
40 allow-empty: 'true'