Re: Generic Task Cluster Tasks / File Based Task Scheduling

2016-02-23 Thread Henrik Skupin
Gregory Szorc wrote on 02/17/2016 07:59 PM: > * You can now define tasks that are neither "build" nor "test" tasks. This > mechanism is probably where you should place one-off tasks such as linting, > docs generation, code analysis, etc. See > https://hg.mozilla.org/integration/mozilla-inbound/rev

Re: Generic Task Cluster Tasks / File Based Task Scheduling

2016-02-18 Thread Andrew Halberstadt
On 17/02/16 01:59 PM, Gregory Szorc wrote: * You can now only run tasks if certain files changed. This opens the door for drastic reduction in automation load via more intelligent scheduling of tasks via in-tree configurations. (For the curious, relevant commits/files are determined from a combin

Re: Generic Task Cluster Tasks / File Based Task Scheduling

2016-02-18 Thread Ben Hearsum
On 2016-02-17 01:59 PM, Gregory Szorc wrote: > * You can now only run tasks if certain files changed. This is *awesome*. Thank you! ___ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform

Generic Task Cluster Tasks / File Based Task Scheduling

2016-02-17 Thread Gregory Szorc
Over in bug 1245953 I implemented some new features for in-tree Task Cluster tasks: * You can now define tasks that are neither "build" nor "test" tasks. This mechanism is probably where you should place one-off tasks such as linting, docs generation, code analysis, etc. See https://hg.mozilla.org