project-config/jenkins/jobs/ara.yaml
David Moreau-Simard 64bcc921b9 Remove the logic from how to run tests in gate
This will be handled in run_tests.sh instead for increased
flexibility.

Change-Id: I2b7394f02c01a9c51587ae513783f557f89b7883
2016-10-21 11:58:31 -04:00

20 lines
488 B
YAML

- job-template:
name: 'gate-ara-integration-{ansible_version}-{ostype}'
node: '{ostype}'
builders:
- print-template-name:
template-name: "{template-name}"
- link-logs
- gerrit-git-prep
- install-distro-packages
- shell: |
#!/bin/bash -xe
./run_tests.sh ansible=={ansible_version}
wrappers:
- build-timeout:
timeout: 20
- timestamps
publishers:
- devstack-logs
- console-log