Closed
Bug 1204431
Opened 10 years ago
Closed 10 years ago
releng changes to decommission t-snow-r4-0153
Categories
(Infrastructure & Operations Graveyard :: CIDuty, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: vciobancai, Assigned: vciobancai)
References
Details
Attachments
(1 file, 2 obsolete files)
|
618 bytes,
patch
|
kmoir
:
review+
kmoir
:
checked-in+
|
Details | Diff | Splinter Review |
No description provided.
| Assignee | ||
Updated•10 years ago
|
OS: Unspecified → Mac OS X
Hardware: Unspecified → x86_64
| Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8660587 -
Flags: review?(kmoir)
Attachment #8660587 -
Flags: review?(coop)
| Assignee | ||
Comment 2•10 years ago
|
||
According to this bug 1200066 the slave has been decommissioned. Attached the patch
| Assignee | ||
Comment 3•10 years ago
|
||
mysql> select slaveid, name, trustid, basedir, current_masterid from slaves where name = "t-snow-r4-0153";
+---------+----------------+---------+---------------+------------------+
| slaveid | name | trustid | basedir | current_masterid |
+---------+----------------+---------+---------------+------------------+
| 14303 | t-snow-r4-0153 | 4 | /builds/slave | 293 |
+---------+----------------+---------+---------------+------------------+
1 row in set (0.00 sec)
After the patch is reviewed and is approved I will run the delete command in DB: delete from slaves where name = "t-snow-r4-0153";
| Assignee | ||
Updated•10 years ago
|
Assignee: nobody → vlad.ciobancai
Updated•10 years ago
|
Attachment #8660587 -
Flags: review?(kmoir) → review+
Comment 4•10 years ago
|
||
Comment on attachment 8660587 [details] [diff] [review]
t-snow-r4-0153.patch
actually can you fix this patch so it's not bitrotten
When I looked at it it looked fine but then when I tried to land it it was out of date. I think you need to update your local copy of the repository to reflect recent changes
Attachment #8660587 -
Flags: review+ → review?
| Assignee | ||
Comment 5•10 years ago
|
||
Updated the patch
Attachment #8660587 -
Attachment is obsolete: true
Attachment #8660587 -
Flags: review?(coop)
Attachment #8660587 -
Flags: review?
Attachment #8660749 -
Flags: review?(kmoir)
Comment 6•10 years ago
|
||
This is what the file looks like now
http://hg.mozilla.org/build/buildbot-configs/file/db04321d2679/mozilla-tests/production_config.py#l31
for i in range(1, 93) + range(95, 166): # slaves 0093&0094 have been decommed
SLAVES['snowleopard']['t-snow-r4-%04i' % i] = {}
So your patch needs to take this into account. Is your local repository up to date?
| Assignee | ||
Comment 7•10 years ago
|
||
Attachment #8660764 -
Flags: review?(kmoir)
| Assignee | ||
Updated•10 years ago
|
Attachment #8660749 -
Attachment is obsolete: true
Attachment #8660749 -
Flags: review?(kmoir)
| Assignee | ||
Comment 8•10 years ago
|
||
I cleaned the repository and I cloned again. I attached the correct patch.
Comment 9•10 years ago
|
||
Comment on attachment 8660764 [details] [diff] [review]
t-snow-r4-0153.patch
Thanks!
Attachment #8660764 -
Flags: review?(kmoir)
Attachment #8660764 -
Flags: review+
Attachment #8660764 -
Flags: checked-in+
| Assignee | ||
Comment 10•10 years ago
|
||
mysql> select slaveid, name, trustid, basedir, current_masterid from slaves where name = "t-snow-r4-0153";
+---------+----------------+---------+---------------+------------------+
| slaveid | name | trustid | basedir | current_masterid |
+---------+----------------+---------+---------------+------------------+
| 14303 | t-snow-r4-0153 | 4 | /builds/slave | 293 |
+---------+----------------+---------+---------------+------------------+
1 row in set (0.01 sec)
mysql> delete from slaves where name = "t-snow-r4-0153";
Query OK, 1 row affected (0.01 sec)
mysql> select slaveid, name, trustid, basedir, current_masterid from slaves where name = "t-snow-r4-0153";
Empty set (0.00 sec)
Comment 11•10 years ago
|
||
Checked buildbot-configs and noticed that the range from production_config.py configuration file has been updated, so the patch has been landed.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
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
•