diff .gitlab-ci.yml @ 5898:91207a1c4dfa mercurial-5.0

test-compat: merge mercurial-5.1 into mercurial-5.0
author Anton Shestakov <av6@dwimlabs.net>
date Sat, 24 Apr 2021 21:34:57 +0800
parents c2c85576ddfb 8accc5eb0aba
children 8bd3348c4150 df8df57a3ce3
line wrap: on
line diff
--- a/.gitlab-ci.yml	Sat Apr 24 21:24:54 2021 +0800
+++ b/.gitlab-ci.yml	Sat Apr 24 21:34:57 2021 +0800
@@ -34,13 +34,6 @@
     variables:
         RUNTEST_ARGS: "--test-list /tmp/check-tests.txt"
 
-checks-py3:
-    <<: *runtests
-    variables:
-        PY: py3
-        PYTHON: python3
-        RUNTEST_ARGS: "--test-list /tmp/check-tests.txt"
-
 tests-py2-cext:
     <<: *runtests
     variables:
@@ -53,22 +46,6 @@
         RUNTEST_ARGS: "--pure --blacklist /tmp/check-tests.txt"
         TEST_HGMODULEPOLICY: "py"
 
-tests-py3-cext:
-    <<: *runtests
-    variables:
-        PY: py3
-        PYTHON: python3
-        RUNTEST_ARGS: "--blacklist /tmp/check-tests.txt"
-        TEST_HGMODULEPOLICY: "c"
-
-tests-py3-pure:
-    <<: *runtests
-    variables:
-        PY: py3
-        PYTHON: python3
-        RUNTEST_ARGS: "--pure --blacklist /tmp/check-tests.txt"
-        TEST_HGMODULEPOLICY: "py"
-
 doc:
     image: registry.heptapod.net/mercurial/ci-images/py3-evolve-doc
     script: