Mercurial > evolve
changeset 6922:f4f5ae0bfc29 mercurial-4.9
ci: let's not run checks-py2 on hg older than 5.0 due to missing zstd
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Fri, 25 Oct 2024 19:31:25 +0400 |
parents | 4b843ae726de |
children | |
files | .gitlab-ci.yml |
diffstat | 1 files changed, 0 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/.gitlab-ci.yml Fri Oct 25 18:14:41 2024 +0400 +++ b/.gitlab-ci.yml Fri Oct 25 19:31:25 2024 +0400 @@ -30,14 +30,6 @@ - ($PYTHON --version) - (cd tests; set -x; HGMODULEPOLICY="$TEST_HGMODULEPOLICY" $PYTHON /ci/repos/mercurial/tests/run-tests.py --color=always $RUNTEST_ARGS) -checks-py2: - <<: *runtests - variables: - PY: py2 - PYTHON: prlimit --nofile=1024:1024 python2 - RUNTEST_ARGS: "--test-list /tmp/check-tests.txt --blacklist /tmp/compat-blacklist.txt" - CI_CLEVER_CLOUD_FLAVOR: S - tests-py2-cext: <<: *runtests variables: