blob: 37529db151087b788cac529f2a8305f5a93bd58a [file] [log] [blame]
Sergey Galkin24ebd762020-01-14 14:36:34 +04001- job-template:
2 project-type: freestyle
3 description: '{job-description}'
4 block-downstream: false
5 block-upstream: false
6 builders:
7 - shell: |-
8 set -e
9 git fetch https://review.gerrithub.io/Mirantis/tcp-qa ${{GERRIT_REFSPEC}}
10 git checkout FETCH_HEAD
11 tox
12 concurrent: false
13 disabled: true
14 name: tcp-qa-ci
15 node: gerrithub.io
16 publishers: []
17 scm:
18 - git:
19 branches:
20 - '**'
21 url: https://review.gerrithub.io/Mirantis/tcp-qa
22 triggers: []
23 # wrappers:
24 # - timeout:
25 # abort: true
26 # fail: true
27 # timeout: 10
28 # type: absolute