Skip to content

Commit

Permalink
Change the channel where we send notifications with detected changed …
Browse files Browse the repository at this point in the history
…points in unit perf tests
  • Loading branch information
annaMarchenkoJetBrains committed Nov 28, 2024
1 parent 992d71c commit 2f5ac70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/degradation-detector/setting/unitTestsSettings.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 2f5ac70

Please sign in to comment.