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
This commit is contained in:
Paul Bourke 2015-07-24 12:54:51 +00:00
parent e70e422ca8
commit 7b41c0a266

View File

@ -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)