Closed
Bug 991056
Opened 9 years ago
Closed 9 years ago
stop importing WithProperties in buildbot-configs
Categories
(Release Engineering :: General, defect)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bhearsum, Assigned: bhearsum)
References
Details
Attachments
(2 files)
887 bytes,
patch
|
catlee
:
review+
bhearsum
:
checked-in+
|
Details | Diff | Splinter Review |
472 bytes,
patch
|
catlee
:
review+
bhearsum
:
checked-in+
|
Details | Diff | Splinter Review |
In the mozilla-tests configs we import WithProperties in config_common. Because of this, you can't evaluate these configs without having Buildbot installed. For bugs like 989492, this means a lot of additional dependencies (twisted, python-mysql, etc.) Turns out that the only thing we do with WithProperties it put it in TALOS_CMD, which is copied into talos_command: https://mxr.mozilla.org/build-central/search?string=WithProperties&find=%2Fbuildbot-configs%2Fmozilla&findi=&filter=^[^\0]*%24&hitlimit=&tree=build-central https://mxr.mozilla.org/build-central/search?string=TALOS_CMD Which is only used once, when we pass it to the factory in misc.py: https://mxr.mozilla.org/build-central/search?string=talos_command Which means that we can just drop the WithProperties from buildbot-configs and add it in buildbotcustom instead. These patches do that. I ran a dump_master.py before and after, and there's no differences.
Attachment #8400626 -
Flags: review?(catlee)
Assignee | ||
Comment 1•9 years ago
|
||
Assignee: nobody → bhearsum
Attachment #8400627 -
Flags: review?(catlee)
Updated•9 years ago
|
Attachment #8400626 -
Flags: review?(catlee) → review+
Updated•9 years ago
|
Attachment #8400627 -
Flags: review?(catlee) → review+
Assignee | ||
Updated•9 years ago
|
Attachment #8400627 -
Flags: checked-in+
Assignee | ||
Updated•9 years ago
|
Attachment #8400626 -
Flags: checked-in+
Comment 2•9 years ago
|
||
in production.
Assignee | ||
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Updated•5 years ago
|
Component: General Automation → General
You need to log in
before you can comment on or make changes to this bug.
Description
•