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>
20 lines
443 B
YAML
20 lines
443 B
YAML
- job-template:
|
|
name: 'gate-ara-integration-{ostype}'
|
|
node: '{ostype}'
|
|
builders:
|
|
- print-template-name:
|
|
template-name: "{template-name}"
|
|
- link-logs
|
|
- gerrit-git-prep
|
|
- install-distro-packages
|
|
- shell: |
|
|
#!/bin/bash -xe
|
|
./run_tests.sh
|
|
wrappers:
|
|
- build-timeout:
|
|
timeout: 20
|
|
- timestamps
|
|
publishers:
|
|
- devstack-logs
|
|
- console-log
|