Commit 7a12094d by Arve Knudsen Committed by GitHub

Drone: Ignore failure to publish front-end metrics (#27918)

Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
parent 05cb0497
...@@ -348,6 +348,7 @@ steps: ...@@ -348,6 +348,7 @@ steps:
environment: environment:
GRAFANA_MISC_STATS_API_KEY: GRAFANA_MISC_STATS_API_KEY:
from_secret: grafana_misc_stats_api_key from_secret: grafana_misc_stats_api_key
failure: ignore
depends_on: depends_on:
- initialize - initialize
......
...@@ -478,6 +478,7 @@ def frontend_metrics_step(edition): ...@@ -478,6 +478,7 @@ def frontend_metrics_step(edition):
'from_secret': 'grafana_misc_stats_api_key', 'from_secret': 'grafana_misc_stats_api_key',
}, },
}, },
'failure': 'ignore',
'commands': [ 'commands': [
'./scripts/ci-frontend-metrics.sh | ./bin/grabpl publish-metrics $${GRAFANA_MISC_STATS_API_KEY}', './scripts/ci-frontend-metrics.sh | ./bin/grabpl publish-metrics $${GRAFANA_MISC_STATS_API_KEY}',
], ],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment