contrib: run python3+chg tests too in heptapod CI
authorPulkit Goyal <7895pulkit@gmail.com>
Sat, 12 Dec 2020 15:27:58 +0530
changeset 46146 d109dda4a3e7
parent 46145 6383bb86b700
child 46148 70a9eb899637
contrib: run python3+chg tests too in heptapod CI Recent patches made the CI on python3+chg green. Let's enable this before there are more failures to fix. Differential Revision: https://phab.mercurial-scm.org/D9569
contrib/heptapod-ci.yml
--- a/contrib/heptapod-ci.yml	Fri Dec 18 13:53:26 2020 +0530
+++ b/contrib/heptapod-ci.yml	Sat Dec 12 15:27:58 2020 +0530
@@ -114,3 +114,10 @@
     variables:
         RUNTEST_ARGS: "--blacklist /tmp/check-tests.txt --chg"
         TEST_HGMODULEPOLICY: "c"
+
+test-py3-chg:
+    <<: *runtests
+    variables:
+        PYTHON: python3
+        RUNTEST_ARGS: "--blacklist /tmp/check-tests.txt --chg"
+        TEST_HGMODULEPOLICY: "c"