Closed
Bug 621681
Opened 14 years ago
Closed 13 years ago
Enhance tryserver email threading
Categories
(Release Engineering :: General, enhancement, P5)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: glandium, Unassigned)
References
Details
(Whiteboard: [tryserver])
With the number of try server emails one can get when enabling a whole bunch of tests for various architectures, I think some enhancement on email threading could be welcome, such as having the following hierarchy:
+- Try submission (the thanks for your try submission message)
+- linux build message
+- linux mochitest1 message
+- linux mochitest2 message
+- ...
+- win32 build message
+- test message
+- mac build message
This could be achieved quite easily, by having the various messages use different headers, e.g.:
Try submission:
Message-Id: <tryserver-$rev@try.build.mozilla.com>
Build messages:
Message-Id: <tryserver-build-$rev@try.build.mozilla.com>
In-Reply-To: <tryserver-$rev@try.build.mozilla.com>
References: <tryserver-$rev@try.build.mozilla.com>
Test messages:
Message-Id: <tryserver-test-$rev@try.build.mozilla.com>
In-Reply-To: <tryserver-build-$rev@try.build.mozilla.com>
References: <tryserver-$rev@try.build.mozilla.com> <tryserver-build-$rev@try.build.mozilla.com>
Updated•14 years ago
|
Comment 3•13 years ago
|
||
Now there are other ways to get the info on your try run: post to a bug, self-serve and you can disable emails to get less of them. The rest I think we can leave to mail filters.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WONTFIX
Assignee | ||
Updated•11 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•