fuel-ccp-ci-config/jenkins-tp/jobs/tox-job-template.yaml
Artur Zarzycki 70981cac42 First version 3rd party CI configuration
Change-Id: I54d05577089a0d7accffe55edae35eca42ed54b5
2016-07-18 12:17:04 +02:00

22 lines
500 B
YAML

#
# Template used to execute tox tests
#
- job-template:
name: verify-tox-{tox-test}
builders:
- shell: |
env | grep ZUUL
git clone https://git.openstack.org/$ZUUL_PROJECT .
git fetch $ZUUL_URL/$ZUUL_PROJECT $ZUUL_REF
git checkout FETCH_HEAD
- check-tox:
tox-test: '{tox-test}'
concurrent: true
description: |
Tox {tox-test} syntax test
node: standard
wrappers:
- ng-cleanup
triggers:
- zuul