gecko-dev/taskcluster
Wander Lairson Costa 4e8662ab83 Bug 1274980 part 1: Add support for test platform regex match. r=dustin
Often we need to setup a test configuration for different platforms, but
not for different platform builds (opt/debug). This leads to cumbersome
configuration duplicates. This patch adds support for platform regular
expression matching. For example, if you want to configure the chunk
size for linux64 platform both for opt and debug, originally you would
do this:

chunks:
    by-test-platform:
        linux64/opt: 4
        linux64/debug: 4
        default: 8

With regular expression matching, you only need:

chunks:
    by-test-platform:
        linux64/.*: 4
        default: 8

This patch was originally written by Geoffrey Brown for Windows support.

MozReview-Commit-ID: HFP52N9Ef0k

--HG--
extra : rebase_source : d2a5129b7459fc7f71f59da76d45526cef028e44
2016-11-07 09:20:50 -02:00
..
ci Merge m-c to inbound, a=merge CLOSED TREE 2016-11-04 15:19:49 -07:00
docs Bug 1314795 - introduce build_date to params that defaults to pushdate, r=dustin 2016-11-02 19:23:27 -07:00
scripts Bug 1306650 - part 6 - use a different tooltool manifest for clang-cl builds; r=ehsan 2016-10-26 16:18:24 -04:00
taskgraph Bug 1274980 part 1: Add support for test platform regex match. r=dustin 2016-11-07 09:20:50 -02:00
mach_commands.py Bug 1277595 - Add a --triggered-by=nightly flag to taskgraph, r=dustin 2016-09-02 10:29:07 -07:00
moz.build Bug 1286877 - do not set c-basic-offset for python-mode; r=gps 2016-07-14 10:16:42 -06:00