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)

x86_64
macOS
task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: vciobancai, Assigned: vciobancai)

References

Details

Attachments

(1 file, 2 obsolete files)

No description provided.
OS: Unspecified → Mac OS X
Hardware: Unspecified → x86_64
Attached patch t-snow-r4-0153.patch (obsolete) — Splinter Review
Attachment #8660587 - Flags: review?(kmoir)
Attachment #8660587 - Flags: review?(coop)
According to this bug 1200066 the slave has been decommissioned. Attached the patch
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: nobody → vlad.ciobancai
Attachment #8660587 - Flags: review?(kmoir) → review+
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?
Attached patch t-snow-r4-0153.patch (obsolete) — Splinter Review
Updated the patch
Attachment #8660587 - Attachment is obsolete: true
Attachment #8660587 - Flags: review?(coop)
Attachment #8660587 - Flags: review?
Attachment #8660749 - Flags: review?(kmoir)
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?
Attachment #8660764 - Flags: review?(kmoir)
Attachment #8660749 - Attachment is obsolete: true
Attachment #8660749 - Flags: review?(kmoir)
I cleaned the repository and I cloned again. I attached the correct patch.
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+
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)
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
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.

Attachment

General

Created:
Updated:
Size: