Closed
Bug 1285755
Opened 9 years ago
Closed 9 years ago
Have a function to convert a task graph JSON to a TaskGraph object
Categories
(Firefox Build System :: Task Configuration, task)
Firefox Build System
Task Configuration
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: martianwars, Assigned: martianwars, Mentored)
References
Details
Attachments
(1 file)
No description provided.
Assignee | ||
Comment 1•9 years ago
|
||
This is with reference to https://bugzilla.mozilla.org/show_bug.cgi?id=1281062#c17
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → kalpeshk2011
Assignee | ||
Comment 2•9 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/63346/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/63346/
Attachment #8769439 -
Flags: review?(dustin)
Comment 3•9 years ago
|
||
Comment on attachment 8769439 [details]
Bug 1285755 - Adding a from_json function to TaskGraph and each Task subclass.
https://reviewboard.mozilla.org/r/63346/#review60326
I like this! However, you'll have a conflict with the action-tasks patch that just got r+ -- ideally this patch would be modified to use kind_implementation before landing.
Attachment #8769439 -
Flags: review?(dustin)
Assignee | ||
Comment 4•9 years ago
|
||
Comment on attachment 8769439 [details]
Bug 1285755 - Adding a from_json function to TaskGraph and each Task subclass.
Review request updated; see interdiff: https://reviewboard.mozilla.org/r/63346/diff/1-2/
Attachment #8769439 -
Flags: review?(dustin)
Updated•9 years ago
|
Attachment #8769439 -
Flags: review?(dustin) → review+
Comment 5•9 years ago
|
||
Comment on attachment 8769439 [details]
Bug 1285755 - Adding a from_json function to TaskGraph and each Task subclass.
https://reviewboard.mozilla.org/r/63346/#review60364
Awesome! And I agree -- land this first.
Assignee | ||
Updated•9 years ago
|
Keywords: checkin-needed
Pushed by kwierso@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/b1a86b2b81ff
Adding a from_json function to TaskGraph and each Task subclass. r=dustin
Keywords: checkin-needed
Comment 7•9 years ago
|
||
Wes, did this get backed out? I can't find it on inbound or central. Should I be rebasing onto autoland now?
Flags: needinfo?(wkocher)
Comment 8•9 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
^
Flags: needinfo?(wkocher)
Updated•7 years ago
|
Product: TaskCluster → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•