Closed
Bug 1376279
Opened 5 years ago
Closed 5 years ago
decommission six mac buildbot test masters
Categories
(Infrastructure & Operations Graveyard :: CIDuty, task)
Infrastructure & Operations Graveyard
CIDuty
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: kmoir, Assigned: spacurar)
References
Details
Attachments
(2 files)
3.48 KB,
patch
|
aselagea
:
review+
aselagea
:
checked-in+
|
Details | Diff | Splinter Review |
8.22 KB,
patch
|
aselagea
:
review+
aselagea
:
checked-in+
|
Details | Diff | Splinter Review |
since we have migrated the majority on tests to run on tc
Reporter | ||
Updated•5 years ago
|
Assignee: nobody → spacurar
Assignee | ||
Comment 1•5 years ago
|
||
I noticed in the DB (1) that there are only several slaves connected to each masters. Shouldn't we decommission more than just 2 test masters in this case? All 8 masters are located in scl3 datacenter. Side note: what should we do with the snow machines, since there are no jobs running for more than 20 days because mozilla-aurora has been retired. (1) mysql> select masters.nickname, count(*), masters.enabled from slaves, masters where masters.nickname like '%macosx%' and slaves.name not like '%snow%' and slaves.current_masterid = masters.masterid group by masters.nickname; +---------------------+----------+---------+ | nickname | count(*) | enabled | +---------------------+----------+---------+ | bm106-tests1-macosx | 9 | 1 | | bm107-tests1-macosx | 7 | 1 | | bm108-tests1-macosx | 3 | 1 | | bm132-tests1-macosx | 5 | 1 | | bm133-tests1-macosx | 6 | 1 | | bm134-tests1-macosx | 6 | 1 | | bm135-tests1-macosx | 2 | 1 | | bm136-tests1-macosx | 5 | 1 | +---------------------+----------+---------+
Flags: needinfo?(catlee)
Comment 2•5 years ago
|
||
I think we could reduce down to 2 masters. A single master could handle the load, but we need some redundancy.
Flags: needinfo?(catlee)
Assignee | ||
Comment 3•5 years ago
|
||
Removed mac buildbot test masters 108, 132, 133, 134, 135 and 136 from puppet.
Attachment #8883536 -
Flags: review?(aselagea)
Assignee | ||
Comment 4•5 years ago
|
||
Removed mac buildbot test masters 108, 132, 133, 134, 135 and 136 from tools repository.
Attachment #8883537 -
Flags: review?(aselagea)
Updated•5 years ago
|
Attachment #8883536 -
Flags: review?(aselagea) → review+
Updated•5 years ago
|
Attachment #8883537 -
Flags: review?(aselagea) → review+
Assignee | ||
Updated•5 years ago
|
Summary: decommission two mac buildbot test masters → decommission six mac buildbot test masters
Comment 5•5 years ago
|
||
Comment on attachment 8883536 [details] [diff] [review] decomission_2_macs_puppet.patch https://hg.mozilla.org/build/puppet/rev/26e2ce139869 https://hg.mozilla.org/build/puppet/rev/2e99bef2314c
Attachment #8883536 -
Flags: checked-in+
Comment 6•5 years ago
|
||
Comment on attachment 8883537 [details] [diff] [review] decomission_2_macs_tools.patch https://hg.mozilla.org/build/tools/rev/5efede04659d
Attachment #8883537 -
Flags: checked-in+
Comment 7•5 years ago
|
||
Yay, dependency bugs done, is there anything left here to do or can we declare victory?
Flags: needinfo?(spacurar)
Assignee | ||
Comment 8•5 years ago
|
||
I think what is left is to remove them from the db. I am taking care of this right now.
Flags: needinfo?(spacurar)
Assignee | ||
Comment 9•5 years ago
|
||
It's done now. Thank you mtabara for your help!
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Updated•4 years ago
|
Product: Release Engineering → Infrastructure & Operations
Updated•3 years ago
|
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•