Closed Bug 1196217 Opened 9 years ago Closed 9 years ago

releng changes to decommission t-snow-r4-0094

Categories

(Infrastructure & Operations Graveyard :: CIDuty, task)

x86_64
macOS
task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: aselagea, Assigned: aselagea)

Details

Attachments

(1 file)

According to bug 1193734, this machine was decommissioned. 
We will need to implement the changes on the releng side.
Attachment #8649897 - Flags: review?(kmoir)
mysql> select * from slaves where name = "t-snow-r4-0094";
+---------+----------------+----------+--------+---------+-----------+------+---------+-------+--------+---------------+-----------------+---------+------------------+--------------------------+--------------+
| slaveid | name           | distroid | bitsid | speedid | purposeid | dcid | trustid | envid | poolid | basedir       | locked_masterid | enabled | current_masterid | notes                    | custom_tplid |
+---------+----------------+----------+--------+---------+-----------+------+---------+-------+--------+---------------+-----------------+---------+------------------+--------------------------+--------------+
|   14185 | t-snow-r4-0094 |        5 |      2 |       1 |         4 |   10 |       4 |     2 |     65 | /builds/slave |            NULL |       0 |             NULL | diagnostics, bug 1193734 |         NULL |
+---------+----------------+----------+--------+---------+-----------+------+---------+-------+--------+---------------+-----------------+---------+------------------+--------------------------+--------------+
1 row in set (0.00 sec)

delete from slaves where name = "t-snow-r4-0094";
Comment on attachment 8649897 [details] [diff] [review]
t-snow-r4-0094.patch

I'll land it for you. Thanks!
Attachment #8649897 - Flags: review?(kmoir) → review+
Attachment #8649897 - Flags: checked-in+
Assignee: nobody → alin.selagea
mysql> delete from slaves where name = "t-snow-r4-0094";
Query OK, 0 rows affected (0.01 sec)

mysql> select * from slaves where name = "t-snow-r4-0094";
Empty set (0.01 sec)
In production
Status: NEW → RESOLVED
Closed: 9 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.