Merge "add some more not buildable images"

This commit is contained in:
Zuul 2019-07-17 16:33:28 +00:00 committed by Gerrit Code Review
commit 21ad3d1b13

View File

@ -82,6 +82,7 @@ STATUS_ERRORS = (STATUS_CONNECTION_ERROR, STATUS_PUSH_ERROR,
# is irrelevant. Otherwise all must match for skip to happen. # is irrelevant. Otherwise all must match for skip to happen.
SKIPPED_IMAGES = { SKIPPED_IMAGES = {
'aarch64': { 'aarch64': {
"cyborg-base", # no binary package
"kibana", # no binary package "kibana", # no binary package
"monasca-grafana", # no phantomJS on aarch64 "monasca-grafana", # no phantomJS on aarch64
"opendaylight", # no binary package "opendaylight", # no binary package
@ -126,12 +127,14 @@ SKIPPED_IMAGES = {
"ovsdpdk", "ovsdpdk",
}, },
'debian': { 'debian': {
"cyborg-base",
"mongodb", "mongodb",
"ovsdpdk", "ovsdpdk",
"qdrouterd", "qdrouterd",
"sensu-base", "sensu-base",
}, },
'ubuntu': { 'ubuntu': {
"cyborg-base",
"qdrouterd", # There is no qdrouterd package for ubuntu bionic "qdrouterd", # There is no qdrouterd package for ubuntu bionic
}, },
@ -140,12 +143,14 @@ SKIPPED_IMAGES = {
"skydive-base", # no binary package "skydive-base", # no binary package
}, },
'ubuntu+aarch64': { 'ubuntu+aarch64': {
"sensu-base", # no binary package
"skydive-base", # no binary package "skydive-base", # no binary package
}, },
'centos+aarch64': { 'centos+aarch64': {
"elasticsearch", # no binary package "elasticsearch", # no binary package
"influxdb", # no binary package "influxdb", # no binary package
"mongodb", # no binary package
}, },
'debian+binary': { 'debian+binary': {
@ -162,9 +167,6 @@ SKIPPED_IMAGES = {
"vitrage-base", "vitrage-base",
"zaqar", "zaqar",
}, },
'debian+source': {
"cyborg-base",
},
'oraclelinux+source': { 'oraclelinux+source': {
"bifrost-base", "bifrost-base",
@ -184,13 +186,6 @@ SKIPPED_IMAGES = {
"vitrage-base", "vitrage-base",
"zaqar", "zaqar",
}, },
'ubuntu+source': {
"cyborg-base",
},
'ubuntu+binary+aarch64': {
"sensu-base", # no binary package
},
} }