Mercurial > hg
changeset 49161:0ddd5e1f5f67 stable 6.1.2
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.
author | Raphaël Gomès <rgomes@octobus.net> |
---|---|
date | Wed, 04 May 2022 18:00:01 +0200 |
parents | 4420e06c8810 |
children | 656461a32b7d a932cad26d37 |
files | contrib/heptapod-ci.yml |
diffstat | 1 files changed, 1 insertions(+), 15 deletions(-) [+] |
line wrap: on
line diff
--- 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: