Closed
Bug 989827
Opened 11 years ago
Closed 11 years ago
Port TryBuildFactory to Mozharness for fx desktop builds
Categories
(Release Engineering :: General, defect)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: jlund, Assigned: jlund)
References
Details
Attachments
(2 files)
No description provided.
Assignee | ||
Comment 1•11 years ago
|
||
this allows try builds in mozharness desktop world. this should be a no-op: 'enable_try' wasn't doing anything since we can only hit generateDesktopMozharnessBuilds() if 'desktop_mozharness_builds_enabled' is True and it is False for everything bar cedar ATM This assumes that buildbot will always have a property value for 'who'.
Assignee | ||
Comment 2•11 years ago
|
||
draft for mozharness trybuildfactory support I don't think we need to define a subclass here like we do in buildbot-based factory world. This patch does the following: ca5b7d2 35 minutes ago adds repo_path to try [Jordan Lund] a45dc20 19 hours ago differentiates platform and stage_platform [Jordan Lund] 73588fa 3 days ago impls make upload and post upload for try [Jordan Lund] 4744ebe 3 days ago adds try clone source steps: clone_with_purge clone_by_revision [Jordan Lund] 931d5cd 4 days ago adds try_package_{dir, url} to configs [Jordan Lund]
Assignee | ||
Comment 3•11 years ago
|
||
FYI: I'm on PTO until April 15th. I probably will not reply until then.
Assignee | ||
Comment 4•11 years ago
|
||
for reasons in https://bugzilla.mozilla.org/show_bug.cgi?id=858797#c15, this will be put on hold until we are back at the stage of being ready to resolve this with our new build strategy.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → INVALID
Updated•6 years ago
|
Component: General Automation → General
You need to log in
before you can comment on or make changes to this bug.
Description
•