Closed
Bug 1210350
Opened 8 years ago
Closed 8 years ago
releng changes to decommission t-snow-r4-0034
Categories
(Infrastructure & Operations Graveyard :: CIDuty, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: aselagea, Assigned: aselagea)
References
Details
Attachments
(1 file)
662 bytes,
patch
|
coop
:
review+
kmoir
:
checked-in+
|
Details | Diff | Splinter Review |
As stated in bug 1202415, this slave has been decommissioned by DCOps team. We'll need to remove it from configs and slavealloc as well.
Assignee | ||
Comment 1•8 years ago
|
||
Added the patch to remove the slave from buildbot-configs.
Attachment #8668367 -
Flags: review?(coop)
Assignee | ||
Comment 2•8 years ago
|
||
mysql> select slaveid, name, locked_masterid, enabled, current_masterid, notes from slaves where name = "t-snow-r4-0034"; +---------+----------------+-----------------+---------+------------------+----------+ | slaveid | name | locked_masterid | enabled | current_masterid | notes | +---------+----------------+-----------------+---------+------------------+----------+ | 1195 | t-snow-r4-0034 | NULL | 0 | NULL | decommed | +---------+----------------+-----------------+---------+------------------+----------+ 1 row in set (0.00 sec) mysql> delete from slaves where name = "t-snow-r4-0034"; Query OK, 1 row affected (0.01 sec) mysql> select * from slaves where name = "t-snow-r4-0034"; Empty set (0.00 sec)
Assignee | ||
Updated•8 years ago
|
Assignee: nobody → alin.selagea
Updated•8 years ago
|
Attachment #8668367 -
Flags: review?(coop) → review+
Updated•8 years ago
|
Attachment #8668367 -
Flags: checked-in+
Assignee | ||
Comment 3•8 years ago
|
||
Changes to decommission the slave are in production.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Updated•5 years ago
|
Product: Release Engineering → Infrastructure & Operations
Updated•4 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
•