project-config/jenkins/jobs/kolla-kubernetes.yaml
Paul Belanger 322d7e5dfb
Ensure console-log is our last publisher
This is related to zuulv25, we make sure console-log is the last
publisher to ensure zuul-launcher logs are also uploaded.

Change-Id: I1616b97fad2b97fb9e977ec14543aab4bc673b58
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2016-06-16 18:32:16 -05:00

23 lines
459 B
YAML

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