From 2f5ac704d179615f95161c85df7eae04920aab0a Mon Sep 17 00:00:00 2001 From: Anna Koehler Date: Thu, 28 Nov 2024 09:39:02 +0100 Subject: [PATCH] Change the channel where we send notifications with detected changed points in unit perf tests --- pkg/degradation-detector/setting/unitTestsSettings.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/degradation-detector/setting/unitTestsSettings.go b/pkg/degradation-detector/setting/unitTestsSettings.go index 81a0e449..2774b551 100644 --- a/pkg/degradation-detector/setting/unitTestsSettings.go +++ b/pkg/degradation-detector/setting/unitTestsSettings.go @@ -17,7 +17,7 @@ func GenerateUnitTestsSettings(backendUrl string, client *http.Client) []detecto Metric: "attempt.mean.ms", } slackSettings := detector.SlackSettings{ - Channel: "ij-perf-unit-tests", + Channel: "ij-perf-unit-tests-alerts", ProductLink: "perfUnit", } tests, err := detector.FetchAllTests(backendUrl, client, mainSettings)