Closed
Bug 866649
Opened 12 years ago
Closed 12 years ago
bld-centos6-hp-024 is not in visible on slavealoc webui
Categories
(Infrastructure & Operations Graveyard :: CIDuty, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: rail, Unassigned)
Details
(Whiteboard: [buildduty])
... but still in the database and takes jobs
mysql> select * from slaves where name = 'bld-centos6-hp-024';
+---------+--------------------+----------+--------+---------+-----------+------+---------+-------+--------+---------------+-----------------+---------+------------------+----------------------------------------+--------------+
| slaveid | name | distroid | bitsid | speedid | purposeid | dcid | trustid | envid | poolid | basedir | locked_masterid | enabled | current_masterid | notes | custom_tplid |
+---------+--------------------+----------+--------+---------+-----------+------+---------+-------+--------+---------------+-----------------+---------+------------------+----------------------------------------+--------------+
| 1811 | bld-centos6-hp-024 | 15 | 2 | 6 | 5 | 7 | 4 | 5 | 6 | /builds/slave | NULL | 1 | 58 | changed to AHCI vs RAID for bug 779487 | NULL |
+---------+--------------------+----------+--------+---------+-----------+------+---------+-------+--------+---------------+-----------------+---------+------------------+----------------------------------------+--------------+
Reporter | ||
Comment 1•12 years ago
|
||
It turns out that envid=5 is decomm. I updated envid and poolid (moved to aws masters):
mysql> update slaves set envid=2 where name = 'bld-centos6-hp-024';
Query OK, 1 row affected (0.01 sec)
Rows matched: 1 Changed: 1 Warnings: 0
mysql> update slaves set poolid=39 where name = 'bld-centos6-hp-024';
Query OK, 1 row affected (0.01 sec)
Rows matched: 1 Changed: 1 Warnings: 0
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•11 years ago
|
Product: mozilla.org → Release Engineering
Updated•7 years ago
|
Product: Release Engineering → Infrastructure & Operations
Updated•5 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
•