blob: fd88833bd31184cb68803f30e31933703396eeba [file] [log] [blame]
- job-template:
project-type: freestyle
description: '{job-description}'
block-downstream: false
block-upstream: false
builders:
- shell: |-
set -e
git fetch https://review.gerrithub.io/Mirantis/environment-template ${{GERRIT_REFSPEC}}
git checkout FETCH_HEAD
tox
concurrent: false
disabled: false
name: environment-template-ci
node: gerrithub.io
scm:
- git:
branches:
- '**'
url: https://review.gerrithub.io/Mirantis/environment-template
# wrappers:
# - timeout:
# abort: true
# fail: true
# timeout: 10
# type: absolute