[CI] Add grafana to allowed-to-fail

The grafana repo is broken for Debuntu.

Change-Id: I7f79aeab53540df9bf84add6df3add300c9e9fa4
This commit is contained in:
Radosław Piliszek 2021-06-10 10:07:57 +00:00
parent 1c5d98ecab
commit a6884085e1
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,8 @@
# 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(yoctozepto): The grafana repo is broken for Debuntu.
allowed_to_fail: "grafana"
tasks: tasks:
- name: Ensure /etc/kolla exists - name: Ensure /etc/kolla exists
file: file: