Merge "ppc64le: add UNBUILDABLE_IMAGES entries"

This commit is contained in:
Zuul 2019-09-19 21:04:47 +00:00 committed by Gerrit Code Review
commit 030b694e27
1 changed files with 35 additions and 1 deletions

View File

@ -91,6 +91,20 @@ UNBUILDABLE_IMAGES = {
"telegraf", # no binary package "telegraf", # no binary package
}, },
'ppc64le': {
"cyborg-base", # no binary package
"elasticsearch", # no binary package
"grafana", # no binary package
"kibana", # no binary package
"kube-proxy", # no binary
"helm-repository", # no binary
"monasca-grafana", # no phantomJS
"opendaylight", # no binary package
"prometheus-base", # no ppc64le binaries
"telegraf", # no binary package
"xtrabackup", # no binary package
},
'source': { 'source': {
"tripleoclient", "tripleoclient",
}, },
@ -117,7 +131,13 @@ UNBUILDABLE_IMAGES = {
'source+aarch64': { 'source+aarch64': {
"monasca-base", # pypi 'confluent-kafka' requires newer libfdkafka-dev "monasca-base", # pypi 'confluent-kafka' requires newer libfdkafka-dev
# than distributions have # than distributions have
"tempest", # no binary package "tempest", # same reason as 'monasca-base'
},
'source+ppc64le': {
"monasca-base", # pypi 'confluent-kafka' requires newer libfdkafka-dev
# than distributions have
"tempest", # same reason as 'monasca-base'
}, },
'centos': { 'centos': {
@ -148,6 +168,14 @@ UNBUILDABLE_IMAGES = {
"skydive-base", # no binary package "skydive-base", # no binary package
}, },
'debian+ppc64le': {
"skydive-base", # no binary package
},
'ubuntu+ppc64le': {
"sensu-base", # no binary package
"skydive-base", # no binary package
},
'centos+aarch64': { 'centos+aarch64': {
"elasticsearch", # no binary package "elasticsearch", # no binary package
"hacluster-pcs", # no binary package "hacluster-pcs", # no binary package
@ -155,6 +183,12 @@ UNBUILDABLE_IMAGES = {
"mongodb", # no binary package "mongodb", # no binary package
}, },
'centos+ppc64le': {
"hacluster-pcs", # no binary package
"influxdb", # no binary package
"mongodb", # no binary package
},
'debian+binary': { 'debian+binary': {
"cloudkitty-base", "cloudkitty-base",
"congress-base", "congress-base",