93480eea9f
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
26 lines
586 B
YAML
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
|