Closed
Bug 749151
Opened 13 years ago
Closed 12 years ago
Try server emails for try-comm-central include the wrong links
Categories
(Release Engineering :: General, defect, P3)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: standard8, Assigned: standard8)
References
Details
(Whiteboard: [buildbot][thunderbird][try])
Attachments
(3 files, 2 obsolete files)
4.29 KB,
patch
|
bhearsum
:
review+
standard8
:
checked-in+
|
Details | Diff | Splinter Review |
948 bytes,
patch
|
Callek
:
review+
standard8
:
checked-in+
|
Details | Diff | Splinter Review |
1.54 KB,
patch
|
lsblakk
:
review+
jhopkins
:
feedback+
standard8
:
checked-in+
|
Details | Diff | Splinter Review |
Just got an email for try-comm-central, in the email, the links to the changeset and to tbpl are wrong:
==== Email extract ===
Thanks for your try submission (http://hg.mozilla.org/try/pushloghtml?changeset=e40445df7e48). It's the best!
Watch https://tbpl.mozilla.org/?tree=Try&rev=e40445df7e48 for your results to come in.
==== End Email extract ====
They should have been:
http://hg.mozilla.org/try-comm-central/pushloghtml?changeset=e40445df7e48
https://tbpl.mozilla.org/?tree=Thunderbird-Try&rev=e40445df7e48
Updated•13 years ago
|
Priority: -- → P3
Whiteboard: [buildbot][thunderbird][try]
Updated•13 years ago
|
Comment 1•13 years ago
|
||
Comment 2•13 years ago
|
||
I just hit this one... jhopkins: how's the patch going?
Gerv
Comment 3•12 years ago
|
||
jhopkins: ping?
Gerv
Assignee | ||
Comment 4•12 years ago
|
||
Untested, but I think this should work as long as I've got how to get the branch name correct in both cases.
Attachment #659643 -
Flags: review?(bhearsum)
Assignee | ||
Updated•12 years ago
|
Attachment #619669 -
Attachment is obsolete: true
Assignee | ||
Comment 5•12 years ago
|
||
This should fix the --post-to-bugzilla notifications.
Attachment #659645 -
Flags: review?(bhearsum)
Comment 6•12 years ago
|
||
Comment on attachment 659643 [details] [diff] [review]
Fix the trymailer
Review of attachment 659643 [details] [diff] [review]:
-----------------------------------------------------------------
::: bin/try_mailer.py
@@ +63,5 @@
>
> + branch = props['branch']
> + tree = "Try"
> + if 'comm' in branch:
> + tree = "ThunderbirdTry"
I don't like the hardcoding of the tree name here. I can't bring myself to r- based on it, but I filed bug 789935 to fix it later.
Attachment #659643 -
Flags: review?(bhearsum) → review+
Comment 7•12 years ago
|
||
Comment on attachment 659645 [details] [diff] [review]
Fix --post-to-bugzilla annotations
Review of attachment 659645 [details] [diff] [review]:
-----------------------------------------------------------------
Lukas/RelMan owns this code, I don't feel comfortable reviewing it.
Attachment #659645 -
Flags: review?(bhearsum) → review?(lsblakk)
Assignee | ||
Comment 8•12 years ago
|
||
Comment on attachment 659643 [details] [diff] [review]
Fix the trymailer
http://hg.mozilla.org/build/buildbotcustom/rev/ad06bd5973ce
Attachment #659643 -
Flags: checked-in+
Assignee | ||
Comment 9•12 years ago
|
||
Stupid typo, we had the forms without the dash before we moved across to the FF infra, and it still catches me out :-(
Attachment #659997 -
Flags: review?(bhearsum)
Assignee | ||
Comment 10•12 years ago
|
||
Corrected for Thunderbird-Try
Attachment #659645 -
Attachment is obsolete: true
Attachment #659645 -
Flags: review?(lsblakk)
Attachment #659998 -
Flags: review?(lsblakk)
Comment 11•12 years ago
|
||
Comment on attachment 659997 [details] [diff] [review]
ThunderbirdTry -> Thunderbird-Try
I happened to peek in, and simple enough to steal from ben
Attachment #659997 -
Flags: review?(bhearsum) → review+
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → mbanner
Assignee | ||
Comment 12•12 years ago
|
||
Comment on attachment 659997 [details] [diff] [review]
ThunderbirdTry -> Thunderbird-Try
http://hg.mozilla.org/build/buildbotcustom/rev/471d9c4437ea
Attachment #659997 -
Flags: checked-in+
Comment 13•12 years ago
|
||
In production.
Assignee | ||
Updated•12 years ago
|
Attachment #659998 -
Attachment is patch: true
Assignee | ||
Updated•12 years ago
|
Whiteboard: [buildbot][thunderbird][try] → [buildbot][thunderbird][try][try emails fixed, post to bugzilla patch pending review]
Comment 14•12 years ago
|
||
Comment on attachment 659998 [details] [diff] [review]
Fix --post-to-bugzilla annotations v2
This patch looks good to me.
Attachment #659998 -
Flags: feedback+
Comment 15•12 years ago
|
||
Comment on attachment 659998 [details] [diff] [review]
Fix --post-to-bugzilla annotations v2
There's no staging schedulerdbpoller, but this looks ok so rubber-stamp r+ and we can land/test, backout if it blows up the --post-to-bugzilla.
Attachment #659998 -
Flags: review?(lsblakk) → review+
Assignee | ||
Comment 16•12 years ago
|
||
Comment on attachment 659998 [details] [diff] [review]
Fix --post-to-bugzilla annotations v2
Checked in to default and production:
http://hg.mozilla.org/build/autoland/rev/ca5d3af358d6
http://hg.mozilla.org/build/autoland/rev/f7759f0ce3a7
Attachment #659998 -
Flags: checked-in+
Comment 17•12 years ago
|
||
Pulled onto autoland master, so we should see this reflected in future bug posts.
Assignee | ||
Comment 18•12 years ago
|
||
So this didn't work. My current theory is that this is because autoland is being called with "Try" as the branch argument. I think that is in turn because of bug 734225 - some of the Thunderbird builds are showing up on autoland.
Lukas, do you know if autoland explicitly watches the "try" branch for --post-to-bugzilla? As that would confirm my thinking.
Depends on: 734225
Assignee | ||
Comment 19•12 years ago
|
||
As the try server emails have now been fixed, which is what this bug was originally about, I'm going to mark this as fixed.
I've split off the autoland/--post-to-bugzilla issues into bug 807778.
(fwiw in comment 18, bug 734225 should have been bug 751066)
Status: NEW → RESOLVED
Closed: 12 years ago
No longer depends on: 734225
Resolution: --- → FIXED
Whiteboard: [buildbot][thunderbird][try][try emails fixed, post to bugzilla patch pending review] → [buildbot][thunderbird][try]
Updated•11 years ago
|
Product: mozilla.org → Release Engineering
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
•