Closed
Bug 582939
Opened 15 years ago
Closed 15 years ago
Decouple the buildslave names from the machines that they run on
Categories
(Tamarin Graveyard :: Build Config, defect)
Tamarin Graveyard
Build Config
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: brbaker, Assigned: brbaker)
Details
(Whiteboard: buildbot)
Attachments
(1 file)
88.02 KB,
patch
|
cpeyer
:
review+
|
Details | Diff | Splinter Review |
Currently all of the build slaves that connect to the build master are named based on the machine that they were originally running on. This makes it extremely confusing when we move the build slave to another machine. The build slaves should be named based on the builder that they attach to and NOT the machine that they are currently running on.
Example:
The build slave that connects and handles the 'windows' builder is currently called 'asteamwin2', since that is the machine that it runs on. The build slave should instead just be called 'windows' to make the builder that it is connecting to.
Flags: flashplayer-triage+
Flags: flashplayer-qrb?
Assignee | ||
Comment 1•15 years ago
|
||
Attachment #461217 -
Flags: review?(cpeyer)
Comment 2•15 years ago
|
||
Comment on attachment 461217 [details] [diff] [review]
change build slave names to match builder and NOT host
Looks good - just need to make sure when updating each buildslave that the host info file is up to date and contains the correct machine name and ip address. For the beagleboards maybe we should place a link to the ip table in zerowing?
Attachment #461217 -
Flags: review?(cpeyer) → review+
Assignee | ||
Comment 3•15 years ago
|
||
(In reply to comment #2)
> Looks good - just need to make sure when updating each buildslave that the host
> info file is up to date and contains the correct machine name and ip address.
> For the beagleboards maybe we should place a link to the ip table in zerowing?
Good idea, I will update the host files on the beagleboards to show their name and then a link to the wiki page to find their IP
Assignee | ||
Comment 4•15 years ago
|
||
Comment on attachment 461217 [details] [diff] [review]
change build slave names to match builder and NOT host
patches pushed as:
4970:7804cb4738e5
4971:b153bd2ad55b
Assignee | ||
Updated•15 years ago
|
Assignee: nobody → brbaker
Status: NEW → RESOLVED
Closed: 15 years ago
Flags: flashplayer-qrb? → in-testsuite-
Resolution: --- → FIXED
Assignee | ||
Updated•15 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•