skydive: mark as unbuildable on !x86

Ie586b0f249e545877ab1dd156d08e1863cd479ba removed use of rpm packages so
it is time to disable building for non-x86 platforms.

Upstream provides own container images for several architectures.

Change-Id: I4778db57dae0953f5c7116105466c2830592b514
This commit is contained in:
Marcin Juszkiewicz 2019-12-11 10:30:29 +01:00
parent 888833a7f0
commit 3c3d567d33
3 changed files with 8 additions and 9 deletions

View File

@ -75,7 +75,7 @@ sahara,C,C,C,C,N,C
searchlight,N,C,N,C,N,C
senlin,C,C,C,C,N,C
sensu,C,C,N,N,N,N
skydive,C,C,N,N,N,N
skydive,N,N,N,N,N,N
solum,N,C,N,C,N,C
storm,C,C,C,C,N,C
swift,C,C,C,C,N,C

1 Image,CentOS,,Ubuntu,,Debian
75 searchlight,N,C,N,C,N,C
76 senlin,C,C,C,C,N,C
77 sensu,C,C,N,N,N,N
78 skydive,C,C,N,N,N,N skydive,N,N,N,N,N,N
79 solum,N,C,N,C,N,C
80 storm,C,C,C,C,N,C
81 swift,C,C,C,C,N,C

View File

@ -88,6 +88,7 @@ UNBUILDABLE_IMAGES = {
"monasca-grafana", # no phantomJS on aarch64
"opendaylight", # no binary package
"prometheus-mtail", # no aarch64 binary
"skydive-base", # no aarch64 binary
"telegraf", # no binary package
},
@ -99,6 +100,7 @@ UNBUILDABLE_IMAGES = {
"monasca-grafana", # no phantomJS
"opendaylight", # no binary package
"prometheus-base", # no ppc64le binaries
"skydive-base", # no ppc64le binaries
"telegraf", # no binary package
"xtrabackup", # no binary package
},
@ -157,20 +159,12 @@ UNBUILDABLE_IMAGES = {
"qdrouterd", # There is no qdrouterd package for ubuntu bionic
},
'debian+aarch64': {
"skydive-base", # no binary package
},
'ubuntu+aarch64': {
"sensu-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': {

View File

@ -0,0 +1,5 @@
---
upgrade:
- |
Remove of Skydive image for aarch64 and ppc64le. Upstream builds own images
for wide selection of architectures. Binaries are provided only for x86-64.