project-config/jenkins/jobs/storlets.yaml
Eran Rom e67d622582 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
2016-12-07 22:44:01 +02:00

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