diff .gitlab-ci.yml @ 5834:c2484b0217ee mercurial-4.6

test-compat: merge mercurial-4.7 into mercurial-4.6 # no-check-commit
author Anton Shestakov <av6@dwimlabs.net>
date Thu, 11 Mar 2021 14:49:22 +0800
parents 0f32359bcf3e
children 3641f0a2d1cc
line wrap: on
line diff
--- a/.gitlab-ci.yml	Thu Mar 11 14:48:12 2021 +0800
+++ b/.gitlab-ci.yml	Thu Mar 11 14:49:22 2021 +0800
@@ -30,10 +30,7 @@
         - jobs=$(python -c 'import multiprocessing; print multiprocessing.cpu_count()')
         - (cd tests; set -x; HGMODULEPOLICY="$TEST_HGMODULEPOLICY" "$PYTHON" /ci/repos/mercurial/tests/run-tests.py -j $jobs --color=always $RUNTEST_ARGS)
 
-checks-py2:
-    <<: *runtests
-    variables:
-        RUNTEST_ARGS: "--test-list /tmp/check-tests.txt"
+# There is no checks-py2 because Mercurial 4.6 lacks sparserevlog support
 
 tests-py2-cext:
     <<: *runtests