Closed
Bug 738697
Opened 14 years ago
Closed 13 years ago
xulrunner nightly build logs go to tinderbox-builds/ instead of nightly/
Categories
(Release Engineering :: General, defect, P3)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bhearsum, Assigned: bhearsum)
References
Details
(Whiteboard: [logs][simple])
Attachments
(1 file)
|
1.88 KB,
patch
|
catlee
:
review+
bhearsum
:
checked-in+
|
Details | Diff | Splinter Review |
Comment 1•14 years ago
|
||
the problem here is a combination of http://hg.mozilla.org/build/buildbotcustom/file/bf4b09df80b4/bin/postrun.py#l61 assuming nightly builders have 'nightly' in their name, and http://hg.mozilla.org/build/buildbotcustom/file/bf4b09df80b4/misc.py#l642 not putting 'nightly' in xulrunner's builder name.
I think the best thing to do would be to change xulrunner's builder name.
| Assignee | ||
Comment 2•13 years ago
|
||
Just hit this when trying to debug bug 844785. Let's change these damn names already. Ed, anything we need to change in TBPL before appending "nightly" to the xulrunner builders' names?
Assignee: nobody → bhearsum
Comment 3•13 years ago
|
||
No TBPL code changes will be required, the xulrunner matching won't be affected:
https://hg.mozilla.org/webtools/tbpl/file/c476a0079171/js/Data.js#l556
We'll just need to re-hide the newly named xulrunner jobs using the TBPL hidden builder admin, but that's no trouble :-)
| Assignee | ||
Comment 4•13 years ago
|
||
Attachment #717849 -
Flags: review?(catlee)
Comment 5•13 years ago
|
||
Sorry I spoke too soon, I was sure the xulrunner entry was above the nightly one, but I clearly can't read! Patch landed in bug 844811 to avoid xulrunner builds displaying as a normal nightly; will push to prod shortly.
Updated•13 years ago
|
Attachment #717849 -
Flags: review?(catlee) → review+
| Assignee | ||
Updated•13 years ago
|
Attachment #717849 -
Flags: checked-in+
Comment 6•13 years ago
|
||
in production
| Assignee | ||
Comment 7•13 years ago
|
||
I triggered a new xulrunner nightly to test this.
| Assignee | ||
Comment 8•13 years ago
|
||
This worked: https://ftp.mozilla.org/pub/mozilla.org/xulrunner/nightly/2013-02-26-11-22-51-mozilla-central/
We also got the log in tinderbox builds still: https://ftp.mozilla.org/pub/mozilla.org/xulrunner/tinderbox-builds/mozilla-central-win32/1361906571/
meh!
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•13 years ago
|
Product: mozilla.org → Release Engineering
Updated•8 years ago
|
Component: General Automation → General
You need to log in
before you can comment on or make changes to this bug.
Description
•