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
+6
View File
@@ -53,6 +53,12 @@ def integration_test_services():
"volumes": [{"name": "mysql80", "path": "/var/lib/mysql"}],
"commands": ["docker-entrypoint.sh mysqld --default-authentication-plugin=mysql_native_password"],
},
{
"name": "mimir",
"image": images["mimir"],
"environment": {},
"commands": ["/bin/mimir -target=backend"],
},
{
"name": "redis",
"image": images["redis_alpine"],