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