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: [] |
PGlazov | f429ed3 | 2021-06-22 19:59:16 +0400 | [diff] [blame^] | 23 | logrotate: |
| 24 | daysToKeep: 365 |
Sergey Galkin | 24ebd76 | 2020-01-14 14:36:34 +0400 | [diff] [blame] | 25 | # wrappers: |
| 26 | # - timeout: |
| 27 | # abort: true |
| 28 | # fail: true |
| 29 | # timeout: 10 |
| 30 | # type: absolute |