project-config/jenkins/jobs/kolla-ansible.yaml
Jeffrey Zhang 93480eea9f Remove the runing tox in kolla-ansible jobs
kolla-ansible is split from kolla. It is only ansible playbook now. And
we use images built from kolla, no need to call tox -e anymore.

Change-Id: I132ee005bce993cbadf411697817c2e95548dc81
2016-11-19 02:00:36 +08:00

26 lines
586 B
YAML

- job-template:
name: '{pipeline}-kolla-ansible-dsvm-{action}-{distro}-{type}-{node}{job-suffix}'
node: '{node}'
wrappers:
- build-timeout:
timeout: 90
- timestamps
builders:
- link-logs
- net-info
- zuul-git-prep-upper-constraints
- gerrit-git-prep
- install-distro-packages
- shell: |
#!/bin/bash -xe
export ACTION={action}
export BASE_DISTRO={distro}
export INSTALL_TYPE={type}
tools/setup_gate.sh
publishers:
- devstack-logs
- console-log