Bug 216489 - EWS should send email notification when a bot goes out of disk space
Summary: EWS should send email notification when a bot goes out of disk space
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Aakash Jain
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-09-14 12:21 PDT by Aakash Jain
Modified: 2021-07-20 07:37 PDT (History)
4 users (show)

See Also:


Attachments
Patch (2.12 KB, patch)
2021-07-19 14:56 PDT, Aakash Jain
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Aakash Jain 2020-09-14 12:21:16 PDT
EWS should send email notification to admins when a bot goes out of disk space.
Comment 1 Radar WebKit Bug Importer 2020-09-14 12:21:43 PDT
<rdar://problem/68870831>
Comment 2 Aakash Jain 2021-01-12 10:32:09 PST
Instead of building EWS specific system for bot health monitoring, will use other existing infrastructure for bot monitoring, see: <rdar://problem/73046692>.
Comment 3 Aakash Jain 2021-07-19 14:44:42 PDT
This will be useful for bots for which we don't have any disk space monitoring.
Comment 4 Aakash Jain 2021-07-19 14:56:42 PDT
Created attachment 433825 [details]
Patch
Comment 5 Aakash Jain 2021-07-19 15:33:24 PDT
(In reply to Aakash Jain from comment #4)
> Created attachment 433825 [details]
> Patch
This isn't precisely checking for disk space, but once a bot is out of disk space, the git checkout step does fail.
Comment 6 EWS 2021-07-20 05:48:22 PDT
Committed r280079 (239805@main): <https://commits.webkit.org/239805@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 433825 [details].
Comment 7 Aakash Jain 2021-07-20 07:37:29 PDT
Restarted buildbot to pick up this change.