Skip to content

Commit c310a32

Browse files
ci: ping blink on slack on ci failures (#19435)
im experimenting with getting blink to track flakes for us in coder/internal, it worked when kyle and I pinged it by hand, so let's try this too.
1 parent 60d611f commit c310a32

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)