Post Xenial switch adaptations

Moving to Xenial revealed a problem
with mixing bindep and devstack.
The bindep actually came from using the
install-distro-packages 'builder' which
we do not really want.

Adding devstack logs while at it.

TrivialFix

Change-Id: Id899fc206f8f975abc6c63a034edbd8257e5fdde
This commit is contained in:
Eran Rom 2016-12-07 21:47:27 +02:00
parent fe7f8f54a7
commit e67d622582
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,6 @@
builders:
- gerrit-git-prep
- install-distro-packages
- shell: |
#!/bin/bash -xe
tests/setup_functional_test.sh
@ -12,4 +11,5 @@
publishers:
- test-results
- devstack-logs
- console-log