gecko-dev/taskcluster/gecko_taskgraph/test
Andrew Halberstadt 865359aefd Bug 1737673 - Support 'composite' variants, r=jmaher
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
2021-11-08 14:48:23 +00:00
..
docs
__init__.py
automationrelevance.json
conftest.py Bug 1737673 - [taskgraph] Add a test for 'split_variants' in tests.py transforms, r=jmaher 2021-11-08 14:48:20 +00:00
python.ini Bug 1737673 - [taskgraph] Add a test for 'split_variants' in tests.py transforms, r=jmaher 2021-11-08 14:48:20 +00:00
test_actions_util.py
test_create.py
test_decision.py Bug 1733950 - Use upstream's 'taskgraph.util.yaml' module, r=taskgraph-reviewers,aki 2021-10-08 04:05:54 +00:00
test_files_changed.py
test_generator.py
test_graph.py
test_main.py
test_morph.py
test_optimize.py Bug 1733950 - Update vendored copies of 'taskcluster', 'taskcluster_urls' and 'slugid', r=aki 2021-10-07 15:22:54 +00:00
test_optimize_strategies.py
test_parameters.py
test_target_tasks.py
test_taskcluster_yml.py Bug 1733950 - Use upstream's 'taskgraph.util.yaml' module, r=taskgraph-reviewers,aki 2021-10-08 04:05:54 +00:00
test_taskgraph.py
test_transforms_base.py
test_transforms_job.py
test_transforms_tests.py Bug 1737673 - Support 'composite' variants, r=jmaher 2021-11-08 14:48:23 +00:00
test_try_option_syntax.py
test_util_attributes.py
test_util_backstop.py
test_util_bugbug.py
test_util_chunking.py
test_util_docker.py
test_util_parameterization.py
test_util_partials.py
test_util_python_path.py
test_util_runnable_jobs.py
test_util_schema.py
test_util_taskcluster.py
test_util_templates.py
test_util_time.py
test_util_treeherder.py
test_util_verify.py