Alerting: Use Mimir image to run integration tests for the remote Alertmanager (#76608)

* Alerting: Use Mimir image to run integration tests for the remote Alertmanager

* skip integration test when running all tests

* skipping integration test when no Alertmanager URL is provided

* fix bad host for mimir_backend

* remove basic auth testing until we have an nginx image in our CI
This commit is contained in:
Santiago
2023-10-17 12:21:45 +02:00
committed by GitHub
parent 67e2430197
commit 7d9b2c73c7
6 changed files with 99 additions and 210 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ def integration_test_services():
"commands": ["docker-entrypoint.sh mysqld --default-authentication-plugin=mysql_native_password"],
},
{
"name": "mimir",
"name": "mimir_backend",
"image": images["mimir"],
"environment": {},
"commands": ["/bin/mimir -target=backend"],