# HG changeset patch # User Anton Shestakov # Date 1722513962 -14400 # Node ID 64056ade712c81e497e6ee25c2102a52c2607076 # Parent c539a2fb600dfc54b0a8ad48ce39c66b52524516 ci: drop PY variable, py2-hgext3rd and py3-hgext3rd are no longer same class diff -r c539a2fb600d -r 64056ade712c .gitlab-ci.yml --- a/.gitlab-ci.yml Tue Aug 20 17:01:50 2024 +0400 +++ b/.gitlab-ci.yml Thu Aug 01 16:06:02 2024 +0400 @@ -19,13 +19,12 @@ when: manual variables: - PY: py3 PYTHON: python3 RUNTEST_ARGS: "" TEST_HGMODULEPOLICY: "allow" .runtests_template: &runtests - image: registry.heptapod.net/mercurial/ci-images/$PY-hgext3rd + image: registry.heptapod.net/mercurial/ci-images/py3-hgext3rd before_script: - (cd tests; ls -1 test-check-*.t > /tmp/check-tests.txt) script: @@ -53,8 +52,8 @@ tests-py2-6.1: <<: *runtests + image: registry.heptapod.net/mercurial/ci-images/py2-hgext3rd variables: - PY: py2 PYTHON: prlimit --nofile=1024:1024 python2 RUNTEST_ARGS: "--no-rust --blacklist /tmp/check-tests.txt" TEST_HGMODULEPOLICY: "c"