summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBenjamin Schubert <bschubert15@bloomberg.net>2020-05-11 11:55:47 +0100
committerbst-marge-bot <marge-bot@buildstream.build>2020-05-12 11:02:09 +0000
commit4549665c439a3b3206fd035b3fe40b87df601e21 (patch)
tree0ecbb69ebf09b7e0fc8d7682f5c99418d0af5d8c /doc
parent7b53e48ffb6fafaeb8eefafab784062b4bec51e0 (diff)
downloadbuildstream-4549665c439a3b3206fd035b3fe40b87df601e21.tar.gz
testing.py: Add a new `check_cache_key_stability` helperbschubert/cache-key-helper
This allows plugin authors to implement cache keys tests more easily
Diffstat (limited to 'doc')
-rw-r--r--doc/source/hacking/writing_plugins.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/hacking/writing_plugins.rst b/doc/source/hacking/writing_plugins.rst
index 8425425bf..d8462d878 100644
--- a/doc/source/hacking/writing_plugins.rst
+++ b/doc/source/hacking/writing_plugins.rst
@@ -47,6 +47,6 @@ This test ensures that cache keys do not unexpectedly change or become incompati
due to code changes. As such, the cache key test should have full coverage of every
YAML configuration which can possibly affect cache key outcome at all times.
-See the ``tests/cachekey/update.py`` file for instructions on running the updater,
+See the ``src/buildstream/testing/_update_cachekeys.py`` file for instructions on running the updater,
you need to run the updater to generate the ``.expected`` files and add the new
``.expected`` files in the same commit which extends the cache key test.