changeset 6833:547ab21d31ad

ci: use v1.0 image for tests-py2-6.1, there's no python2 in newer branches
author Anton Shestakov <av6@dwimlabs.net>
date Thu, 01 Aug 2024 16:08:18 +0400
parents 64056ade712c
children 136dcb4ad4f8
files .gitlab-ci.yml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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"