From 09289e5d0e354208b2d6e8abbfeb6d8853630e5c Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Tue, 7 Jan 2014 00:20:52 +0000 Subject: [PATCH] Add jobs for cliff integration tests Add check and gate jobs for cliff to test against consuming projects neutronclient and openstackclient using a technique similar to the one used by pecan. Change-Id: If20992cb4160c80253253cec2cb53b9df74543b2 --- .../files/jenkins_job_builder/config/projects.yaml | 8 ++++++++ modules/openstack_project/files/zuul/layout.yaml | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml b/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml index 99bbbb28ae..d3f43fdf1d 100644 --- a/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml +++ b/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml @@ -1678,6 +1678,14 @@ - python-jobs - pypi-jobs - hook-{name}-rtfd + - gate-{name}-tox-{envlist}: + envlist: neutronclient-stable + - gate-{name}-tox-{envlist}: + envlist: neutronclient-tip + - gate-{name}-tox-{envlist}: + envlist: openstackclient-stable + - gate-{name}-tox-{envlist}: + envlist: openstackclient-tip - project: name: python-tuskarclient diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml index cd48d9b7df..383b5f84c5 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -2703,12 +2703,20 @@ projects: - gate-cliff-python27 - gate-cliff-python33 - gate-cliff-pypy + - gate-cliff-tox-neutronclient-stable + - gate-cliff-tox-neutronclient-tip + - gate-cliff-tox-openstackclient-stable + - gate-cliff-tox-openstackclient-tip gate: - gate-cliff-pep8 - gate-cliff-python26 - gate-cliff-python27 - gate-cliff-python33 - gate-cliff-pypy + - gate-cliff-tox-neutronclient-stable + - gate-cliff-tox-neutronclient-tip + - gate-cliff-tox-openstackclient-stable + - gate-cliff-tox-openstackclient-tip post: - cliff-branch-tarball - hook-cliff-rtfd