From d63964dbff125fee408779b045b802e04fcb8338 Mon Sep 17 00:00:00 2001 From: Vincent Francoise Date: Tue, 12 Jan 2016 16:14:49 +0100 Subject: [PATCH] Update Watcher Tempest tests package name As specified in http://docs.openstack.org/developer/tempest/plugin.html, the name of the tempest tests package should be of the format '{{name}}_tempest_plugin'. So this patchset is here to enforce this rule. Change-Id: I93b3e39f1f83a04a25da1bcb97e6d6ec12c1df14 --- jenkins/jobs/watcher.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins/jobs/watcher.yaml b/jenkins/jobs/watcher.yaml index ccf5fede2f..4cff5ae58e 100644 --- a/jenkins/jobs/watcher.yaml +++ b/jenkins/jobs/watcher.yaml @@ -28,7 +28,7 @@ export DEVSTACK_GATE_TIMEOUT=60 export DEVSTACK_GATE_TEMPEST=1 export DEVSTACK_GATE_TEMPEST_ALL_PLUGINS=1 - export DEVSTACK_GATE_TEMPEST_REGEX="watcher_tempest_tests" + export DEVSTACK_GATE_TEMPEST_REGEX="watcher_tempest_plugin" export DEVSTACK_GATE_NEUTRON=1 export PROJECTS="openstack/watcher $PROJECTS" export PROJECTS="openstack/python-watcherclient $PROJECTS"