blob: 97c4f7e5726085220ab2d987d120560ec3b66f41 [file] [log] [blame]
- job-template:
project-type: pipeline
description: '{job-description}'
concurrent: true
disabled: false
name: tcp-qa-gerrit
parameters:
- string:
default: ''
description: |-
Example: refs/changes/89/411189/36
(for now - only one reference allowed)
name: GERRIT_REFSPEC
trim: 'false'
triggers:
- gerrit:
server-name: 'mcp-ci-gerrit'
trigger-on:
- comment-added-contains-event:
comment-contains-value: '(recheck|reverify|retest)'
projects:
- project-compare-type: PLAIN
project-pattern: 'mcp/tcp-qa'
branches:
- branch-pattern: 'master'
pipeline-scm:
lightweight-checkout: false
scm:
- git:
branches:
- FETCH_HEAD
refspec: ${{GERRIT_REFSPEC}}
url: https://gerrit.mcp.mirantis.com/mcp/tcp-qa
script-path: jobs/pipelines/gate-tcp-qa.groovy
logrotate:
daysToKeep: 30
publishers:
- archive:
artifacts: 'build/report.html'
allow-empty: 'true'