Closed
Bug 744119
Opened 13 years ago
Closed 13 years ago
remove moz2-darwin10-slave01 from the list of active slaves
Categories
(Infrastructure & Operations Graveyard :: CIDuty, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bear, Assigned: catlee)
References
Details
(Whiteboard: [buildduty][buildslaves])
Attachments
(1 file)
|
2.27 KB,
patch
|
bear
:
review+
catlee
:
checked-in+
|
Details | Diff | Splinter Review |
This host is being decommissioned so it needs to be removed from slavealloc and also the configs
| Reporter | ||
Updated•13 years ago
|
Depends on: darwin10-slave01
Whiteboard: [buildduty][buildslaves]
| Reporter | ||
Comment 1•13 years ago
|
||
removed from slavealloc:
mysql> select * from slaves where name = "moz2-darwin10-slave01";
+---------+-----------------------+----------+--------+---------+-----------+------+---------+-------+--------+---------------+-----------------+---------+------------------+-------+--------------+
| slaveid | name | distroid | bitsid | speedid | purposeid | dcid | trustid | envid | poolid | basedir | locked_masterid | enabled | current_masterid | notes | custom_tplid |
+---------+-----------------------+----------+--------+---------+-----------+------+---------+-------+--------+---------------+-----------------+---------+------------------+-------+--------------+
| 215 | moz2-darwin10-slave01 | 5 | 2 | 1 | 5 | 5 | 7 | 3 | 8 | /builds/slave | NULL | 1 | 35 | | NULL |
+---------+-----------------------+----------+--------+---------+-----------+------+---------+-------+--------+---------------+-----------------+---------+------------------+-------+--------------+
1 row in set (0.00 sec)
mysql> delete from slaves where slaveid = 215;
Query OK, 1 row affected (0.00 sec)
| Assignee | ||
Comment 2•13 years ago
|
||
Attachment #615323 -
Flags: review?(bear)
| Reporter | ||
Updated•13 years ago
|
Attachment #615323 -
Flags: review?(bear) → review+
| Assignee | ||
Updated•13 years ago
|
Attachment #615323 -
Flags: checked-in+
| Assignee | ||
Comment 3•13 years ago
|
||
this went live in today's reconfig
Assignee: nobody → catlee
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
Updated•7 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
•