Closed
Bug 1193304
Opened 10 years ago
Closed 10 years ago
releng changes to decomm bld-lion-r5-055
Categories
(Infrastructure & Operations Graveyard :: CIDuty, task)
Infrastructure & Operations Graveyard
CIDuty
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: kmoir, Assigned: kmoir)
References
Details
Attachments
(1 file)
|
801 bytes,
patch
|
coop
:
review+
kmoir
:
checked-in+
|
Details | Diff | Splinter Review |
In bug 1188409, bld-lion-r5-055 was decommed by dcops
We need to implement changes to remove it from our buildbot configs and slavealloc on the releng side of things.
| Assignee | ||
Comment 1•10 years ago
|
||
patch to remove from buildbot configs
| Assignee | ||
Comment 2•10 years ago
|
||
mysql> select * from slaves where name = "bld-lion-r5-055";
+---------+-----------------+----------+--------+---------+-----------+------+---------+-------+--------+---------------+-----------------+---------+------------------+--------+--------------+
| slaveid | name | distroid | bitsid | speedid | purposeid | dcid | trustid | envid | poolid | basedir | locked_masterid | enabled | current_masterid | notes | custom_tplid |
+---------+-----------------+----------+--------+---------+-----------+------+---------+-------+--------+---------------+-----------------+---------+------------------+--------+--------------+
| 1892 | bld-lion-r5-055 | 12 | 2 | 8 | 5 | 10 | 5 | 2 | 24 | /builds/slave | NULL | 0 | 269 | decomm | NULL |
+---------+-----------------+----------+--------+---------+-----------+------+---------+-------+--------+---------------+-----------------+---------+------------------+--------+--------------+
1 row in set (0.00 sec)
mysql> delete from slaves where name = "bld-lion-r5-055";
Query OK, 1 row affected (0.00 sec)
mysql> select * from slaves where name = "bld-lion-r5-055";
Empty set (0.00 sec)
| Assignee | ||
Updated•10 years ago
|
Attachment #8646336 -
Flags: review?(coop)
| Assignee | ||
Updated•10 years ago
|
Assignee: nobody → kmoir
Updated•10 years ago
|
Attachment #8646336 -
Flags: review?(coop) → review+
| Assignee | ||
Updated•10 years ago
|
Attachment #8646336 -
Flags: checked-in+
| Assignee | ||
Comment 3•10 years ago
|
||
I actually made a mistake it was supposed to be
+MAC_LION_MINIS = ['bld-lion-r5-%03d' % x for x in range(1,7) + range(41,55) + range(56,69) + \
:-)
Comment 4•10 years ago
|
||
Comment 5•10 years ago
|
||
| Assignee | ||
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 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
•