mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-12 06:08:24 +02:00
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
30 lines
647 B
INI
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]
|