Update test_images.py to have the correct exclusion list
Swift now builds and gnocchi-base builds. This should get the gate passing in most cases unless there is a real build problem. Change-Id: I800c2192fc459f6b283654aa884e6ad97772e89c Closes-Bug: #1482895
This commit is contained in:
parent
608527debc
commit
afd7913386
@ -39,14 +39,8 @@ class ImagesTest(base.BaseTestCase):
|
|||||||
proc.wait()
|
proc.wait()
|
||||||
|
|
||||||
# these are images that are known to not build properly
|
# these are images that are known to not build properly
|
||||||
excluded_images = ["kollaglue/centos-rdo-swift-base",
|
excluded_images = ["kollaglue/centos-rdo-rhel-osp-base",
|
||||||
"kollaglue/centos-rdo-swift-object",
|
|
||||||
"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-barbican",
|
"kollaglue/centos-rdo-barbican",
|
||||||
"kollaglue/centos-rdo-gnocchi-base",
|
|
||||||
"kollaglue/centos-rdo-gnocchi-api",
|
"kollaglue/centos-rdo-gnocchi-api",
|
||||||
"kollaglue/centos-rdo-gnocchi-statsd"]
|
"kollaglue/centos-rdo-gnocchi-statsd"]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user