Investigate GCP performance improvements
Categories
(Release Engineering :: Firefox-CI Administration, task)
Tracking
(Not tracked)
People
(Reporter: ahal, Assigned: jcristau)
References
Details
Attachments
(5 files)
While migrating tasks from AWS to GCP, we've noticed that in general they appear to run a bit slower than they did in AWS. While CPU and memory should be equivalent, there may be another factor like disk speed or network throughput at play here.
We should see if we can tweak the pools to make tasks run a little faster like they do in AWS.
Updated•2 years ago
|
| Assignee | ||
Comment 1•2 years ago
|
||
A couple of ideas: we're currently using n2 and setting minCpuPlatform to CascadeLake. We could:
- remove the minCpuPlatform setting which would allow us to get newer IceLake CPUs
- look at c2 for build pools, which is also CascadeLake generation but higher frequency and billed as "compute-optimized" where n2 is "general-purpose"; c2 also happens to currently appear twice as cheap as n2, according to this month's spot pricing.
Refs:
https://cloud.google.com/compute/docs/cpu-platforms#intel_processors
https://cloud.google.com/compute/all-pricing
| Assignee | ||
Comment 2•2 years ago
|
||
Updated•2 years ago
|
| Assignee | ||
Comment 4•2 years ago
|
||
Custom machine types aren't available here.
| Assignee | ||
Comment 6•2 years ago
|
||
| Assignee | ||
Comment 8•2 years ago
|
||
I should have double checked the vCPU count, turns out over 16 they're
not powers of two.
| Assignee | ||
Comment 10•2 years ago
|
||
Pausing my work on this for now.
Comment 11•1 year ago
|
||
:jcristau- there are worker pools leftover in: https://hg.mozilla.org/ci/ci-configuration/file/tip/worker-pools.yml, is there more work to do on them? should we clean up pools? more experiments to run?
| Assignee | ||
Updated•1 year ago
|
| Assignee | ||
Comment 13•1 year ago
|
||
Updated•1 year ago
|
Comment 14•1 year ago
|
||
Updated•1 year ago
|
Comment 15•9 months ago
|
||
The leave-open keyword is there and there is no activity for 6 months.
:jcristau, maybe it's time to close this bug?
For more information, please visit BugBot documentation.
| Assignee | ||
Updated•9 months ago
|
| Assignee | ||
Updated•19 hours ago
|
Updated•19 hours ago
|
Description
•