To-revert: Temporarily disable Ubuntu bifrost image building

We want to support it but it is blocking gate atm due to py3
on Ubuntu.
Not affecting C7 due to no py3.

Change-Id: I6d0ced90d511405f600e7c4677b1b7083a6adbd2
Related-bug: #1860229
This commit is contained in:
Radosław Piliszek 2020-01-20 08:48:12 +01:00
parent c10f9d7acf
commit 347bd599e5
1 changed files with 3 additions and 0 deletions

View File

@ -160,6 +160,9 @@ UNBUILDABLE_IMAGES = {
"telegraf", # no binary package
},
'ubuntu': {
"bifrost-base", # FIXME(yoctozepto): we want to support it but it is
# blocking gate atm due to py3 on Ubuntu
# see https://bugs.launchpad.net/kolla/+bug/1860229
"cyborg-base",
"qdrouterd", # There is no qdrouterd package for ubuntu bionic
},