Skip to content

Commit 85c764a

Browse files
committed
Disable build of Gnocchi containers
Revert this commit when [1] is solved. 1. gnocchixyz/gnocchi#1304 Change-Id: Iafeb9093340621d65a9c9cd126d65679d981dfb1 Signed-off-by: Maksim Malchuk <[email protected]> (cherry picked from commit 5505cd0)
1 parent 647a5aa commit 85c764a

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

kolla/image/unbuildable.py

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,42 +16,49 @@
1616
# must match for skip to happen.
1717
UNBUILDABLE_IMAGES = {
1818
'aarch64': {
19-
"bifrost-base", # someone need to get upstream working first
19+
"bifrost-base", # someone need to get upstream working first
20+
"gnocchi-base", # https://github.com/gnocchixyz/gnocchi/issues/1304 # noqa
2021
"prometheus-msteams", # no aarch64 binary
21-
"prometheus-mtail", # no aarch64 binary
22-
"skydive-base", # no aarch64 binary
22+
"prometheus-mtail", # no aarch64 binary
23+
"skydive-base", # no aarch64 binary
2324
},
2425

2526
# Issues for SHA1 keys:
2627
# https://github.com/grafana/grafana/issues/41036
2728
'centos': {
29+
"gnocchi-base", # https://github.com/gnocchixyz/gnocchi/issues/1304 # noqa
2830
"hacluster-pcs", # Missing crmsh package
2931
"nova-spicehtml5proxy", # Missing spicehtml5 package
3032
"ovsdpdk", # Not supported on CentOS
3133
"tgtd", # Not supported on CentOS
3234
},
3335

3436
'debian': {
37+
"gnocchi-base", # https://github.com/gnocchixyz/gnocchi/issues/1304
3538
},
3639

3740
'rocky': {
41+
"gnocchi-base", # https://github.com/gnocchixyz/gnocchi/issues/1304 # noqa
3842
"hacluster-pcs", # Missing crmsh package
3943
"nova-spicehtml5proxy", # Missing spicehtml5 package
4044
"ovsdpdk", # Not supported on CentOS
4145
"tgtd", # Not supported on CentOS
4246
},
4347

4448
'ubuntu': {
45-
"bifrost-base", # Failing on new efi shim file location
46-
"collectd", # Missing collectd-core package
47-
"telegraf", # Missing collectd-core package
49+
"bifrost-base", # Failing on new efi shim file location
50+
"gnocchi-base", # https://github.com/gnocchixyz/gnocchi/issues/1304
51+
"collectd", # Missing collectd-core package
52+
"telegraf", # Missing collectd-core package
4853
},
4954

5055
'ubuntu+aarch64': {
5156
"barbican-base", # https://github.com/unbit/uwsgi/issues/2434
57+
"gnocchi-base", # https://github.com/gnocchixyz/gnocchi/issues/1304
5258
},
5359

5460
'centos+aarch64': {
55-
"telegraf", # no binary package
61+
"gnocchi-base", # https://github.com/gnocchixyz/gnocchi/issues/1304
62+
"telegraf", # no binary package
5663
},
5764
}

0 commit comments

Comments
 (0)