From 0a38300ce7f2258a8d76dcf84734b268e41d6c6c Mon Sep 17 00:00:00 2001 From: Anusha Ramineni Date: Thu, 17 Dec 2015 10:22:08 +0530 Subject: [PATCH] congress: disable tempest plugin for stable branches Kilo/Liberty doesn't support tempest plugin mechanism, hence this commit disables the same. Change-Id: I0d2ceb7b821c022ee3835123bf9ad6e162bb6971 --- jenkins/jobs/congress.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/jenkins/jobs/congress.yaml b/jenkins/jobs/congress.yaml index d63ab93837..e3b17eebf4 100644 --- a/jenkins/jobs/congress.yaml +++ b/jenkins/jobs/congress.yaml @@ -39,9 +39,13 @@ # Kilo/Liberty version uses the older 'hooks' approach to adding # the congress plugin ENABLED_SERVICES+=,congress + # Kilo/Liberty doesn't support tempest plugin + export DEVSTACK_GATE_TEMPEST_ALL_PLUGINS=0 + export DEVSTACK_GATE_TEMPEST_REGEX="congress" function pre_test_hook {{ - # Install congress-devstack + # Install congress-devstack and congress-tempest integration cp -r $BASE/new/congress/contrib/devstack/* $BASE/new/devstack/ + cp -r $BASE/new/congress/contrib/tempest/* $BASE/new/tempest/ }} export -f pre_test_hook else