2016-11-12 16:52:58 -07:00
|
|
|
- job-template:
|
2016-12-08 22:05:01 +01:00
|
|
|
name: '{pipeline}-kolla-ansible-dsvm-{action}-{distro}-{type}-{node}{suffix}'
|
2016-11-12 16:52:58 -07:00
|
|
|
node: '{node}'
|
|
|
|
|
|
|
|
wrappers:
|
|
|
|
- build-timeout:
|
|
|
|
timeout: 90
|
|
|
|
- timestamps
|
|
|
|
|
|
|
|
builders:
|
|
|
|
- link-logs
|
|
|
|
- net-info
|
|
|
|
- zuul-git-prep-upper-constraints
|
|
|
|
- install-distro-packages
|
|
|
|
- shell: |
|
|
|
|
#!/bin/bash -xe
|
2016-11-19 01:01:47 +08:00
|
|
|
export ACTION={action}
|
|
|
|
export BASE_DISTRO={distro}
|
|
|
|
export INSTALL_TYPE={type}
|
2016-11-12 16:52:58 -07:00
|
|
|
tools/setup_gate.sh
|
|
|
|
|
|
|
|
publishers:
|
|
|
|
- devstack-logs
|
|
|
|
- console-log
|