From 0f9953fac0f82f1e56226a0d5657dac118cae1a9 Mon Sep 17 00:00:00 2001 From: confi-surya Date: Tue, 17 Apr 2018 11:28:24 +0900 Subject: [PATCH] Fix the gate Skiping neutron-server-opendaylight image build to run the gate Change-Id: I57594742e0842c0e701b9974046d9d1704446f4b --- kolla/image/build.py | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/kolla/image/build.py b/kolla/image/build.py index 356b476bca..2f19baadc4 100755 --- a/kolla/image/build.py +++ b/kolla/image/build.py @@ -95,6 +95,9 @@ SKIPPED_IMAGES = { "zun-base", ], 'centos+source': [ + # TODO(spsurya): remove neutron-server-opendaylight fix below issue + # https://bugs.launchpad.net/kolla/+bug/1764621 + "neutron-server-opendaylight", "ovsdpdk", # TODO(jeffrey4l): remove tripleo-ui when following bug is fixed # https://bugs.launchpad.net/tripleo/+bug/1744215 @@ -128,6 +131,11 @@ SKIPPED_IMAGES = { "zun-base", ], 'ubuntu+source': [ + # TODO(spsurya): remove neutron-server-opendaylight fix below issue + # https://bugs.launchpad.net/kolla/+bug/1764621 + "neutron-server-opendaylight", + # TODO(jeffrey4l): remove tripleo-ui when following bug is fixed + # https://bugs.launchpad.net/tripleo/+bug/1744215 "tripleo-ui" ], 'debian+binary': [ @@ -181,6 +189,9 @@ SKIPPED_IMAGES = { ], 'oraclelinux+source': [ "bifrost-base", + # TODO(spsurya): remove neutron-server-opendaylight fix below issue + # https://bugs.launchpad.net/kolla/+bug/1764621 + "neutron-server-opendaylight", "ovsdpdk", # TODO(jeffrey4l): remove tripleo-ui when following bug is fixed # https://bugs.launchpad.net/tripleo/+bug/1744215