project-config/jenkins/jobs/storlets.yaml
Kota Tsuyuzaki 994bbd3589 Enable storlets to show test_result
This enables to publish .tox/func/log/* in the gerrit result that could
be worth to know how it worked (or failed) at the gate.

Change-Id: I07bd5c5657c01a362d0b08b9479f359f74443cea
2016-06-21 04:09:09 -07:00

16 lines
303 B
YAML

- job:
name: 'gate-storlets-functional'
node: ubuntu-trusty
builders:
- gerrit-git-prep
- install-distro-packages
- shell: |
#!/bin/bash -xe
tests/setup_functional_test.sh
tox -e func
publishers:
- test-results
- console-log