project-config/jenkins/jobs/kolla.yaml
Steven Dake 56a9556173 Revert "Make kolla functional job voting"
Apparently the gate needs more work in Kolla to be stable.  I
have filed a Critial bug here after which we should be able to
revert this revert ;)

https://bugs.launchpad.net/kolla/+bug/1466677

This reverts commit 6d3e0cac21.

Change-Id: Ie7f7b4b5db019ea6298fe103aff8c26eedcfa214
2015-06-18 17:03:03 -07:00

21 lines
366 B
YAML

- job-template:
name: '{pipeline}-kolla-functional-f21'
node: '{node}'
wrappers:
- build-timeout:
timeout: 90
- timestamps
builders:
- link-logs
- net-info
- gerrit-git-prep
- shell: |
#!/bin/bash -xe
tests/setup_gate.sh
tox -e images
publishers:
- console-log