Mercurial > hg-stable
changeset 46256:eb981412d91e
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
author | Raphaël Gomès <rgomes@octobus.net> |
---|---|
date | Fri, 08 Jan 2021 16:25:18 +0100 |
parents | cce05a6c271f |
children | b918494198f7 |
files | contrib/heptapod-ci.yml |
diffstat | 1 files changed, 0 insertions(+), 15 deletions(-) [+] |
line wrap: on
line diff
--- 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: