# HG changeset patch # User Raphaël Gomès # Date 1610119518 -3600 # Node ID eb981412d91e3c7589633e5fc3e7f8d871c05756 # Parent cce05a6c271fbfd13db577a3e6055bfa4b6174b7 contrib: remove testing for `dirstate-tree` Rust feature 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. Differential Revision: https://phab.mercurial-scm.org/D9716 diff -r cce05a6c271f -r eb981412d91e contrib/heptapod-ci.yml --- a/contrib/heptapod-ci.yml Wed Jan 13 17:21:51 2021 +0100 +++ b/contrib/heptapod-ci.yml Fri Jan 08 16:25:18 2021 +0100 @@ -52,12 +52,6 @@ script: - "./contrib/phab-refresh-stack.sh --comment \":white_check_mark: refresh by Heptapod after a successful CI run (:octopus: :green_heart:)\"" -rust-cargo-test-py3-dirstate-tree: - <<: *rust_cargo_test - variables: - PYTHON: python3 - HG_RUST_FEATURES: dirstate-tree - test-py2: <<: *runtests variables: @@ -99,15 +93,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: