Closed
Bug 1583557
Opened 5 years ago
Closed 5 years ago
Replace manual GCP linux pool with one managed by worker-manager
Categories
(Taskcluster :: Workers, task)
Taskcluster
Workers
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: coop, Assigned: bstack)
Details
Attachments
(4 files)
As has become apparent in bug 1570148, we need to decomm the existing manually-managed pool of linux workers in favour of a proper worker pool that uses the GCP projects managed by relops.
This will involve a bunch of changes:
- updating worker types for existing tier-3 builds in GCP (e.g. [1], [2])
- changes to ci-configuration to include the new worker pool [3]
- testing to make sure builders work, including sccache hits (bug 1570148)
- https://hg.mozilla.org/mozilla-central/file/79b08a0a1c3fa2834e668b205fd69ff79c8630d1/taskcluster/taskgraph/util/workertypes.py#l14
- https://hg.mozilla.org/mozilla-central/file/79b08a0a1c3fa2834e668b205fd69ff79c8630d1/taskcluster/ci/build/linux.yml#l1192 (and other platform-specific ymls)
- https://hg.mozilla.org/ci/ci-configuration/file/8ef9a588b99c0fa28c8c6a39db0d78e8cc8d61cc/worker-pools.yml
Reporter | ||
Updated•5 years ago
|
Assignee: nobody → bstack
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
Assignee | ||
Comment 3•5 years ago
|
||
Assignee | ||
Comment 4•5 years ago
|
||
ok, I believe these are "working". next step I guess is testing and iterating on whatever goes wrong
Assignee | ||
Comment 5•5 years ago
|
||
Assignee | ||
Comment 6•5 years ago
|
||
I haven't heard of any issues with this since we launched it. I'll close for now and we can reopen if it turns out something isn't working with provisioning.
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•