Adding a functional test to the storlets project
Change-Id: If951e241db26ac6b664d7f8c418c1ec4283726ee
This commit is contained in:
parent
2e8b1d90da
commit
0a31367373
13
jenkins/jobs/storlets.yaml
Normal file
13
jenkins/jobs/storlets.yaml
Normal file
@ -0,0 +1,13 @@
|
||||
- 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
|
@ -4004,9 +4004,11 @@ projects:
|
||||
check:
|
||||
- gate-storlets-pep8
|
||||
- gate-storlets-python27
|
||||
- gate-storlets-functional
|
||||
gate:
|
||||
- gate-storlets-pep8
|
||||
- gate-storlets-python27
|
||||
- gate-storlets-functional
|
||||
|
||||
- name: openstack/taskflow
|
||||
template:
|
||||
|
Loading…
Reference in New Issue
Block a user