322d7e5dfb
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>
23 lines
453 B
YAML
23 lines
453 B
YAML
- job-template:
|
|
name: '{pipeline}-kolla-dsvm-{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
|