Closed
Bug 1042056
Opened 11 years ago
Closed 11 years ago
release runner failure e-mail should be sent to relman or release-drivers
Categories
(Release Engineering :: Release Automation, defect)
Release Engineering
Release Automation
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bhearsum, Assigned: bhearsum)
Details
Attachments
(1 file)
1.15 KB,
patch
|
catlee
:
review+
Sylvestre
:
feedback+
bhearsum
:
checked-in+
|
Details | Diff | Splinter Review |
We had releases fail to start early this morning because of failures during release runner. They didn't start, and no indication was given, except to release@mozilla.com. This is confusing, and makes it impossible for anyone else to try and debug on their own.
We should also increase the number of lines of context included. I'd suggest 100 lines for now, which should end up including all of the release sanity output.
Comment 1•11 years ago
|
||
Maybe use last 1000 lines and attach as text? 100 won't be enough I bet.
Assignee | ||
Comment 2•11 years ago
|
||
(In reply to Rail Aliiev [:rail] from comment #1)
> Maybe use last 1000 lines and attach as text? 100 won't be enough I bet.
Yeah, maybe. My only concern is that you may end up with context from a previous run of release runner. Maybe we can have max 1000, but walk backwards only until we see "Fetching release requests" to avoid getting a previous run?
Comment 3•11 years ago
|
||
... and replace the shell wrapper with something better :)
Assignee | ||
Comment 4•11 years ago
|
||
This should get the mail sent to the right place. bug 872316 is a better place to track improving the log, which I plan to pick up soon.
Assignee | ||
Comment 5•11 years ago
|
||
Comment on attachment 8462696 [details] [diff] [review]
send failure mail to release-drivers
Hmm, Rail is away for awhile. Probably good to have someone from RelMan sign off on this too.
Attachment #8462696 -
Flags: review?(rail)
Attachment #8462696 -
Flags: review?(catlee)
Attachment #8462696 -
Flags: feedback?(sledru)
Comment 6•11 years ago
|
||
Comment on attachment 8462696 [details] [diff] [review]
send failure mail to release-drivers
LGTM
Attachment #8462696 -
Flags: feedback?(sledru) → feedback+
Comment 7•11 years ago
|
||
Comment on attachment 8462696 [details] [diff] [review]
send failure mail to release-drivers
Review of attachment 8462696 [details] [diff] [review]:
-----------------------------------------------------------------
::: manifests/moco-config.pp
@@ +189,5 @@
>
> $vmwaretools_version = "9.4.0-1280544"
> $vmwaretools_md5 = "4a2d230828919048c0c3ae8420f8edfe"
> $releaserunner_notify_from = "Release Eng <release@mozilla.com>"
> + $releaserunner_notify_to = "<release-drivers@mozilla.org>"
I'm a little worried about having the email address as a bare address enclosed by <>. Is this supported? Otherwise, LGTM.
Attachment #8462696 -
Flags: review?(catlee) → review+
Assignee | ||
Comment 8•11 years ago
|
||
Comment on attachment 8462696 [details] [diff] [review]
send failure mail to release-drivers
(In reply to Chris AtLee [:catlee] from comment #7)
> Comment on attachment 8462696 [details] [diff] [review]
> send failure mail to release-drivers
>
> Review of attachment 8462696 [details] [diff] [review]:
> -----------------------------------------------------------------
>
> ::: manifests/moco-config.pp
> @@ +189,5 @@
> >
> > $vmwaretools_version = "9.4.0-1280544"
> > $vmwaretools_md5 = "4a2d230828919048c0c3ae8420f8edfe"
> > $releaserunner_notify_from = "Release Eng <release@mozilla.com>"
> > + $releaserunner_notify_to = "<release-drivers@mozilla.org>"
>
> I'm a little worried about having the email address as a bare address
> enclosed by <>. Is this supported? Otherwise, LGTM.
I added a string in front of the <> upon landing.
Attachment #8462696 -
Flags: checked-in+
Assignee | ||
Comment 9•11 years ago
|
||
Puppet will deploy this soon, and the next run of release runner will pick it up.
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•