- 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: [] | |
# wrappers: | |
# - timeout: | |
# abort: true | |
# fail: true | |
# timeout: 10 | |
# type: absolute |