[Updated] D9569: contrib: run python3+chg tests too in heptapod CI
pulkit (Pulkit Goyal)
phabricator at mercurial-scm.org
Fri Dec 18 10:41:15 UTC 2020
Closed by commit rHGd109dda4a3e7: contrib: run python3+chg tests too in heptapod CI (authored by pulkit).
This revision was automatically updated to reflect the committed changes.
This revision was not accepted when it landed; it landed in state "Needs Review".
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D9569?vs=24193&id=24378
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D9569/new/
REVISION DETAIL
https://phab.mercurial-scm.org/D9569
AFFECTED FILES
contrib/heptapod-ci.yml
CHANGE DETAILS
diff --git a/contrib/heptapod-ci.yml b/contrib/heptapod-ci.yml
--- a/contrib/heptapod-ci.yml
+++ b/contrib/heptapod-ci.yml
@@ -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"
To: pulkit, #hg-reviewers
Cc: mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20201218/da1358cf/attachment-0002.html>
More information about the Mercurial-patches
mailing list