|
16 | 16 | # must match for skip to happen. |
17 | 17 | UNBUILDABLE_IMAGES = { |
18 | 18 | '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 |
20 | 21 | "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 |
23 | 24 | }, |
24 | 25 |
|
25 | 26 | # Issues for SHA1 keys: |
26 | 27 | # https://github.com/grafana/grafana/issues/41036 |
27 | 28 | 'centos': { |
| 29 | + "gnocchi-base", # https://github.com/gnocchixyz/gnocchi/issues/1304 # noqa |
28 | 30 | "hacluster-pcs", # Missing crmsh package |
29 | 31 | "nova-spicehtml5proxy", # Missing spicehtml5 package |
30 | 32 | "ovsdpdk", # Not supported on CentOS |
31 | 33 | "tgtd", # Not supported on CentOS |
32 | 34 | }, |
33 | 35 |
|
34 | 36 | 'debian': { |
| 37 | + "gnocchi-base", # https://github.com/gnocchixyz/gnocchi/issues/1304 |
35 | 38 | }, |
36 | 39 |
|
37 | 40 | 'rocky': { |
| 41 | + "gnocchi-base", # https://github.com/gnocchixyz/gnocchi/issues/1304 # noqa |
38 | 42 | "hacluster-pcs", # Missing crmsh package |
39 | 43 | "nova-spicehtml5proxy", # Missing spicehtml5 package |
40 | 44 | "ovsdpdk", # Not supported on CentOS |
41 | 45 | "tgtd", # Not supported on CentOS |
42 | 46 | }, |
43 | 47 |
|
44 | 48 | '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 |
48 | 53 | }, |
49 | 54 |
|
50 | 55 | 'ubuntu+aarch64': { |
51 | 56 | "barbican-base", # https://github.com/unbit/uwsgi/issues/2434 |
| 57 | + "gnocchi-base", # https://github.com/gnocchixyz/gnocchi/issues/1304 |
52 | 58 | }, |
53 | 59 |
|
54 | 60 | 'centos+aarch64': { |
55 | | - "telegraf", # no binary package |
| 61 | + "gnocchi-base", # https://github.com/gnocchixyz/gnocchi/issues/1304 |
| 62 | + "telegraf", # no binary package |
56 | 63 | }, |
57 | 64 | } |
0 commit comments