Closed
Bug 1194211
Opened 10 years ago
Closed 10 years ago
releng changes to decommission panda-0345
Categories
(Infrastructure & Operations Graveyard :: CIDuty, task)
Infrastructure & Operations Graveyard
CIDuty
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: aselagea, Assigned: aselagea)
Details
Attachments
(1 file)
|
603 bytes,
patch
|
kmoir
:
review+
aselagea
:
checked-in+
|
Details | Diff | Splinter Review |
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.
| Assignee | ||
Comment 1•10 years ago
|
||
| Assignee | ||
Comment 2•10 years ago
|
||
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';
| Assignee | ||
Updated•10 years ago
|
Attachment #8647493 -
Flags: review?(kmoir)
Comment 3•10 years ago
|
||
Comment on attachment 8647493 [details] [diff] [review]
panda-0345.patch
Looks good!
Attachment #8647493 -
Flags: review?(kmoir) → review+
| Assignee | ||
Updated•10 years ago
|
Attachment #8647493 -
Flags: checked-in+
| Assignee | ||
Comment 4•10 years ago
|
||
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)
| Assignee | ||
Comment 5•10 years ago
|
||
In production: https://hg.mozilla.org/build/tools/rev/05352e699804
| Assignee | ||
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Comment 6•10 years ago
|
||
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 → ---
Comment 7•10 years ago
|
||
In production
| Assignee | ||
Updated•10 years ago
|
Status: REOPENED → RESOLVED
Closed: 10 years ago → 10 years ago
Resolution: --- → FIXED
Updated•8 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
•