From 5a914622d4543436ef847feaf4dbbb1181315e65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Andr=C3=A9?= Date: Wed, 30 May 2018 09:03:47 +0200 Subject: [PATCH] Unblock gate Add kolla-toolbox and sensu-base to skip list to unblock gate. Then we can merge the proper fix and remove the images from skip list. Change-Id: I34285fffc7a3542007161d2e10e713756710b4ca Related-Bug: #1773938 Related-Bug: #1774123 --- kolla/image/build.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/kolla/image/build.py b/kolla/image/build.py index 8abdad0ddb..72c64bf140 100755 --- a/kolla/image/build.py +++ b/kolla/image/build.py @@ -95,10 +95,16 @@ SKIPPED_IMAGES = { "zun-base", ], 'centos+source': [ + # TODO(mandre) remove after fixing + # https://bugs.launchpad.net/kolla/+bug/1773938 + "kolla-toolbox", # TODO(spsurya): remove neutron-server-opendaylight fix below issue # https://bugs.launchpad.net/kolla/+bug/1764621 "neutron-server-opendaylight", "ovsdpdk", + # TODO(mandre) remove after fixing + # https://bugs.launchpad.net/kolla/+bug/1774123 + "sensu-base", # TODO(jeffrey4l): remove tripleo-ui when following bug is fixed # https://bugs.launchpad.net/tripleo/+bug/1744215 "tripleo-ui" @@ -131,6 +137,9 @@ SKIPPED_IMAGES = { "zun-base", ], 'ubuntu+source': [ + # TODO(mandre) remove after fixing + # https://bugs.launchpad.net/kolla/+bug/1773938 + "kolla-toolbox", # TODO(spsurya): remove neutron-server-opendaylight fix below issue # https://bugs.launchpad.net/kolla/+bug/1764621 "neutron-server-opendaylight", @@ -189,6 +198,9 @@ SKIPPED_IMAGES = { ], 'oraclelinux+source': [ "bifrost-base", + # TODO(mandre) remove after fixing + # https://bugs.launchpad.net/kolla/+bug/1773938 + "kolla-toolbox", # TODO(spsurya): remove neutron-server-opendaylight fix below issue # https://bugs.launchpad.net/kolla/+bug/1764621 "neutron-server-opendaylight",