56a9556173
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
21 lines
366 B
YAML
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
|