b14937df81
Jobs in kolla-kubernates become vote by mistake in patch set Id8e43d7e36f0ecf691fb1abe802823ca6ab84091. This patch fix the that by adding '-nv' in the suffix of the jobs. Change-Id: Ided6ddce2bacc9101130b26ea1432b3e38b6ee9c
23 lines
487 B
YAML
23 lines
487 B
YAML
- job-template:
|
|
name: '{pipeline}-kolla-kubernetes-{action}-{distro}-{type}{job-suffix}'
|
|
node: '{node}'
|
|
|
|
wrappers:
|
|
- build-timeout:
|
|
timeout: 60
|
|
- timestamps
|
|
|
|
builders:
|
|
- link-logs
|
|
- net-info
|
|
- zuul-git-prep-upper-constraints
|
|
- install-distro-packages
|
|
- shell: |
|
|
#!/bin/bash -xe
|
|
tools/setup_gate.sh
|
|
tox -e {action}-{distro}-{type}
|
|
|
|
publishers:
|
|
- devstack-logs
|
|
- console-log
|