Closed
Bug 794491
Opened 13 years ago
Closed 13 years ago
Try build without 'who' information fails on post_upload.py
Categories
(Release Engineering :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jhopkins, Unassigned)
Details
Attachments
(1 file)
982 bytes,
patch
|
catlee
:
review+
jhopkins
:
checked-in+
|
Details | Diff | Splinter Review |
Try build without 'who' information (eg. a staging build) fails when running post_upload.py since --who is specified but there is no argument. It ends up looking something like this:
post_upload.py --who --builddir /builds/foo/
Suggest we do one of:
(a) auto-fail a try build that is missing 'who' information
(b) pass a default value for who to post_upload.py, such as 'nobody@example.com'
Reporter | ||
Comment 1•13 years ago
|
||
Successful staging try build ran without 'who' information and this patch.
Attachment #665000 -
Flags: review?(catlee)
Comment 2•13 years ago
|
||
Comment on attachment 665000 [details] [diff] [review]
proposed buildbotcustom patch
Review of attachment 665000 [details] [diff] [review]:
-----------------------------------------------------------------
Using nobody@example.com as an email address will bounce eventually. But, we shouldn't be sending emails to try users in staging. Given that, sees reasonable to use nobody@example.com as a username.
Attachment #665000 -
Flags: review?(catlee) → review+
Reporter | ||
Comment 3•13 years ago
|
||
Comment on attachment 665000 [details] [diff] [review]
proposed buildbotcustom patch
Landed in http://hg.mozilla.org/build/buildbotcustom/rev/12a3f375c0b0
Attachment #665000 -
Flags: checked-in+
Reporter | ||
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Comment 4•13 years ago
|
||
This is now live.
Assignee | ||
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
Assignee | ||
Updated•7 years ago
|
Component: General Automation → General
You need to log in
before you can comment on or make changes to this bug.
Description
•