gecko-dev/taskcluster/taskgraph/test/python.ini
Andrew Halberstadt 5012f75394 Bug 1519472 - [taskgraph] Factor logic for adding a cache in job.common to a new function, r=tomprince
We add caches at various places in common.py. This consolidates the logic into
a re-useable function. This is in preparation for adding generic-worker cache
support.

This also adds a test. The test is not terribly useful, but I've been looking
for an excuse to lay some groundwork for further tests in the 'job' submodule.
This will do.

Differential Revision: https://phabricator.services.mozilla.com/D17689

--HG--
extra : moz-landing-system : lando
2019-02-11 22:19:52 +00:00

30 lines
647 B
INI

[DEFAULT]
subsuite = taskgraph
skip-if = python == 3
[test_actions_util.py]
[test_create.py]
[test_cron_util.py]
[test_decision.py]
[test_files_changed.py]
[test_generator.py]
[test_graph.py]
[test_morph.py]
[test_optimize.py]
[test_parameters.py]
[test_target_tasks.py]
[test_taskgraph.py]
[test_transforms_base.py]
[test_transforms_job.py]
[test_try_option_syntax.py]
[test_util_attributes.py]
[test_util_docker.py]
[test_util_parameterization.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_yaml.py]