]> git.ipfire.org Git - thirdparty/tor.git/commit
CI: use a fixed version of chutney
authorJim Newsome <jnewsome@torproject.org>
Wed, 30 Oct 2024 15:34:58 +0000 (10:34 -0500)
committerAlexander Hansen Færøy <ahf@torproject.org>
Wed, 19 Mar 2025 18:28:32 +0000 (19:28 +0100)
commita8cab382ef18ce2fdacd03543ec2f84d10b80fea
tree444099a4a8eec04ebd03f20b05e4c4cbc056d21a
parent4ffc4dd883546bdd06ab5f9609b98c4e3472c9be
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).
.gitlab-ci.yml
changes/ci-pin-chutney [new file with mode: 0644]