heptapod-ci: also run tests for chg on python 2
I am not aware of any regular effort to run test with chg. So let's at least do it
here.
Differential Revision: https://phab.mercurial-scm.org/D8178
--- a/contrib/heptapod-ci.yml Tue Jun 02 17:24:37 2020 +0200
+++ b/contrib/heptapod-ci.yml Wed Feb 26 00:31:23 2020 +0100
@@ -79,3 +79,9 @@
RUNTEST_ARGS: "--rust --blacklist /tmp/check-tests.txt"
PYTHON: python3
TEST_HGMODULEPOLICY: "rust+c"
+
+test-py2-chg:
+ <<: *runtests
+ variables:
+ RUNTEST_ARGS: "--blacklist /tmp/check-tests.txt --chg"
+ TEST_HGMODULEPOLICY: "c"