Closed Bug 727597 Opened 13 years ago Closed 13 years ago

Change talos-r4-lion slaves in slavealloc to say darwin11 rather than darwin10

Categories

(Infrastructure & Operations Graveyard :: CIDuty, task, P4)

x86
macOS

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: armenzg, Assigned: armenzg)

References

Details

(Whiteboard: [buildslaves][slavealloc])

No description provided.
Priority: -- → P3
do you mean change the Distro to have a new item "Darwin11" and then assign that to all of the talos-r4-lion slaves?
Whiteboard: [buildslaves][slavealloc]
Assignee: armenzg → nobody
Component: Release Engineering → Release Engineering: Machine Management
QA Contact: release → armenzg
That's right. Working on it.
Assignee: nobody → armenzg
mysql> select * from distros where name like 'darwin11'; +----------+----------+ | distroid | name | +----------+----------+ | 12 | darwin11 | +----------+----------+ 1 row in set (0.01 sec) mysql> select name, distroid from slaves where name LIKE '%r4-lion%' and distroid like 5 limit 0, 1; +-------------------+----------+ | name | distroid | +-------------------+----------+ | talos-r4-lion-001 | 5 | +-------------------+----------+ 1 row in set (0.00 sec) mysql> update slaves set distroid=12 where name LIKE '%r4-lion%' and distroid like 5; Query OK, 88 rows affected (0.02 sec) Rows matched: 88 Changed: 88 Warnings: 0 d like 12 limit 0, 1; +-------------------+----------+ | name | distroid | +-------------------+----------+ | talos-r4-lion-001 | 12 | +-------------------+----------+ 1 row in set (0.00 sec)
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Depends on: 732662
Armen, I've added a row to prod's slave_passwords for the tests-scl1-macosx pool and darwin11 distro. insert into slave_passwords (poolid,distroid,password) values (11, 12, <redacted>); I haven't touched staging at all so please do the equivalent there *and* verify that slaves reconnect to masters on boot.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Priority: P3 → P4
It seems that someone already has gone through this and has updated them.
Status: REOPENED → RESOLVED
Closed: 13 years ago13 years ago
Resolution: --- → FIXED
Product: mozilla.org → Release Engineering
Product: Release Engineering → Infrastructure & Operations
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in before you can comment on or make changes to this bug.