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)

x86
macOS
task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: aselagea, Assigned: aselagea)

References

Details

Attachments

(1 file)

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.
Added the patch to remove the slave from buildbot-configs.
Attachment #8668367 - Flags: review?(coop)
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: nobody → alin.selagea
Attachment #8668367 - Flags: review?(coop) → review+
Attachment #8668367 - Flags: checked-in+
Changes to decommission the slave are in production.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Product: Release Engineering → Infrastructure & Operations
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in before you can comment on or make changes to this bug.