D9716: contrib: remove testing for `dirstate-tree` Rust feature
Alphare (Raphaël Gomès)
phabricator at mercurial-scm.org
Mon Jan 11 08:54:51 UTC 2021
Alphare created this revision.
Herald added a reviewer: hg-reviewers.
Herald added a subscriber: mercurial-patches.
REVISION SUMMARY
This feature will be replaced in a few months, and served more as a
proof-of-concept. Keeping it in CI when no one is using it anymore is just
wasteful.
REPOSITORY
rHG Mercurial
BRANCH
stable
REVISION DETAIL
https://phab.mercurial-scm.org/D9716
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
@@ -41,12 +41,6 @@
variables:
PYTHON: python3
-rust-cargo-test-py3-dirstate-tree:
- <<: *rust_cargo_test
- variables:
- PYTHON: python3
- HG_RUST_FEATURES: dirstate-tree
-
test-py2:
<<: *runtests
variables:
@@ -88,15 +82,6 @@
PYTHON: python3
TEST_HGMODULEPOLICY: "rust+c"
-test-py3-rust-dirstate-tree:
- <<: *runtests
- variables:
- HGWITHRUSTEXT: cpython
- RUNTEST_ARGS: "--rust --blacklist /tmp/check-tests.txt"
- PYTHON: python3
- TEST_HGMODULEPOLICY: "rust+c"
- HG_RUST_FEATURES: "dirstate-tree"
-
test-py2-chg:
<<: *runtests
variables:
To: Alphare, #hg-reviewers
Cc: mercurial-patches, mercurial-devel
More information about the Mercurial-devel
mailing list