Skip to content
Snippets Groups Projects
Commit 77c657b5 authored by Jeff Peeler's avatar Jeff Peeler
Browse files

Remove ironic images from excluded list

It looks like as far as building goes, the ironic containers are
fine. So if this passes the gate then this should be fine to merge.

TrivialFix

Change-Id: I646ec301304602b5cdca6de75712b7cffde75a9e
parent 27a42682
No related branches found
No related tags found
No related merge requests found
......@@ -68,8 +68,6 @@ class BuildTest(object):
class BuildTestCentosBinary(BuildTest, base.BaseTestCase):
excluded_images = ["murano-base",
"ironic-pxe",
"ironic-inspector",
"mistral-base",
"murano-base"]
......@@ -82,8 +80,6 @@ class BuildTestCentosBinary(BuildTest, base.BaseTestCase):
class BuildTestCentosSource(BuildTest, base.BaseTestCase):
excluded_images = ["gnocchi-base",
"murano-base",
"ironic-pxe",
"ironic-inspector",
"mistral-base"]
def setUp(self):
......@@ -103,8 +99,6 @@ class BuildTestUbuntuSource(BuildTest, base.BaseTestCase):
class BuildTestOracleLinuxBinary(BuildTest, base.BaseTestCase):
excluded_images = ["murano-base",
"ironic-pxe",
"ironic-inspector",
"mistral-base",
"murano-base"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment