blob: 5a6f254afa4df54068eec362959b96e6e2a2d43a [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: []
PGlazovf429ed32021-06-22 19:59:16 +040023 logrotate:
24 daysToKeep: 365
Sergey Galkin24ebd762020-01-14 14:36:34 +040025 # wrappers:
26 # - timeout:
27 # abort: true
28 # fail: true
29 # timeout: 10
30 # type: absolute