Closed
Bug 1617043
Opened 6 years ago
Closed 6 years ago
Time spent in fetch-content is not tracked
Categories
(Firefox Build System :: Task Configuration, task)
Firefox Build System
Task Configuration
Tracking
(firefox75 fixed)
RESOLVED
FIXED
mozilla75
| Tracking | Status | |
|---|---|---|
| firefox75 | --- | fixed |
People
(Reporter: glandium, Assigned: glandium)
Details
Attachments
(1 file)
We track the time spent in mercurial. We track the time spent in the build. But we don't track the time we spend between these two, which is fetch-content.
| Assignee | ||
Comment 1•6 years ago
|
||
Relatedly, the time spent in mach artifact toolchain is not tracked either.
| Assignee | ||
Comment 2•6 years ago
|
||
Note: while we can use time.monotonic in fetch-content, we can't in
mach artifact toolchain yet because it's still python2.
Updated•6 years ago
|
Assignee: nobody → mh+mozilla
Status: NEW → ASSIGNED
Pushed by mh@glandium.org:
https://hg.mozilla.org/integration/autoland/rev/e6ab708ef6f3
Track the time spent in fetch-content and mach artifact toolchain. r=rstewart
Comment 4•6 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox75:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla75
You need to log in
before you can comment on or make changes to this bug.
Description
•