Closed
Bug 1274300
Opened 8 years ago
Closed 8 years ago
Remove b-2008-ix, talos-linux32 from buildbot-configs and slavealloc
Categories
(Infrastructure & Operations Graveyard :: CIDuty, task)
Infrastructure & Operations Graveyard
CIDuty
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: catlee, Assigned: aobreja)
Details
Attachments
(2 files)
2.07 KB,
patch
|
kmoir
:
review+
aselagea
:
checked-in+
|
Details | Diff | Splinter Review |
223.93 KB,
patch
|
kmoir
:
review+
aselagea
:
checked-in+
|
Details | Diff | Splinter Review |
We can remove b-2008-ix and talos-linux32 machines from buildbot-configs and slavealloc, they're not used any more.
Assignee | ||
Updated•8 years ago
|
Assignee: nobody → andrei.obreja
Assignee | ||
Comment 1•8 years ago
|
||
Added patch to remove b-2008-ix, talos-linux32 from buildbot-configs.
Attachment #8754713 -
Flags: review?(kmoir)
Assignee | ||
Comment 2•8 years ago
|
||
Added patch to remove b-2008-ix, talos-linux32 from slave_health.
Attachment #8754715 -
Flags: review?(kmoir)
Updated•8 years ago
|
Attachment #8754715 -
Flags: review?(kmoir) → review+
Comment 3•8 years ago
|
||
Comment on attachment 8754713 [details] [diff] [review]
bug1274300_bb_remove.patch
looks good!
We also need to delete the machine entries from slavealloc
Attachment #8754713 -
Flags: review?(kmoir) → review+
Comment 4•8 years ago
|
||
Removed the entries for b-2008-ix and talos-linux32-ix from slavealloc.
mysql> select count(*) from slaves where name like 'b-2008-ix%';
+----------+
| count(*) |
+----------+
| 180 |
+----------+
1 row in set (0.00 sec)
mysql> delete from slaves where name like 'b-2008-ix%';
Query OK, 180 rows affected (0.06 sec)
mysql> select count(*) from slaves where name like 'talos-linux32-ix%';
+----------+
| count(*) |
+----------+
| 55 |
+----------+
1 row in set (0.00 sec)
mysql> delete from slaves where name like 'talos-linux32-ix%';
Query OK, 55 rows affected (0.01 sec)
Updated•8 years ago
|
Attachment #8754713 -
Flags: checked-in+
Updated•8 years ago
|
Attachment #8754715 -
Flags: checked-in+
Comment 5•8 years ago
|
||
Assignee | ||
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Updated•6 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
•