From 7b41c0a2662a370007abdc4263f17df2fca6c6d2 Mon Sep 17 00:00:00 2001 From: Paul Bourke Date: Fri, 24 Jul 2015 12:54:51 +0000 Subject: [PATCH] Exclude barbican from the build to fix gate The binary build of barbican is completely out of date and uses an old source style install. This is currently failing to build and breaking the gate for every change. Blacklist barbican until https://bugs.launchpad.net/kolla/+bug/1453926 is resolved. Closes-Bug: #1477963 Change-Id: If1006b0d9acbf884b9e2eb7536d947911dd16ca4 --- tests/test_images.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/test_images.py b/tests/test_images.py index b336930e98..8ef97fd195 100644 --- a/tests/test_images.py +++ b/tests/test_images.py @@ -44,7 +44,8 @@ class ImagesTest(base.BaseTestCase): "kollaglue/centos-rdo-swift-proxy-server", "kollaglue/centos-rdo-swift-container", "kollaglue/centos-rdo-swift-account", - "kollaglue/centos-rdo-rhel-osp-base"] + "kollaglue/centos-rdo-rhel-osp-base", + "kollaglue/centos-rdo-barbican"] results = eval(line)