Skip to content

Commit

Permalink
ci: deadmansnitch for code-cover-publish Github Action
Browse files Browse the repository at this point in the history
Before the fix provided by #137298, this Github Action was silently
failing.

This PR configures a call to DeadManSnitch service to report when the
Github Action was last successful. The service is configured to alert
CRL internal team when no ping was seen in the last 24h.

Epic: none
Release note: None

Signed-off-by: Ludovic Leroux <[email protected]>
  • Loading branch information
golgeek committed Dec 13, 2024
1 parent 5590074 commit 04392dc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/code-cover-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,7 @@ jobs:
parent: false
destination: 'crl-codecover-public/pr-cockroach/'
process_gcloudignore: false

- name: 'Call DeadManSnitch'
run: |
curl -X GET 'https://nosnch.in/c2d75963ee' -d 'message=Code coverage uploaded to GCS'

0 comments on commit 04392dc

Please sign in to comment.