Alerting: Fix remote Alertmanager integration tests (CI/Makefile) (#78541)

* Alerting: Fix remote Alertmanager integration tests (CI/Makefile)
This commit is contained in:
Santiago
2023-11-22 18:13:04 +00:00
committed by GitHub
parent d47ac2f67e
commit eef8525a4b
3 changed files with 6 additions and 6 deletions
+4 -4
View File
@@ -975,7 +975,7 @@ steps:
- commands:
- apk add --update build-base
- go clean -testcache
- go test -run TestIntegrationRemoteAlertmanager -covermode=atomic -timeout=2m ./pkg/services/ngalert/notifier/...
- go test -run TestIntegrationRemoteAlertmanager -covermode=atomic -timeout=2m ./pkg/services/ngalert/...
depends_on:
- wire-install
- wait-for-remote-alertmanager
@@ -2326,7 +2326,7 @@ steps:
- commands:
- apk add --update build-base
- go clean -testcache
- go test -run TestIntegrationRemoteAlertmanager -covermode=atomic -timeout=2m ./pkg/services/ngalert/notifier/...
- go test -run TestIntegrationRemoteAlertmanager -covermode=atomic -timeout=2m ./pkg/services/ngalert/...
depends_on:
- wire-install
- wait-for-remote-alertmanager
@@ -3989,7 +3989,7 @@ steps:
- commands:
- apk add --update build-base
- go clean -testcache
- go test -run TestIntegrationRemoteAlertmanager -covermode=atomic -timeout=2m ./pkg/services/ngalert/notifier/...
- go test -run TestIntegrationRemoteAlertmanager -covermode=atomic -timeout=2m ./pkg/services/ngalert/...
depends_on:
- wire-install
- wait-for-remote-alertmanager
@@ -4685,6 +4685,6 @@ kind: secret
name: gcr_credentials
---
kind: signature
hmac: e5f8ac3263b36e17d1b6c0b4ec7f9658babff30065f4742d3b570a918e1f680d
hmac: 64302d9316abab775d7ec1132f26ea4f1829558fa0bfd85812597182c1abe61a
...