Closed
Bug 898711
Opened 10 years ago
Closed 10 years ago
land _post_fatal() changes from beagle branch
Categories
(Release Engineering :: General, defect)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mozilla, Assigned: mozilla)
References
Details
(Whiteboard: [mozharness])
Attachments
(1 file)
9.22 KB,
patch
|
rail
:
review+
mozilla
:
checked-in+
|
Details | Diff | Splinter Review |
From https://github.com/escapewindow/mozharness/blob/beagle/mozharness/base/log.py and https://github.com/escapewindow/mozharness/blob/beagle/test/test_base_script.py#L374 . This should make the beagle patch easier to review, and other projects could benefit from this code.
Assignee | ||
Comment 1•10 years ago
|
||
Add a hook to allow for things to happen after the fatal() log message, but before exiting... things like checking a panda back into mozpool, or sending a notification email in my hg-git script.
Attachment #786048 -
Flags: review?(rail)
Updated•10 years ago
|
Attachment #786048 -
Flags: review?(rail) → review+
Assignee | ||
Comment 2•10 years ago
|
||
Comment on attachment 786048 [details] [diff] [review] post_fatal https://hg.mozilla.org/build/mozharness/rev/9e8d8dde314d
Attachment #786048 -
Flags: checked-in+
Assignee | ||
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Product: mozilla.org → Release Engineering
Updated•6 years ago
|
Component: General Automation → General
You need to log in
before you can comment on or make changes to this bug.
Description
•