[Request] [+ ] D11278: ci: run --pyoxidized tests on Windows
marmoute (Pierre-Yves David)
phabricator at mercurial-scm.org
Tue Aug 10 11:36:51 UTC 2021
marmoute created this revision.
Herald added a reviewer: hg-reviewers.
Herald added a subscriber: mercurial-patches.
REVISION SUMMARY
They still have numerous failure, but at least we can start fixing them now.
REPOSITORY
rHG Mercurial
BRANCH
stable
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, mercurial-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mercurial-scm.org/pipermail/mercurial-patches/attachments/20210810/1551ac45/attachment.html>
More information about the Mercurial-patches
mailing list