gecko-dev/tools/tryselect/test
Andrew Halberstadt d3508233ee Bug 1717691 - [tryselect] Ensure we re-compute the cache key for target_task_set after '--full', r=mhentges
When a user runs 'mach try --full', we continue computing the target task set
and cache it anyway (since we were already almost there and starting over in
the event they re-run without '--full' is very expensive.

However, when implementing the 'cache_key' function in bug 1714178, I forgot to
recompute the key in this case, causing the contents of 'target_task_set' to
overwrite the 'full_task_set' cache.

This also includes a minor improvement to re-use the 'full_task_set' cache
regardless of 'disable_target_task_filter', as that flag has zero bearing on
the full task graph. This should result in fewer cache misses when using
--full.

Differential Revision: https://phabricator.services.mozilla.com/D118531
2021-06-22 20:53:08 +00:00
..
conftest.py Bug 1714684: Remove usages of vendored "mock" library r=perftest-reviewers,ahal,sparky 2021-06-14 15:34:46 +00:00
cram.ini
python.ini Bug 1636271 - [taskgraph] Move 'optimize-strategies' from try_task_config.json to a parameter, r=tomprince 2020-07-28 13:21:05 +00:00
setup.sh
test_again.py Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00
test_auto.py Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00
test_auto.t Bug 1639164 - Use bugbug's config selection results by default when using 'mach try auto'. r=ahal DONTBUILD 2021-05-06 15:52:28 +00:00
test_chooser.py Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00
test_empty.t
test_fuzzy.py Bug 1692421 - Update fuzzy test to use the Python 3 taskgraph tests task instead of the Python 2 one. r=jmaher DONTBUILD 2021-02-12 13:19:39 +00:00
test_fuzzy.t
test_message.t
test_mozharness_integration.py Bug 1707513 - Add reftest-snapshot task using the 'drawSnapshot' reftest mode. r=ahal 2021-05-10 00:28:01 +00:00
test_preset.t Bug 1709918 - Process --gecko-profile* options correctly. r=ahal 2021-05-13 15:46:59 +00:00
test_presets.py Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00
test_task_configs.py Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00
test_tasks.py Bug 1717691 - [tryselect] Ensure we re-compute the cache key for target_task_set after '--full', r=mhentges 2021-06-22 20:53:08 +00:00