diff .gitlab-ci.yml @ 5642:15406dfa60e1 mercurial-4.6

test-compat: merge mercurial-4.7 into mercurial-4.6 # no-check-commit
author Anton Shestakov <av6@dwimlabs.net>
date Sat, 31 Oct 2020 20:21:12 +0800
parents 053f1fc12545 8d93e7fc0daa
children 0f32359bcf3e
line wrap: on
line diff
--- a/.gitlab-ci.yml	Sat Oct 31 20:13:46 2020 +0800
+++ b/.gitlab-ci.yml	Sat Oct 31 20:21:12 2020 +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