blob: 5a6f254afa4df54068eec362959b96e6e2a2d43a [file] [log] [blame]
- job-template:
project-type: freestyle
description: '{job-description}'
block-downstream: false
block-upstream: false
builders:
- shell: |-
set -e
git fetch https://review.gerrithub.io/Mirantis/tcp-qa ${{GERRIT_REFSPEC}}
git checkout FETCH_HEAD
tox
concurrent: false
disabled: true
name: tcp-qa-ci
node: gerrithub.io
publishers: []
scm:
- git:
branches:
- '**'
url: https://review.gerrithub.io/Mirantis/tcp-qa
triggers: []
logrotate:
daysToKeep: 365
# wrappers:
# - timeout:
# abort: true
# fail: true
# timeout: 10
# type: absolute