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/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 |