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
This commit is contained in:
Martin André 2018-05-30 09:03:47 +02:00
parent 33dcb9f5b6
commit 5a914622d4
1 changed files with 12 additions and 0 deletions

View File

@ -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",