project-config/jenkins/jobs/kolla-kubernetes.yaml
Jeffrey Zhang b14937df81 Make the kolla-kubernetes relate jobs non-voting
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
2016-08-13 09:17:55 +08:00

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