changeset 6832:64056ade712c

ci: drop PY variable, py2-hgext3rd and py3-hgext3rd are no longer same class
author Anton Shestakov <av6@dwimlabs.net>
date Thu, 01 Aug 2024 16:06:02 +0400
parents c539a2fb600d
children 547ab21d31ad
files .gitlab-ci.yml
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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"