Closed
Bug 1199586
Opened 10 years ago
Closed 10 years ago
releng changes to decommission t-snow-r4-0093
Categories
(Infrastructure & Operations Graveyard :: CIDuty, task)
Infrastructure & Operations Graveyard
CIDuty
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: aselagea, Assigned: aselagea)
Details
Attachments
(1 file)
588 bytes,
patch
|
kmoir
:
review+
kmoir
:
checked-in+
|
Details | Diff | Splinter Review |
As stated in bug 1197071, t-snow-r4-0093 has been decommissioned by the DCOps team, so we need to implement the changes to remove it from configs and from slavealloc on the releng side.
Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8653961 -
Flags: review?(kmoir)
Assignee | ||
Comment 2•10 years ago
|
||
mysql> select slaveid, name, basedir, locked_masterid, enabled, current_masterid, notes from slaves where name = "t-snow-r4-0093";
+---------+----------------+---------------+-----------------+---------+------------------+--------+
| slaveid | name | basedir | locked_masterid | enabled | current_masterid | notes |
+---------+----------------+---------------+-----------------+---------+------------------+--------+
| 14183 | t-snow-r4-0093 | /builds/slave | NULL | 0 | NULL | decomm |
+---------+----------------+---------------+-----------------+---------+------------------+--------+
1 row in set (0.00 sec)
mysql> delete from slaves where name = "t-snow-r4-0093";
Query OK, 1 row affected (0.01 sec)
Updated•10 years ago
|
Attachment #8653961 -
Flags: review?(kmoir) → review+
Updated•10 years ago
|
Attachment #8653961 -
Flags: checked-in+
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WONTFIX
Comment 3•10 years ago
|
||
Updated•7 years ago
|
Product: Release Engineering → Infrastructure & Operations
Updated•6 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
•