# HG changeset patch # User Anton Shestakov # Date 1709227088 10800 # Node ID 07a9cd7cbfc65bfd2305c98081e97fe2675a2c27 # Parent 13eb2ae88603780541b55577b04a73e67623ecec ci: drop tests-py2-6.1 job from compatibility branches Since we use a specific Mercurial version for each compatibility branch, it makes no sense to run tests on hg 6.1 on branches for other hg versions. diff -r 13eb2ae88603 -r 07a9cd7cbfc6 .gitlab-ci.yml --- a/.gitlab-ci.yml Thu Feb 29 14:09:23 2024 -0300 +++ b/.gitlab-ci.yml Thu Feb 29 14:18:08 2024 -0300 @@ -47,16 +47,6 @@ RUNTEST_ARGS: "--pure --blacklist /tmp/check-tests.txt" TEST_HGMODULEPOLICY: "py" -tests-py2-6.1: - <<: *runtests - variables: - PY: py2 - PYTHON: python2 - RUNTEST_ARGS: "--no-rust --blacklist /tmp/check-tests.txt" - TEST_HGMODULEPOLICY: "c" - HG_BRANCH: 'max(tag("re:^6\.1"))' - allow_failure: true - doc: image: registry.heptapod.net/mercurial/ci-images/py3-evolve-doc script: