changeset 6193:e58e4af1a730

ci: run test suite on py2 using hg 6.1, but allow it to fail
author Anton Shestakov <av6@dwimlabs.net>
date Mon, 07 Mar 2022 13:33:57 +0300
parents 47f1a6bea77f
children 1e7190adffca
files .gitlab-ci.yml
diffstat 1 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/.gitlab-ci.yml	Mon Mar 07 13:08:13 2022 +0300
+++ b/.gitlab-ci.yml	Mon Mar 07 13:33:57 2022 +0300
@@ -47,6 +47,16 @@
         RUNTEST_ARGS: "--pure --blacklist /tmp/check-tests.txt"
         TEST_HGMODULEPOLICY: "py"
 
+tests-py2-6.1:
+    <<: *runtests
+    variables:
+        PY: py2
+        PYTHON: 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: