Files
sousa-gecko/taskcluster/gecko_taskgraph/test/python.toml
T
Julien Cristau e71493e633 Bug 2020718 - move the code-coverage task to the morph phase. r=taskgraph-reviewers,bhearsum
The use of if-dependencies caused code-coverage-artifacts to pull in all
ccov tests if one of them was part of the target set, which was not the
intent.  Create the task as a morph instead, so we don't influence the
rest of the scheduled tasks.

Differential Revision: https://phabricator.services.mozilla.com/D291428
2026-04-01 11:59:37 +00:00

45 lines
600 B
TOML

[DEFAULT]
subsuite = "taskgraph"
["test_actions.py"]
["test_actions_util.py"]
["test_decision.py"]
["test_files_changed.py"]
["test_main.py"]
["test_morph.py"]
["test_optimize_strategies.py"]
["test_target_tasks.py"]
["test_taskcluster_yml.py"]
["test_transforms_build_schedules.py"]
["test_transforms_job.py"]
["test_transforms_task.py"]
["test_transforms_test.py"]
["test_util_attributes.py"]
["test_util_backstop.py"]
["test_util_bugbug.py"]
["test_util_chunking.py"]
["test_util_partials.py"]
["test_util_runnable_jobs.py"]
["test_util_templates.py"]
["test_util_verify.py"]