# HG changeset patch # User Pierre-Yves David # Date 1573949894 -3600 # Node ID 541a509a47a8880e67bea8b750bdd35cab301c2a # Parent 6733c565ca463a11fcf83bcb73976f979a935497 heptapod-ci: add a job to test the rust version of Mercurial The rust version of Mercurial is not currently tested by anything else. So it get quite important that developer runs it. Differential Revision: https://phab.mercurial-scm.org/D8017 diff -r 6733c565ca46 -r 541a509a47a8 contrib/heptapod-ci.yml --- a/contrib/heptapod-ci.yml Sat Nov 16 12:26:54 2019 +0100 +++ b/contrib/heptapod-ci.yml Sun Nov 17 01:18:14 2019 +0100 @@ -60,3 +60,16 @@ variables: RUNTEST_ARGS: "--pure --blacklist /tmp/check-tests.txt" PYTHON: python3 + +test-py2-rust: + <<: *runtests + variables: + HGWITHRUSTEXT: cpython + RUNTEST_ARGS: "--blacklist /tmp/check-tests.txt" + +test-py3-rust: + <<: *runtests + variables: + HGWITHRUSTEXT: cpython + RUNTEST_ARGS: "--blacklist /tmp/check-tests.txt" + PYTHON: python3