Merge "Disable building binary images for senlin-conductor and senlin-health-manager on debian/ubuntu"

This commit is contained in:
Zuul 2019-12-06 18:59:56 +00:00 committed by Gerrit Code Review
commit 54a6613021
1 changed files with 4 additions and 0 deletions

View File

@ -198,6 +198,8 @@ UNBUILDABLE_IMAGES = {
"neutron-server-opendaylight", "neutron-server-opendaylight",
"nova-serialproxy", "nova-serialproxy",
"novajoin-base", "novajoin-base",
"senlin-conductor", # no binary package
"senlin-health-manager", # no binary package
"tacker-base", "tacker-base",
"tripleoclient", "tripleoclient",
"trove-base", "trove-base",
@ -213,6 +215,8 @@ UNBUILDABLE_IMAGES = {
"ironic-neutron-agent", "ironic-neutron-agent",
"novajoin-base", "novajoin-base",
"rally", "rally",
"senlin-conductor", # no binary package
"senlin-health-manager", # no binary package
"tacker-base", "tacker-base",
"tripleoclient", "tripleoclient",
"vitrage-base", "vitrage-base",