Merge "update information about unbuildable images" into stable/xena

This commit is contained in:
Zuul 2021-10-25 11:06:47 +00:00 committed by Gerrit Code Review
commit 7979a5f3d8
1 changed files with 4 additions and 4 deletions

View File

@ -112,13 +112,13 @@ UNBUILDABLE_IMAGES = {
'debian': {
"bifrost-base", # tries to install 'mysql-server' which is not in
# Debian 'buster'
"ovn-base", # needs more checking
"qdrouterd",
# Debian 'buster' (fixed in Yoga)
"ovn-base", # no OVN package in Debian bullseye
"qdrouterd", # no qdrouterd package in Debian bullseye
},
'ubuntu': {
"qdrouterd", # There is no qdrouterd package for ubuntu bionic
"qdrouterd", # There is no qdrouterd package for Ubuntu
},
'ubuntu+aarch64': {