Alerting: Use mimir:r274-1780c50 in CI (#80985)

* Alerting: Use new mimir image in CI

* add image to blocks, enable experimental routes
This commit is contained in:
Santiago
2024-01-22 16:25:50 +02:00
committed by GitHub
parent 2a0f1900d5
commit d4e831b051
4 changed files with 15 additions and 14 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ def integration_test_services():
"name": "mimir_backend",
"image": images["mimir"],
"environment": {},
"commands": ["/bin/mimir -target=backend"],
"commands": ["/bin/mimir -target=backend -alertmanager.grafana-alertmanager-compatibility-enabled"],
},
{
"name": "redis",