diff .gitlab-ci.yml @ 6798:f46913e52954 mercurial-6.7

test-compat: create a compatibility branch for Mercurial 6.7
author Anton Shestakov <av6@dwimlabs.net>
date Wed, 26 Jun 2024 13:44:37 +0400
parents 76c2f08b57ee
children 43b1fcb4055c
line wrap: on
line diff
--- a/.gitlab-ci.yml	Wed Jun 26 13:42:40 2024 +0400
+++ b/.gitlab-ci.yml	Wed Jun 26 13:44:37 2024 +0400
@@ -26,8 +26,8 @@
         - (cd tests; ls -1 test-check-*.t > /tmp/check-tests.txt)
     script:
         - *prepare_hg
-        - ($PYTHON --version)
-        - (cd tests; set -x; HGMODULEPOLICY="$TEST_HGMODULEPOLICY" $PYTHON /ci/repos/mercurial/tests/run-tests.py --color=always $RUNTEST_ARGS)
+        - ("$PYTHON" --version)
+        - (cd tests; set -x; HGMODULEPOLICY="$TEST_HGMODULEPOLICY" "$PYTHON" /ci/repos/mercurial/tests/run-tests.py --color=always $RUNTEST_ARGS)
 
 checks-py3:
     <<: *runtests
@@ -46,16 +46,6 @@
         RUNTEST_ARGS: "--pure --blacklist /tmp/check-tests.txt"
         TEST_HGMODULEPOLICY: "py"
 
-tests-py2-6.1:
-    <<: *runtests
-    variables:
-        PY: py2
-        PYTHON: prlimit --nofile=1024:1024 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: