project-config/jenkins/jobs/kolla.yaml
2015-11-09 10:41:21 +00:00

22 lines
435 B
YAML

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