gecko-dev/taskcluster
Andrew Halberstadt 541a302cee Bug 1318438 - [taskcluster] "job" tasks should have ability to run on multiple platforms, r=dustin
This adds an optional "platforms" key to the job description. It can be used in conjunction with
"by-platform" like so:

platforms:
    - linux
    - windows
worker-type:
    by-platform:
        linux: ...
        windows: ...
worker:
    by-platform:
        linux: ...
        windows: ...

MozReview-Commit-ID: JwL1NAR4bnY

--HG--
extra : rebase_source : 637dd777912e256d82092ba3e0edd6937cbb03c6
2016-11-18 15:07:56 -05:00
..
ci Merge m-c to autoland, a=merge 2016-11-30 16:18:06 -08:00
docs Bug 1318438 - [taskcluster] "job" tasks should have ability to run on multiple platforms, r=dustin 2016-11-18 15:07:56 -05:00
scripts Bug 1316537 part 1 - Add 64-bit clang-cl toolchain build. r=dustin 2016-11-15 09:06:08 +08:00
taskgraph Bug 1318438 - [taskcluster] "job" tasks should have ability to run on multiple platforms, r=dustin 2016-11-18 15:07:56 -05:00
mach_commands.py Bug 1318200 - Obtain target tasks method from parameters; r=dustin 2016-11-17 16:29:51 -08:00
moz.build Bug 1286877 - do not set c-basic-offset for python-mode; r=gps 2016-07-14 10:16:42 -06:00