Closed Bug 1194211 Opened 9 years ago Closed 9 years ago

releng changes to decommission panda-0345

Categories

(Infrastructure & Operations Graveyard :: CIDuty, task)

task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: aselagea, Assigned: aselagea)

Details

Attachments

(1 file)

According to bug 1193193, panda-0345 machine was decommissioned.
We will need to implement the changes to remove it from devices.json configuration file and from slavealloc on the releng side.
Attached patch panda-0345.patchSplinter Review
mysql> select * from slaves where name = 'panda-0345';
+---------+------------+----------+--------+---------+-----------+------+---------+-------+--------+--------------------+-----------------+---------+------------------+--------+--------------+
| slaveid | name       | distroid | bitsid | speedid | purposeid | dcid | trustid | envid | poolid | basedir            | locked_masterid | enabled | current_masterid | notes  | custom_tplid |
+---------+------------+----------+--------+---------+-----------+------+---------+-------+--------+--------------------+-----------------+---------+------------------+--------+--------------+
|    4043 | panda-0345 |       23 |      1 |       1 |         4 |   10 |       4 |     2 |     55 | /builds/panda-0345 |            NULL |       0 |             NULL | decomm |         NULL |
+---------+------------+----------+--------+---------+-----------+------+---------+-------+--------+--------------------+-----------------+---------+------------------+--------+--------------+
1 row in set (0.00 sec)

mysql> delete from slaves where name = 'panda-0345';
Attachment #8647493 - Flags: review?(kmoir)
Comment on attachment 8647493 [details] [diff] [review]
panda-0345.patch

Looks good!
Attachment #8647493 - Flags: review?(kmoir) → review+
Attachment #8647493 - Flags: checked-in+
mysql> delete from slaves where name = "panda-0345";
Query OK, 1 row affected (0.00 sec)

mysql> select * from slaves where name = "panda-0345";
Empty set (0.00 sec)
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Just as a fyi, we don't close the bug until a reconfig has occurred and this code is actually in production.  How can you tell if a reconfig has occurred?  Look at the maintenance page

https://wiki.mozilla.org/ReleaseEngineering/Maintenance#Reconfigs_.2F_Deployments

Usually someone from releng will run a reconfig every couple of days.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
In production
Status: REOPENED → RESOLVED
Closed: 9 years ago9 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.