# HG changeset patch # User Anton Shestakov # Date 1722514098 -14400 # Node ID 547ab21d31ada75cc940cc124da010c361fb644c # Parent 64056ade712c81e497e6ee25c2102a52c2607076 ci: use v1.0 image for tests-py2-6.1, there's no python2 in newer branches diff -r 64056ade712c -r 547ab21d31ad .gitlab-ci.yml --- a/.gitlab-ci.yml Thu Aug 01 16:06:02 2024 +0400 +++ b/.gitlab-ci.yml Thu Aug 01 16:08:18 2024 +0400 @@ -52,7 +52,7 @@ tests-py2-6.1: <<: *runtests - image: registry.heptapod.net/mercurial/ci-images/py2-hgext3rd + image: registry.heptapod.net/mercurial/ci-images/py2-hgext3rd:v1.0 variables: PYTHON: prlimit --nofile=1024:1024 python2 RUNTEST_ARGS: "--no-rust --blacklist /tmp/check-tests.txt"