e67d622582
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
16 lines
304 B
YAML
16 lines
304 B
YAML
- job-template:
|
|
name: 'gate-storlets-functional-{node}'
|
|
node: '{node}'
|
|
|
|
builders:
|
|
- gerrit-git-prep
|
|
- shell: |
|
|
#!/bin/bash -xe
|
|
tests/setup_functional_test.sh
|
|
tox -e func
|
|
|
|
publishers:
|
|
- test-results
|
|
- devstack-logs
|
|
- console-log
|