diff .gitlab-ci.yml @ 6758:de34d08d9422 mercurial-6.0

test-compat: merge mercurial-6.1 into mercurial-6.0
author Anton Shestakov <av6@dwimlabs.net>
date Thu, 11 Apr 2024 11:46:36 -0300
parents 17404e6e4809 44e41905b289
children 5376963ea1d9 e51dfd0e1a88
line wrap: on
line diff
--- a/.gitlab-ci.yml	Thu Feb 29 16:12:16 2024 -0300
+++ b/.gitlab-ci.yml	Thu Apr 11 11:46:36 2024 -0300
@@ -27,14 +27,14 @@
         - (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-py2:
     <<: *runtests
     variables:
         PY: py2
-        PYTHON: python2
+        PYTHON: prlimit --nofile=1024:1024 python2
         RUNTEST_ARGS: "--test-list /tmp/check-tests.txt"
 
 checks-py3:
@@ -46,7 +46,7 @@
     <<: *runtests
     variables:
         PY: py2
-        PYTHON: python2
+        PYTHON: prlimit --nofile=1024:1024 python2
         RUNTEST_ARGS: "--no-rust --blacklist /tmp/check-tests.txt"
         TEST_HGMODULEPOLICY: "c"
 
@@ -54,7 +54,7 @@
     <<: *runtests
     variables:
         PY: py2
-        PYTHON: python2
+        PYTHON: prlimit --nofile=1024:1024 python2
         RUNTEST_ARGS: "--pure --blacklist /tmp/check-tests.txt"
         TEST_HGMODULEPOLICY: "py"