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)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: armenzg, Assigned: armenzg)
References
Details
(Whiteboard: [buildslaves][slavealloc])
No description provided.
Assignee | ||
Updated•13 years ago
|
Priority: -- → P3
Comment 1•13 years ago
|
||
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]
Updated•13 years ago
|
Assignee: armenzg → nobody
Component: Release Engineering → Release Engineering: Machine Management
QA Contact: release → armenzg
Assignee | ||
Comment 3•13 years ago
|
||
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
Comment 4•13 years ago
|
||
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 → ---
Assignee | ||
Updated•13 years ago
|
Priority: P3 → P4
Assignee | ||
Comment 5•13 years ago
|
||
It seems that someone already has gone through this and has updated them.
Status: REOPENED → RESOLVED
Closed: 13 years ago → 13 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
Updated•7 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
•