Submitter | phabricator |
---|---|
Date | April 2, 2020, 3:57 p.m. |
Message ID | <3715121be370212f606bfbe503d5e459@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/45997/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/contrib/heptapod-ci.yml b/contrib/heptapod-ci.yml --- a/contrib/heptapod-ci.yml +++ b/contrib/heptapod-ci.yml @@ -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"