Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc310a32

Browse files
ci: ping blink on slack on ci failures (#19435)
im experimenting with getting blink to track flakes for us incoder/internal, it worked when kyle and I pinged it by hand, so let'stry this too.
1 parent60d611f commitc310a32

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

‎.github/workflows/ci.yaml‎

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1582,6 +1582,13 @@ jobs:
15821582
"type": "mrkdwn",
15831583
"text": "*View failure:* <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|Click here>"
15841584
}
1585+
},
1586+
{
1587+
"type": "section",
1588+
"text": {
1589+
"type": "mrkdwn",
1590+
"text": "<@U08TJ4YNCA3> investigate this CI failure. Check logs, search for existing issues, use git blame to find who last modified failing tests, create issue in coder/internal (not public repo), use title format \"flake: TestName\" for flaky tests, and assign to the person from git blame."
1591+
}
15851592
}
15861593
]
15871594
}' ${{ secrets.CI_FAILURE_SLACK_WEBHOOK }}

‎.github/workflows/nightly-gauntlet.yaml‎

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,13 @@ jobs:
203203
"type": "mrkdwn",
204204
"text": "*View failure:* <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|Click here>"
205205
}
206+
},
207+
{
208+
"type": "section",
209+
"text": {
210+
"type": "mrkdwn",
211+
"text": "<@U08TJ4YNCA3> investigate this CI failure. Check logs, search for existing issues, use git blame to find who last modified failing tests, create issue in coder/internal (not public repo), use title format \"flake: TestName\" for flaky tests, and assign to the person from git blame."
212+
}
206213
}
207214
]
208215
}' ${{ secrets.CI_FAILURE_SLACK_WEBHOOK }}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp