add liberasurecode gate jobs

Add unit testing in the gate for liberasurecode C library

Change-Id: I8889fbe20dfe6c323c21cbfe6ff7a01436c22c9e
Signed-off-by: Thiago da Silva <thiago@redhat.com>
This commit is contained in:
Thiago da Silva 2016-06-03 11:08:13 -04:00
parent 32513aec4f
commit 14c22c35ca
2 changed files with 20 additions and 1 deletions

View File

@ -0,0 +1,16 @@
- job:
name: 'gate-liberasurecode-unit'
node: 'ubuntu-trusty'
builders:
- gerrit-git-prep
- install-distro-packages
- shell: |
#!/bin/bash -xe
./autogen.sh
./configure
make
make test
publishers:
- console-log

View File

@ -7230,7 +7230,10 @@ projects:
- name: openstack/liberasurecode
template:
- name: merge-check
- name: noop-jobs
check:
- gate-liberasurecode-unit
gate:
- gate-liberasurecode-unit
- name: openstack/magnum
template: