зеркало из https://github.com/mozilla/gecko-dev.git
865359aefd
Often we have two variants that we want to test together. The only way to do this currently is to create a 3rd variant that is the sum of the previous two. This feature will allow tasks to define multiple variants using the '+' token. E.g: variants: ["fission", "webgl-ipc", "fission+webgl-ipc"] The third variant there will first apply the 'fission' configuration, then the 'webgl-ipc' configuration (in order). Differential Revision: https://phabricator.services.mozilla.com/D130399 |
||
---|---|---|
.. | ||
actions | ||
loader | ||
manifests | ||
optimize | ||
test | ||
transforms | ||
util | ||
__init__.py | ||
config.py | ||
create.py | ||
decision.py | ||
docker.py | ||
files_changed.py | ||
filter_tasks.py | ||
generator.py | ||
graph.py | ||
main.py | ||
morph.py | ||
parameters.py | ||
target_tasks.py | ||
task.py | ||
taskgraph.py | ||
try_option_syntax.py |