project-config/jenkins/jobs/kolla-mesos.yaml
SamYaple 6109b62087 Add experimental gate to kolla-mesos
Change-Id: Ifb0a7e5e0a42ed274dd8f7cc7cccfda996d38c1b
Depends-On: I0479e0c4702cc68226af8ddf2f2a279ac1cb0934
2016-03-07 03:42:34 +00:00

22 lines
416 B
YAML

- job-template:
name: '{pipeline}-kolla-mesos-dsvm-{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 deploy-{distro}-{type}
publishers:
- console-log
- devstack-logs