Closed
Bug 1019893
Opened 11 years ago
Closed 11 years ago
Link to TBPL in trychooser job result emails
Categories
(Release Engineering :: General, defect)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: drno, Assigned: emorley)
Details
(Keywords: trychooser)
Attachments
(1 file)
|
1.54 KB,
patch
|
catlee
:
review+
|
Details | Diff | Splinter Review |
It would be very helpful if the emails send out by TBPL for build warnings and failure would include the same link to the TBPL results overview page as the initial email after has in it.
| Assignee | ||
Comment 1•11 years ago
|
||
TBPL doesn't send out any emails - I presume these are the trychooser related emails, and so releng.
Could you provide an example email summary and body, so I can be clear which email you are referring to (and to aid finding where it is generated).
Component: Tinderboxpushlog → Tools
Flags: needinfo?(drno)
Product: Webtools → Release Engineering
QA Contact: hwine
Version: Trunk → other
| Reporter | ||
Comment 2•11 years ago
|
||
Didn't know this is part of trychooser, but yes I'm using that :-)
This is the initial email I get for submitting a Try build:
"
Thank you for your try submission. It's the best!
Results will be displayed on TBPL as they come in:
https://tbpl.mozilla.org/?tree=Try&rev=2292f29857a1
...
"
And a warning or failure email looks like this:
"
Your Try Server test (2292f29857a1) completed with warnings on builder try_ubuntu64_vm_test-mochitest-other.
Summary of test results:
The full log for this test run is available at...
"
It would be really helpful to get the tbpl.mozilla.org link in the warning/failure emails as well. Right now I have to keep the initial email to be able to click on the tbpl summary page and check out the problem reported by the second email.
Flags: needinfo?(drno)
| Assignee | ||
Comment 3•11 years ago
|
||
Adds a link to TBPL for all result emails, not just those that are missing the log_url (which is rare; only occurs when the upload failed).
Attachment #8434346 -
Flags: review?(catlee)
| Assignee | ||
Updated•11 years ago
|
Assignee: nobody → emorley
Status: NEW → ASSIGNED
| Assignee | ||
Updated•11 years ago
|
Keywords: trychooser
Summary: Add link to TBPL results page to failure and warning emails → Link to TBPL in trychooser job result emails
| Assignee | ||
Comment 4•11 years ago
|
||
(Forgot to submit this comment earlier)
Ah great - that helps. Using:
http://mxr.mozilla.org/build-central/search?string=try%2Bsubmission
I get:
http://mxr.mozilla.org/build-central/source/buildbotcustom/status/generators.py#19
19 Thank you for your try submission. It's the best!
20
21 Results will be displayed on TBPL as they come in:
22 https://tbpl.mozilla.org/?tree=%(tree)s&rev=%(revision)s
And:
http://mxr.mozilla.org/build-central/source/buildbotcustom/bin/try_mailer.py#127
125 if log_url:
126 log_url = log_url.replace('://stage', '://ftp')
127 text += "The full log for this %(task)s run is available at <a href=\"%(log_url)s\">%(log_url)s</a>.\n" % locals()
128 else:
129 text += "Please check <a href=\"https://tbpl.mozilla.org/?tree=%(tree)s&rev=%(revision)s\">Tinderbox Pushlog</a> for your logs.\n" % locals()
| Reporter | ||
Comment 5•11 years ago
|
||
Comment on attachment 8434346 [details] [diff] [review]
Link to TBPL in trychooser job result emails
Review of attachment 8434346 [details] [diff] [review]:
-----------------------------------------------------------------
Looks good to me :-)
Updated•11 years ago
|
Attachment #8434346 -
Flags: review?(catlee) → review+
| Assignee | ||
Comment 6•11 years ago
|
||
Thank you for the review :-)
How do changes to try_mailer.py get deployed?
remote: https://hg.mozilla.org/build/buildbotcustom/rev/a1ea481a8c2c
Comment 7•11 years ago
|
||
That'll happen with the next merge to production and reconfig.
| Assignee | ||
Comment 8•11 years ago
|
||
(In reply to Nick Thomas [:nthomas] from comment #7)
> That'll happen with the next merge to production and reconfig.
Great - thank you :-)
Comment 9•11 years ago
|
||
Merged to production and deployed.
| Assignee | ||
Comment 10•11 years ago
|
||
This should be fixed now - let me know if the emails you get from now on are not what you expected :-)
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 11•11 years ago
|
||
Works like a charm. Thank you very much!
Updated•8 years ago
|
Component: Tools → General
You need to log in
before you can comment on or make changes to this bug.
Description
•