Closed
Bug 978512
Opened 11 years ago
Closed 11 years ago
prep buildbot.py for desktop builds in mozharness
Categories
(Release Engineering :: Applications: MozharnessCore, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jlund, Assigned: jlund)
References
Details
(Whiteboard: [mozharness])
Attachments
(1 file)
3.25 KB,
patch
|
armenzg
:
review+
jlund
:
checked-in+
|
Details | Diff | Splinter Review |
This should include:
- BuildbotMixin.sendchange() to support desktop builds
- new method: BuildbotMixin.dump_buildbot_properties_to_json()
the need for the dump is for things like balrog as balrog expects a whole list of buildbot props that existed before the mozharn script ran (buildbot_config) and have been added during the script run (buildbot_properties).
Assignee | ||
Comment 1•11 years ago
|
||
armen, I am extending the sendchange step to support desktop builds. I believe you wrote a bit of this.
This should be a no-op for existing mozharness scripts. I think only b2g_build.py is using it ATM.
I pushed to ash. Results can be found here when they finish: https://tbpl.mozilla.org/?showall=all&tree=Ash&rev=90ba17ffc934&jobname=b2g_ash_emulator-debug_dep
Attachment #8384448 -
Flags: review?(armenzg)
Updated•11 years ago
|
Attachment #8384448 -
Flags: review?(armenzg) → review+
Assignee | ||
Comment 2•11 years ago
|
||
Comment on attachment 8384448 [details] [diff] [review]
978512_prep_buildbot_py_for_fx_mh_builds-140302.diff
http://hg.mozilla.org/build/mozharness/rev/d0cfc94d10b2
Attachment #8384448 -
Flags: checked-in+
Assignee | ||
Comment 3•11 years ago
|
||
in production: https://hg.mozilla.org/build/mozharness/rev/c084d4f54ed6
Assignee | ||
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Component: General Automation → Mozharness
You need to log in
before you can comment on or make changes to this bug.
Description
•