commit 187c4d8ea5187ca1bfa8ddee9148fc0a9eb6b9e1 parent 802b1c39111db1398ef925fb422c69d624fce09d Author: Jim Newsome <jnewsome@torproject.org> Date: Wed, 21 Jan 2026 11:52:19 -0600 CI: Bump chutney version Diffstat:
| M | .gitlab-ci.yml | | | 5 | +++-- |
| A | changes/ci-bump-chutney-2026-01-21 | | | 3 | +++ |
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml @@ -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 @@ -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).