project-config/jenkins/jobs/kolla.yaml
SamYaple 9a80ca2c11 The bash script has moved from tests/ to tools/
The change merged a while back, this patch depends on nothing from
Kolla.

Change-Id: Ibf90b8c0b4d8926274790b6a260d5471f026e0a6
2016-03-06 16:09:13 +00:00

22 lines
421 B
YAML

- job-template:
name: '{pipeline}-kolla-dsvm-{action}-{distro}-{type}'
node: '{node}'
wrappers:
- build-timeout:
timeout: 60
- timestamps
builders:
- link-logs
- net-info
- gerrit-git-prep
- shell: |
#!/bin/bash -xe
tools/setup_gate.sh
tox -e {action}-{distro}-{type}
publishers:
- console-log
- devstack-logs