Closed Bug 700705 Opened 13 years ago Closed 13 years ago

Remove many build and try slaves from our configs and slavealloc

Categories

(Release Engineering :: General, defect, P3)

x86
macOS
defect

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: armenzg, Assigned: armenzg)

References

Details

Attachments

(2 files, 1 obsolete file)

It got removed in bug 635964. Also check that those slaves on that bug don't exist anymore.
Assignee: nobody → armenzg
Status: NEW → ASSIGNED
This patch removes all of these slaves. All of these slaves return this message: "Host try-mac-slave11.build not found: 3(NXDOMAIN)" armenzg-laptop $ host try-mac-slave11.build armenzg-laptop $ host try-mac-slave20.build armenzg-laptop $ host try-mac-slave21.build armenzg-laptop $ host try-mac-slave22.build armenzg-laptop $ host try-mac-slave23.build armenzg-laptop $ host try-mac-slave24.build armenzg-laptop $ host try-mac-slave25.build armenzg-laptop $ host try-mac-slave26.build armenzg-laptop $ host try-mac-slave27.build armenzg-laptop $ host try-mac-slave28.build armenzg-laptop $ host try-mac-slave29.build armenzg-laptop $ host moz2-darwin9-slave27.build armenzg-laptop $ host moz2-darwin9-slave28.build armenzg-laptop $ host moz2-darwin9-slave29.build armenzg-laptop $ host moz2-darwin9-slave30.build armenzg-laptop $ host moz2-darwin9-slave31.build armenzg-laptop $ host moz2-darwin9-slave32.build armenzg-laptop $ host moz2-darwin9-slave33.build armenzg-laptop $ host moz2-darwin9-slave34.build armenzg-laptop $ host moz2-darwin9-slave35.build armenzg-laptop $ host moz2-darwin9-slave36.build armenzg-laptop $ host moz2-darwin9-slave37.build armenzg-laptop $ host moz2-darwin10-slave52.build armenzg-laptop $ host bm-xserve21.build
Attachment #574967 - Flags: review?(coop)
Summary: Remove try-mac-slave29 from our configs and slavealloc → Remove many build and try slaves from our configs and slavealloc
Comment on attachment 574967 [details] [diff] [review] Remove all of these slaves Review of attachment 574967 [details] [diff] [review]: ----------------------------------------------------------------- Necessary, but ugly.
Attachment #574967 - Flags: review?(coop) → review+
Attached patch remove more slaves (obsolete) — Splinter Review
I will verify tomorrow that there are no more slaves that should be removed. This is the next list of slaves. From bug 688548 we also have to decommission these slaves: armenzg-laptop $ host try-mac-slave16.build Host try-mac-slave16.build not found: 3(NXDOMAIN) armenzg-laptop $ host moz2-darwin9-slave03 Host moz2-darwin9-slave03 not found: 3(NXDOMAIN) armenzg-laptop $ host bm-xserve02.build Host bm-xserve02.build not found: 3(NXDOMAIN) armenzg-laptop $ host bm-xserve04.build Host bm-xserve04.build not found: 3(NXDOMAIN) armenzg-laptop $ host bm-xserve06.build Host bm-xserve06.build not found: 3(NXDOMAIN) I am also removing w32-ix-slave01 as it is a staging slave.
Priority: -- → P2
This landed in this morning's reconfig.
Attachment #574995 - Attachment is obsolete: true
Attachment #575287 - Flags: review?(coop)
There are 4 more slaves to remove from bug 673972 but I want IT to decommission them officially before we do anything. * w32-ix-slave06 * w32-ix-slave12 * w64-ix-slave02 * linux64-ix-slave37
Removed from configs, slave-alloc and IT's side: * try-mac-slave11 - from bug 629763 * try-mac-slave[20-29] - from bug 635964 * moz2-darwin9-slave[27-37] - from bug 635964 * moz2-darwin10-slave52 - from bug 683792 * bm-xserve21.build - from bug 652966 * moz2-darwin9-slave10 - from bug 629763 Removed from IT's side (waiting on coop'review): * try-mac-slave16.build - from bug 688548 * moz2-darwin9-slave03 - from bug 688548 * bm-xserve02.build - from bug 688548 * bm-xserve04.build - from bug 688548 * bm-xserve06.build - from bug 688548 Waiting on IT to remove: * w32-ix-slave06 - from bug 673972 * w32-ix-slave12 - from bug 673972 * w64-ix-slave02 - from bug 673972 * linux64-ix-slave37 - from bug 673972 Removed on our side but waiting on IT's side: *try-mac-slave35 - from bug 650297 (removed from configs and slave-alloc) ############## mysql> select name from slaves where notes LIKE '%700705%'; +-----------------------+ | name | +-----------------------+ | moz2-darwin9-slave10 | | moz2-darwin10-slave52 | | try-mac-slave11 | | bm-xserve21 | | try-mac-slave29 | | try-mac-slave35 | +-----------------------+ 6 rows in set (0.00 sec) mysql> delete from slaves where notes LIKE '%700705%'; Query OK, 6 rows affected (0.02 sec)
Priority: P2 → P3
Attachment #575287 - Flags: review?(coop) → review+
All the remaining slaves have been removed with [1] and [2]. All these slaves are being removed from IT's side in bug 703662 > * w32-ix-slave06 - from bug 673972 > * w32-ix-slave12 - from bug 673972 > * w64-ix-slave02 - from bug 673972 > * linux64-ix-slave37 - from bug 673972 > * try-mac-slave35 - from bug 650297 [1] ########################## mysql> select name from slaves where notes LIKE '700705 - armenzg remove from slavealloc'; +----------------------+ | name | +----------------------+ | bm-xserve06 | | moz2-darwin9-slave03 | | try-mac-slave16 | | bm-xserve02 | | bm-xserve04 | +----------------------+ 5 rows in set (0.01 sec) mysql> delete from slaves where notes LIKE '700705 - armenzg remove from slavealloc'; Query OK, 5 rows affected (0.01 sec) [2] ########################## mysql> select name from slaves where notes LIKE 'bug 700705 - being removed from configs'; +--------------------+ | name | +--------------------+ | linux64-ix-slave37 | | w32-ix-slave06 | | w32-ix-slave12 | | w64-ix-slave02 | +--------------------+ 4 rows in set (0.00 sec) mysql> delete from slaves where notes LIKE 'bug 700705 - being removed from configs'; Query OK, 4 rows affected (0.02 sec)
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Product: mozilla.org → Release Engineering
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: