Sergey Galkin | 24ebd76 | 2020-01-14 14:36:34 +0400 | [diff] [blame] | 1 | - 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 |