project-config/jenkins/jobs/storlets.yaml
Doron Chen 0a31367373 Adding a functional test to the storlets project
Change-Id: If951e241db26ac6b664d7f8c418c1ec4283726ee
2015-09-18 09:34:28 +03:00

14 lines
266 B
YAML

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