Closed
Bug 1294927
Opened 8 years ago
Closed 8 years ago
release logs missing
Categories
(Release Engineering :: Release Automation: Other, defect)
Release Engineering
Release Automation: Other
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ewong, Unassigned)
References
Details
After 45.0 release, the logs for the 46->49.0 releases (incl. betas)
are missing.
i.e. comparing:
http://ftp.mozilla.org/pub/firefox/candidates/45.0.2-candidates/build1/
vs.
http://ftp.mozilla.org/pub/firefox/candidates/46.0-candidates/build5/
the log/ directory is missing.
As intended or did they get stored somewhere that I didn't look for.
(and I did look under firefox/{bundles,candidates,nightly,releases,tinderbox-builds}. (I did skipped try-builds.}
Comment 1•8 years ago
|
||
This is expected after we switched to release promotion.
Release related tasks can be found using the TC index service at https://tools.taskcluster.net/index/#releases.v1.mozilla-release/releases.v1.mozilla-release
There are a couple of issues we still want to address:
1) add more routes to tasks in bug 1289980
2) make the existing logs browsable (bug 1295133)
Blocks: release-promotion
Depends on: 1295133
Reporter | ||
Comment 2•8 years ago
|
||
(In reply to Rail Aliiev [:rail] from comment #1)
> This is expected after we switched to release promotion.
>
> Release related tasks can be found using the TC index service at
> https://tools.taskcluster.net/index/#releases.v1.mozilla-release/releases.v1.
> mozilla-release
>
> There are a couple of issues we still want to address:
>
> 1) add more routes to tasks in bug 1289980
> 2) make the existing logs browsable (bug 1295133)
Oh, so they got moved to taskcluster.net?
I just had a brief look at Firefox 46.0.1, and finally found that
the logs are shown when you click on the TaskID and then click
on the Run#.. I'm guessing it takes sometime before it can
load the live.log, right?
also, out of curiosity, with the tasks expire in 9 months, what
happens if someone wants to check up the logs 10 months down
the road?
Comment 3•8 years ago
|
||
(In reply to Edmund Wong (:ewong) from comment #2)
> Oh, so they got moved to taskcluster.net?
Some tasks yes, some still use buildbot bridge to run jobs in buildbot.
> I just had a brief look at Firefox 46.0.1, and finally found that
> the logs are shown when you click on the TaskID and then click
> on the Run#.. I'm guessing it takes sometime before it can
> load the live.log, right?
Some tasks have live logs, some (buildbot bridge jobs) publish properties.json with log_url inside, some have no logs.
> also, out of curiosity, with the tasks expire in 9 months, what
> happens if someone wants to check up the logs 10 months down
> the road?
We already copy them to a separate s3 bucket, just need to make it browsable.
Updated•8 years ago
|
Component: Releases → Release Automation
Comment 4•8 years ago
|
||
The logs should be available, https://bugzilla.mozilla.org/show_bug.cgi?id=1295133,
http://mozilla-release-logs.s3-website-us-east-1.amazonaws.com/
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•