From 98b22a1b91011ddfab5fdeaacb44e1b5ef9cb340 Mon Sep 17 00:00:00 2001 From: aviau Date: Tue, 16 Dec 2014 14:32:39 -0500 Subject: [PATCH] python-surveilclient: Added gate checks Change-Id: Id6dad2a37ab7cb0d602384ac41223becce181d0e --- jenkins/jobs/projects.yaml | 8 ++++++++ zuul/layout.yaml | 9 ++++++++- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/jenkins/jobs/projects.yaml b/jenkins/jobs/projects.yaml index fd4978b10b..7f5fdd0b87 100644 --- a/jenkins/jobs/projects.yaml +++ b/jenkins/jobs/projects.yaml @@ -3692,6 +3692,14 @@ - python-jobs - pypi-jobs +- project: + name: python-surveilclient + node: 'bare-precise || bare-trusty' + tarball-site: tarballs.openstack.org + + jobs: + - python-jobs + - project: name: python-tackerclient node: 'bare-precise || bare-trusty' diff --git a/zuul/layout.yaml b/zuul/layout.yaml index c7e676afbc..3f417a9277 100644 --- a/zuul/layout.yaml +++ b/zuul/layout.yaml @@ -5273,7 +5273,14 @@ projects: - name: stackforge/python-surveilclient template: - name: merge-check - - name: noop-jobs + check: + - gate-python-surveilclient-docs + - gate-python-surveilclient-pep8 + - gate-python-surveilclient-python27 + gate: + - gate-python-surveilclient-docs + - gate-python-surveilclient-pep8 + - gate-python-surveilclient-python27 - name: stackforge/python-tackerclient template: