CI: Add test Mimir backend image for integration tests (#76051)

* test mimir image drone

* add mimir service to services.star

* change name for mimir step

* change remote alertmanager step names, add commands for integration tests

* add  tag to mimir image
This commit is contained in:
Santiago
2023-10-05 15:09:26 -03:00
committed by GitHub
parent 141485528d
commit 726260b2f6
6 changed files with 83 additions and 3 deletions
+1
View File
@@ -20,6 +20,7 @@ images = {
"plugins_slack": "plugins/slack",
"python": "python:3.8",
"postgres_alpine": "postgres:12.3-alpine",
"mimir": "grafana/mimir:latest",
"mysql5": "mysql:5.7.39",
"mysql8": "mysql:8.0.32",
"redis_alpine": "redis:6.2.11-alpine",