taskclusteretl - the billing data needs the capacity information
Categories
(Data Platform and Tools :: General, enhancement, P1)
Tracking
(Not tracked)
People
(Reporter: trink, Assigned: trink)
References
Details
In the past the concurrency on the Taskcluster boxes has been generally limited to single task; as this changes we need to track it to provide proper cost and overhead totals.
| Assignee | ||
Updated•5 years ago
|
Comment 1•5 years ago
|
||
I should note that the capacity of most of the decision workers was meant to be 2, but due to bugs in ci-admin was 1 until I fixed the bug on 2020-05-22 (Bug 1640088). That also fixed the capacity of */misc to be 8.
| Assignee | ||
Comment 2•5 years ago
|
||
The capacity is extracted from the CI configuration file: https://hg.mozilla.org/ci/ci-configuration/file/668877d5f11bae3cb3f464351c249b2c7913cfa2/worker-pools.yml
The diffs since Nov 10, 2019 were manually iterated through and captured in taskclusteretl.workerpool_capacity and the cost data was regenerated/corrected on June 5th. The automated daily extraction of the capacity data still needs to be automated.
| Assignee | ||
Comment 3•5 years ago
|
||
The automation has been deployed, the capacity values are updated daily: https://github.com/mozilla-services/lua_sandbox_extensions/commit/5c2ba4eec646f2cc4a628c89c54eea28fb8927ea
Description
•