Add tripleo-ui image to skipped image list

There is some issue on tripleo-ui side, which block the kolla gate.
Revert me when https://bugs.launchpad.net/tripleo/+bug/1744215 is
fixed.

Change-Id: I68867f0bbabad61d583761d54c35d1df15fb8698
Related-Bug: #1744215
This commit is contained in:
Jeffrey Zhang 2018-01-19 14:53:01 +08:00
parent dbbd4ef059
commit ec0950b209
1 changed files with 7 additions and 1 deletions

View File

@ -117,6 +117,9 @@ SKIPPED_IMAGES = {
'centos+source': [
"kafka",
"ovsdpdk",
# TODO(jeffrey4l): remove tripleo-ui when following bug is fixed
# https://bugs.launchpad.net/tripleo/+bug/1744215
"tripleo-ui"
],
'ubuntu+binary': [
"almanach-base",
@ -202,7 +205,10 @@ SKIPPED_IMAGES = {
'oraclelinux+source': [
"bifrost-base",
"kafka",
"ovsdpdk"
"ovsdpdk",
# TODO(jeffrey4l): remove tripleo-ui when following bug is fixed
# https://bugs.launchpad.net/tripleo/+bug/1744215
"tripleo-ui"
]
}