blob: fd88833bd31184cb68803f30e31933703396eeba [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/environment-template ${{GERRIT_REFSPEC}}
10 git checkout FETCH_HEAD
11 tox
12 concurrent: false
13 disabled: false
14 name: environment-template-ci
15 node: gerrithub.io
16 scm:
17 - git:
18 branches:
19 - '**'
20 url: https://review.gerrithub.io/Mirantis/environment-template
21 # wrappers:
22 # - timeout:
23 # abort: true
24 # fail: true
25 # timeout: 10
26 # type: absolute