# HG changeset patch # User Raphaël Gomès # Date 1651680001 -7200 # Node ID 0ddd5e1f5f67438af85d12e4ce6c39021dde9916 # Parent 4420e06c88106d48b0b3299206c66d23bbf5173d ci: remove py2-rust support Nobody cares about this very narrow usecase, and py2 support is over by July 1st. This helps with the CI load, and removes some flakiness. diff -r 4420e06c8810 -r 0ddd5e1f5f67 contrib/heptapod-ci.yml --- a/contrib/heptapod-ci.yml Wed May 04 17:45:20 2022 +0200 +++ b/contrib/heptapod-ci.yml Wed May 04 18:00:01 2022 +0200 @@ -41,19 +41,12 @@ RUNTEST_ARGS: "--time --test-list /tmp/check-tests.txt" PYTHON: python3 -rust-cargo-test-py2: &rust_cargo_test - <<: *all +rust-cargo-test-py3: stage: tests script: - echo "python used, $PYTHON" - make rust-tests -rust-cargo-test-py3: - stage: tests - <<: *rust_cargo_test - variables: - PYTHON: python3 - phabricator-refresh: stage: phabricator rules: @@ -100,13 +93,6 @@ PYTHON: python3 TEST_HGMODULEPOLICY: "py" -test-py2-rust: - <<: *runtests - variables: - HGWITHRUSTEXT: cpython - RUNTEST_ARGS: "--rust --blacklist /tmp/check-tests.txt" - TEST_HGMODULEPOLICY: "rust+c" - test-py3-rust: <<: *runtests variables: