Closed
Bug 567376
Opened 15 years ago
Closed 15 years ago
Try server emails aren't showing the changeset
Categories
(Release Engineering :: General, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: lsblakk, Assigned: lsblakk)
References
Details
(Whiteboard: [tryserver])
Attachments
(1 file, 3 obsolete files)
2.28 KB,
patch
|
jhford
:
review+
lsblakk
:
checked-in+
|
Details | Diff | Splinter Review |
This is getting handled fine in the creation of the packages and the uploading to tryserver-builds but the email generation in status/generators.py is messing up the build properties of got_revision and who.
Assignee | ||
Comment 1•15 years ago
|
||
this will also take care of https://bugzilla.mozilla.org/show_bug.cgi?id=550176
Attachment #446822 -
Flags: review?(catlee)
Assignee | ||
Comment 2•15 years ago
|
||
Attachment #446822 -
Attachment is obsolete: true
Attachment #446825 -
Flags: review?(catlee)
Attachment #446822 -
Flags: review?(catlee)
Assignee | ||
Comment 3•15 years ago
|
||
better handling of edge case where the change doesn't have info
Attachment #446825 -
Attachment is obsolete: true
Attachment #446827 -
Flags: review?(catlee)
Attachment #446825 -
Flags: review?(catlee)
Assignee | ||
Updated•15 years ago
|
Attachment #446827 -
Flags: review?(catlee) → review?(jhford)
Assignee | ||
Comment 4•15 years ago
|
||
and without the additional return this time.
Attachment #446827 -
Attachment is obsolete: true
Attachment #446831 -
Flags: review?(jhford)
Attachment #446827 -
Flags: review?(jhford)
Updated•15 years ago
|
Attachment #446831 -
Flags: review?(jhford) → review+
Assignee | ||
Comment 5•15 years ago
|
||
Comment on attachment 446831 [details] [diff] [review]
sets who and revision in unittest packaged factory initialSteps with try/except
http://hg.mozilla.org/build/buildbotcustom/rev/01941b42d5bf
Attachment #446831 -
Flags: checked-in+
Assignee | ||
Comment 7•15 years ago
|
||
Landed, try-master reconfiged, confirmed the properties are now set. if emails arrive that do not have this corrected please re-open.
Assignee | ||
Updated•15 years ago
|
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 8•15 years ago
|
||
Just noticed that this is not working in the "everything else" builder, only in the mochitest builders. So we're only halfway done on this. Will get to it first thing Monday.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 9•15 years ago
|
||
putting the setting of who and revision in initial steps sets this for all packaged builders now.
Status: REOPENED → RESOLVED
Closed: 15 years ago → 15 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•