]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
CI: Bump chutney version
authorJim Newsome <jnewsome@torproject.org>
Wed, 21 Jan 2026 17:52:19 +0000 (11:52 -0600)
committerJim Newsome <jnewsome@torproject.org>
Wed, 21 Jan 2026 18:14:19 +0000 (12:14 -0600)
.gitlab-ci.yml
changes/ci-bump-chutney-2026-01-21 [new file with mode: 0644]

index 9343c5db4a0405269415838f1a4175a73eeb8780..6d2873664e38ca030f984b65ca36c453d843b2c6 100644 (file)
@@ -110,8 +110,9 @@ variables:
     - |
       if [ "$CHUTNEY" = yes ]; then
         # Use a fixed version of chutney to avoid surprise breakage.
-        CHUTNEY_SHALLOW_SINCE=2024-10-28
-        CHUTNEY_COMMIT=be881a1e7c4bc8038fa13fde4a7b24e5c56349c4
+        CHUTNEY_SHALLOW_SINCE=2026-01-20
+        # main @ 2026-01-21
+        CHUTNEY_COMMIT=3338f5cae5dbce3f6c465326784b8b34952bcd62
 
         git clone --shallow-since "$CHUTNEY_SHALLOW_SINCE" https://gitlab.torproject.org/tpo/core/chutney.git
         git -C ./chutney checkout "$CHUTNEY_COMMIT"
diff --git a/changes/ci-bump-chutney-2026-01-21 b/changes/ci-bump-chutney-2026-01-21
new file mode 100644 (file)
index 0000000..0b7bc43
--- /dev/null
@@ -0,0 +1,3 @@
+  o Minor feature (testing, CI):
+    - Bump the CI version of chutney to the current version as of 2026-01-21
+      (3338f5c).