From 14c22c35cac16a23a5933156ad63177341e43686 Mon Sep 17 00:00:00 2001 From: Thiago da Silva Date: Fri, 3 Jun 2016 11:08:13 -0400 Subject: [PATCH] add liberasurecode gate jobs Add unit testing in the gate for liberasurecode C library Change-Id: I8889fbe20dfe6c323c21cbfe6ff7a01436c22c9e Signed-off-by: Thiago da Silva --- jenkins/jobs/liberasurecode.yaml | 16 ++++++++++++++++ zuul/layout.yaml | 5 ++++- 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 jenkins/jobs/liberasurecode.yaml diff --git a/jenkins/jobs/liberasurecode.yaml b/jenkins/jobs/liberasurecode.yaml new file mode 100644 index 0000000000..49f045910f --- /dev/null +++ b/jenkins/jobs/liberasurecode.yaml @@ -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 diff --git a/zuul/layout.yaml b/zuul/layout.yaml index fb15bde89a..51a3894b94 100755 --- a/zuul/layout.yaml +++ b/zuul/layout.yaml @@ -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: