CI: add monasca-grafana to allowed-to-fail images

The monasca-grafana image is currently failing to build.

INFO:kolla.common.utils.monasca-grafana:go install -v ./pkg/cmd/grafana-server
INFO:kolla.common.utils.monasca-grafana:[91mgo: cannot find main module, but found vendor/vendor.json in /grafana/src/github.com/grafana/grafana
INFO:kolla.common.utils.monasca-grafana:        to create a module there, run:
INFO:kolla.common.utils.monasca-grafana:        go mod init

Let's unblock the gate and diagnose asynchronously.

Change-Id: Id113a53c083d105ac9200474ff20faacef6decaf
This commit is contained in:
Mark Goddard 2021-04-06 09:41:30 +01:00
parent ce1cb06268
commit 931d401887
1 changed files with 4 additions and 0 deletions

View File

@ -15,6 +15,10 @@
# and since we don't need isolated networks here, use host networking # and since we don't need isolated networks here, use host networking
network_mode: host network_mode: host
work_dir: "{{ kolla_work_dir }}" work_dir: "{{ kolla_work_dir }}"
# FIXME(mgoddard): monasca-grafana is failing to build:
# go: cannot find main module, but found vendor/vendor.json in
# /grafana/src/github.com/grafana/grafana
allowed_to_fail: "monasca-grafana"
tasks: tasks:
- name: Ensure /etc/kolla exists - name: Ensure /etc/kolla exists
file: file: