[Updated] D11278: ci: run --pyoxidized tests on Windows
mharbison72 (Matt Harbison)
phabricator at mercurial-scm.org
Tue Aug 10 14:08:41 UTC 2021
Closed by commit rHG9261326dd032: ci: run --pyoxidized tests on Windows (authored by mharbison72).
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/D11278?vs=29871&id=29886
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D11278/new/
REVISION DETAIL
https://phab.mercurial-scm.org/D11278
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
@@ -176,3 +176,13 @@
TEST_HGMODULEPOLICY: "c"
RUNTEST_ARGS: "--blacklist C:/Temp/check-tests.txt"
PYTHON: py -3
+
+windows-py3-pyox:
+ <<: *windows_runtests
+ when: manual
+ tags:
+ - windows
+ variables:
+ TEST_HGMODULEPOLICY: "c"
+ RUNTEST_ARGS: "--blacklist C:/Temp/check-tests.txt --pyoxidized"
+ PYTHON: py -3
To: marmoute, #hg-reviewers
Cc: mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20210810/c1689873/attachment-0002.html>
More information about the Mercurial-patches
mailing list