Closed
Bug 1280476
Opened 8 years ago
Closed 8 years ago
Split up test task inheritance tree to cater for non-linux platforms
Categories
(Taskcluster :: Services, defect)
Taskcluster
Services
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: grenade, Assigned: grenade)
References
Details
Attachments
(2 files, 1 obsolete file)
(deleted),
patch
|
Details | Diff | Splinter Review | |
(deleted),
patch
|
grenade
:
review+
|
Details | Diff | Splinter Review |
+++ This bug was initially created as a clone of Bug #1273549 +++
Assignee | ||
Comment 1•8 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/59782/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/59782/
Attachment #8763580 -
Flags: review?(pmoore)
Assignee | ||
Updated•8 years ago
|
Assignee: nobody → rthijssen
Status: NEW → ASSIGNED
Comment 2•8 years ago
|
||
(In reply to Rob Thijssen (:grenade - GMT) from comment #1)
> Created attachment 8763580 [details]
> Bug 1280476 - Split TC legacy test config (docker/windows); ;
>
> Review commit: https://reviewboard.mozilla.org/r/59782/diff/#index_header
> See other reviews: https://reviewboard.mozilla.org/r/59782/
Oh boy, this one is going to keep me busy! :D
I'll take a look tomorrow - I'm afraid my day is coming to an end now. Thanks Rob!
Comment 3•8 years ago
|
||
Comment on attachment 8763580 [details]
Bug 1280476 - Split TC legacy test config (docker/windows);
https://reviewboard.mozilla.org/r/59782/#review56848
Great job!
nit: can you use `hg mv --after` to track the renames to preserve the history of the files that were renamed (as hg doesn't track this automatically)? If you've done that already (and mozreview just doesn't show it to me) then no worries.
::: taskcluster/ci/legacy/tasks/tests/fx_windows_test_base.yml:29
(Diff revision 1)
> + -
> + type: 'directory'
> + path: 'public\test'
> + expires: '{{#from_now}}1 year{{/from_now}}'
> + #features:
> + #allowPtrace: true
You can remove these commented out lines, there is not support for features in generic worker.
Attachment #8763580 -
Flags: review?(pmoore) → review+
Updated•8 years ago
|
Component: Platform and Services → Build Config
Product: Taskcluster → Core
Updated•8 years ago
|
Component: Build Config → Platform and Services
Product: Core → Taskcluster
Comment 4•8 years ago
|
||
Sorry, wrong bug! ^^^
Assignee | ||
Comment 5•8 years ago
|
||
Comment on attachment 8763580 [details]
Bug 1280476 - Split TC legacy test config (docker/windows);
Review request updated; see interdiff: https://reviewboard.mozilla.org/r/59782/diff/1-2/
Attachment #8763580 -
Attachment description: Bug 1280476 - Split TC legacy test config (docker/windows); ; → Bug 1280476 - Split TC legacy test config (docker/windows);
Assignee | ||
Comment 6•8 years ago
|
||
Comment on attachment 8763580 [details]
Bug 1280476 - Split TC legacy test config (docker/windows);
https://reviewboard.mozilla.org/r/59782/#review56918
suggestions implemented
Attachment #8763580 -
Flags: review+
Assignee | ||
Updated•8 years ago
|
Keywords: checkin-needed
Assignee | ||
Comment 7•8 years ago
|
||
reviewed patch update from reviewboard
Attachment #8763580 -
Attachment is obsolete: true
Pushed by ryanvm@gmail.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/830b31c9a64b
Split TC legacy test config (docker/windows). r=pmoore
Keywords: checkin-needed
Comment 9•8 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Comment 10•8 years ago
|
||
Backout by cbook@mozilla.com:
https://hg.mozilla.org/mozilla-central/rev/40969d155419
Backed out changeset 830b31c9a64b for causing decision task failures
Comment 11•8 years ago
|
||
Looks like a conflict between this patch and https://hg.mozilla.org/mozilla-central/rev/f8bee801a2a5 which landed on central in the same merge.
Updated•8 years ago
|
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 13•8 years ago
|
||
Comment on attachment 8764226 [details] [diff] [review]
bug1280476_gecko_v1.patch
Review of attachment 8764226 [details] [diff] [review]:
-----------------------------------------------------------------
Thanks!
Attachment #8764226 -
Flags: review?(rthijssen) → review+
Comment 14•8 years ago
|
||
Pushed by cbook@mozilla.com:
https://hg.mozilla.org/mozilla-central/rev/dfd38b2b6778
Split TC legacy test config (docker/windows); r=pmoore
https://hg.mozilla.org/mozilla-central/rev/c9edfe35619f
resolved merge conflict with bug 1280437; r=grenade, a=tomcat
Updated•8 years ago
|
Status: REOPENED → RESOLVED
Closed: 8 years ago → 8 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Component: Platform and Services → Services
You need to log in
before you can comment on or make changes to this bug.
Description
•