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:
@@ -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"],
|
||||
|
||||
Reference in New Issue
Block a user