aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorJim Newsome <jnewsome@torproject.org>2024-10-30 10:34:58 -0500
committerJim Newsome <jnewsome@torproject.org>2024-10-30 12:16:35 -0500
commitf79a5e66292b44a69d4327d83880543031c299e3 (patch)
treeb104091bf44d52fd6f3535f90c00bd788f6d7b67 /changes
parent3abcb33545d66cc76893840decbcfd1159562d37 (diff)
downloadtor-f79a5e66292b44a69d4327d83880543031c299e3.tar.gz
tor-f79a5e66292b44a69d4327d83880543031c299e3.zip
CI: use a fixed version of chutney
While chutney currently runs tor's chutney test in its own CI, it's difficult to guarantee the two won't accidentally diverge. Probably best to use a fixed version here so that we can control chutney version bumps and avoid surprise breakage in tor's CI. This will also free us to intentionally make breaking changes in chutney (though I don't have any immediate plans for any).
Diffstat (limited to 'changes')
-rw-r--r--changes/ci-pin-chutney3
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/ci-pin-chutney b/changes/ci-pin-chutney
new file mode 100644
index 0000000000..f572de9d92
--- /dev/null
+++ b/changes/ci-pin-chutney
@@ -0,0 +1,3 @@
+ o Minor feature (testing, CI):
+ - Use a fixed version of chutney (be881a1e) instead of its current HEAD.
+ This version should also be preferred when testing locally.