Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Commit

Permalink
build-tracker: remove old links (#63065)
Browse files Browse the repository at this point in the history
  • Loading branch information
burmudar authored Jun 4, 2024
1 parent d313441 commit 1a7e1b9
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions dev/build-tracker/notify/slack.go
Original file line number Diff line number Diff line change
Expand Up @@ -311,12 +311,7 @@ func (c *Client) createMessageBlocks(info *BuildNotification, author string) []s
slack.NewSectionBlock(
&slack.TextBlockObject{
Type: slack.MarkdownType,
Text: `:books: *More information on flakes*
• <https://docs-legacy.sourcegraph.com/dev/background-information/ci#flakes|How to disable flaky tests>
• <https://github.com/sourcegraph/sourcegraph/issues/new/choose|Create a flaky test issue>
• <https://docs-legacy.sourcegraph.com/dev/how-to/testing#assessing-flaky-client-steps|Recognizing flaky client steps and how to fix them>
_Disable flakes on sight and save your fellow teammate some time!_`,
Text: `_Disable flakes on sight and save your fellow teammate some time!_`,
},
nil,
nil,
Expand Down

0 comments on commit 1a7e1b9

Please sign in to comment.