diff options
Diffstat (limited to 'taskcluster/gecko_taskgraph/test/python.toml')
-rw-r--r-- | taskcluster/gecko_taskgraph/test/python.toml | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/taskcluster/gecko_taskgraph/test/python.toml b/taskcluster/gecko_taskgraph/test/python.toml new file mode 100644 index 0000000000..597a02d8aa --- /dev/null +++ b/taskcluster/gecko_taskgraph/test/python.toml @@ -0,0 +1,42 @@ +[DEFAULT] +subsuite = "taskgraph" + +["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_job.py"] + +["test_transforms_test.py"] + +["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_partials.py"] + +["test_util_runnable_jobs.py"] + +["test_util_templates.py"] + +["test_util_verify.py"] |