Skip to content

Commit

Permalink
Merge #137412
Browse files Browse the repository at this point in the history
137412: ci: deadmansnitch for code-cover-publish Github Action r=srosenberg,rickystewart,DarrylWong a=golgeek

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

Co-authored-by: Ludovic Leroux <[email protected]>
  • Loading branch information
craig[bot] and golgeek committed Dec 13, 2024
2 parents 40a187c + 04392dc commit 8919614
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 8919614

Please sign in to comment.