contrib: remove testing for `dirstate-tree` Rust feature
authorRaphaël Gomès <rgomes@octobus.net>
Fri, 08 Jan 2021 16:25:18 +0100
changeset 46256 eb981412d91e
parent 46255 cce05a6c271f
child 46257 b918494198f7
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
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: